public
static
final
class
BaseImage
.
Builder
extends
GeneratedMessage
.
Builder<BaseImage
.
Builder
>
implements
BaseImageOrBuilder
BaseImage describes a base image of a container image.
Protobuf type grafeas.v1.BaseImage
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BaseImage.BuilderImplements
BaseImageOrBuilderStatic Methods
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Methods
build()
public
BaseImage
build
()
buildPartial()
public
BaseImage
buildPartial
()
clear()
public
BaseImage
.
Builder
clear
()
clearLayerCount()
public
BaseImage
.
Builder
clearLayerCount
()
The number of layers that the base image is composed of.
int32 layer_count = 3;
clearName()
public
BaseImage
.
Builder
clearName
()
The name of the base image.
string name = 1;
clearRegistry()
public
BaseImage
.
Builder
clearRegistry
()
The registry in which the base image is from.
string registry = 4;
clearRepository()
public
BaseImage
.
Builder
clearRepository
()
The repository name in which the base image is from.
string repository = 2;
getDefaultInstanceForType()
public
BaseImage
getDefaultInstanceForType
()
getDescriptorForType()
public
Descriptors
.
Descriptor
getDescriptorForType
()
getLayerCount()
public
int
getLayerCount
()
The number of layers that the base image is composed of.
int32 layer_count = 3;
getName()
public
String
getName
()
The name of the base image.
string name = 1;
getNameBytes()
public
ByteString
getNameBytes
()
The name of the base image.
string name = 1;
getRegistry()
public
String
getRegistry
()
The registry in which the base image is from.
string registry = 4;
getRegistryBytes()
public
ByteString
getRegistryBytes
()
The registry in which the base image is from.
string registry = 4;
getRepository()
public
String
getRepository
()
The repository name in which the base image is from.
string repository = 2;
getRepositoryBytes()
public
ByteString
getRepositoryBytes
()
The repository name in which the base image is from.
string repository = 2;
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
BaseImage
.
Builder
mergeFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
mergeFrom(Message other)
public
BaseImage
.
Builder
mergeFrom
(
Message
other
)
mergeFrom(BaseImage other)
public
BaseImage
.
Builder
mergeFrom
(
BaseImage
other
)
setLayerCount(int value)
public
BaseImage
.
Builder
setLayerCount
(
int
value
)
The number of layers that the base image is composed of.
int32 layer_count = 3;
setName(String value)
public
BaseImage
.
Builder
setName
(
String
value
)
The name of the base image.
string name = 1;
setNameBytes(ByteString value)
public
BaseImage
.
Builder
setNameBytes
(
ByteString
value
)
The name of the base image.
string name = 1;
setRegistry(String value)
public
BaseImage
.
Builder
setRegistry
(
String
value
)
The registry in which the base image is from.
string registry = 4;
setRegistryBytes(ByteString value)
public
BaseImage
.
Builder
setRegistryBytes
(
ByteString
value
)
The registry in which the base image is from.
string registry = 4;
setRepository(String value)
public
BaseImage
.
Builder
setRepository
(
String
value
)
The repository name in which the base image is from.
string repository = 2;
setRepositoryBytes(ByteString value)
public
BaseImage
.
Builder
setRepositoryBytes
(
ByteString
value
)
The repository name in which the base image is from.
string repository = 2;

