public static final class ContainerImage.Builder extends GeneratedMessageV3.Builder<ContainerImage.Builder> implements ContainerImageOrBuilder
Definition of a container image for starting a notebook instance with the environment installed in a container.
Protobuf type google.events.cloud.notebooks.v1.ContainerImage
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ContainerImage.BuilderImplements
ContainerImageOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ContainerImage.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ContainerImage.Builder |
build()
public ContainerImage build()
Returns | |
---|---|
Type | Description |
ContainerImage |
buildPartial()
public ContainerImage buildPartial()
Returns | |
---|---|
Type | Description |
ContainerImage |
clear()
public ContainerImage.Builder clear()
Returns | |
---|---|
Type | Description |
ContainerImage.Builder |
clearField(Descriptors.FieldDescriptor field)
public ContainerImage.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ContainerImage.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ContainerImage.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ContainerImage.Builder |
clearRepository()
public ContainerImage.Builder clearRepository()
Required. The path to the container image repository. For example:
gcr.io/{project_id}/{image_name}
string repository = 1;
Returns | |
---|---|
Type | Description |
ContainerImage.Builder |
This builder for chaining. |
clearTag()
public ContainerImage.Builder clearTag()
The tag of the container image. If not specified, this defaults to the latest tag.
string tag = 2;
Returns | |
---|---|
Type | Description |
ContainerImage.Builder |
This builder for chaining. |
clone()
public ContainerImage.Builder clone()
Returns | |
---|---|
Type | Description |
ContainerImage.Builder |
getDefaultInstanceForType()
public ContainerImage getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ContainerImage |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getRepository()
public String getRepository()
Required. The path to the container image repository. For example:
gcr.io/{project_id}/{image_name}
string repository = 1;
Returns | |
---|---|
Type | Description |
String |
The repository. |
getRepositoryBytes()
public ByteString getRepositoryBytes()
Required. The path to the container image repository. For example:
gcr.io/{project_id}/{image_name}
string repository = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for repository. |
getTag()
public String getTag()
The tag of the container image. If not specified, this defaults to the latest tag.
string tag = 2;
Returns | |
---|---|
Type | Description |
String |
The tag. |
getTagBytes()
public ByteString getTagBytes()
The tag of the container image. If not specified, this defaults to the latest tag.
string tag = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for tag. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ContainerImage other)
public ContainerImage.Builder mergeFrom(ContainerImage other)
Parameter | |
---|---|
Name | Description |
other |
ContainerImage |
Returns | |
---|---|
Type | Description |
ContainerImage.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ContainerImage.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ContainerImage.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ContainerImage.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ContainerImage.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ContainerImage.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ContainerImage.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ContainerImage.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ContainerImage.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ContainerImage.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ContainerImage.Builder |
setRepository(String value)
public ContainerImage.Builder setRepository(String value)
Required. The path to the container image repository. For example:
gcr.io/{project_id}/{image_name}
string repository = 1;
Parameter | |
---|---|
Name | Description |
value |
String The repository to set. |
Returns | |
---|---|
Type | Description |
ContainerImage.Builder |
This builder for chaining. |
setRepositoryBytes(ByteString value)
public ContainerImage.Builder setRepositoryBytes(ByteString value)
Required. The path to the container image repository. For example:
gcr.io/{project_id}/{image_name}
string repository = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for repository to set. |
Returns | |
---|---|
Type | Description |
ContainerImage.Builder |
This builder for chaining. |
setTag(String value)
public ContainerImage.Builder setTag(String value)
The tag of the container image. If not specified, this defaults to the latest tag.
string tag = 2;
Parameter | |
---|---|
Name | Description |
value |
String The tag to set. |
Returns | |
---|---|
Type | Description |
ContainerImage.Builder |
This builder for chaining. |
setTagBytes(ByteString value)
public ContainerImage.Builder setTagBytes(ByteString value)
The tag of the container image. If not specified, this defaults to the latest tag.
string tag = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for tag to set. |
Returns | |
---|---|
Type | Description |
ContainerImage.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ContainerImage.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ContainerImage.Builder |