public static final class VmImage.Builder extends GeneratedMessageV3.Builder<VmImage.Builder> implements VmImageOrBuilderDefinition of a custom Compute Engine virtual machine image for starting a notebook instance with the environment installed directly on the VM.
Protobuf type google.cloud.notebooks.v1.VmImage
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VmImage.BuilderImplements
VmImageOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VmImage.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| VmImage.Builder |
build()
public VmImage build()| Type | Description |
| VmImage |
buildPartial()
public VmImage buildPartial()| Type | Description |
| VmImage |
clear()
public VmImage.Builder clear()| Type | Description |
| VmImage.Builder |
clearField(Descriptors.FieldDescriptor field)
public VmImage.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| VmImage.Builder |
clearImage()
public VmImage.Builder clearImage()| Type | Description |
| VmImage.Builder |
clearImageFamily()
public VmImage.Builder clearImageFamily()Use this VM image family to find the image; the newest image in this family will be used.
string image_family = 3;
| Type | Description |
| VmImage.Builder | This builder for chaining. |
clearImageName()
public VmImage.Builder clearImageName()Use VM image name to find the image.
string image_name = 2;
| Type | Description |
| VmImage.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public VmImage.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| VmImage.Builder |
clearProject()
public VmImage.Builder clearProject() Required. The name of the Google Cloud project that this VM image belongs to.
Format: {project_id}
string project = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| VmImage.Builder | This builder for chaining. |
clone()
public VmImage.Builder clone()| Type | Description |
| VmImage.Builder |
getDefaultInstanceForType()
public VmImage getDefaultInstanceForType()| Type | Description |
| VmImage |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getImageCase()
public VmImage.ImageCase getImageCase()| Type | Description |
| VmImage.ImageCase |
getImageFamily()
public String getImageFamily()Use this VM image family to find the image; the newest image in this family will be used.
string image_family = 3;
| Type | Description |
| String | The imageFamily. |
getImageFamilyBytes()
public ByteString getImageFamilyBytes()Use this VM image family to find the image; the newest image in this family will be used.
string image_family = 3;
| Type | Description |
| ByteString | The bytes for imageFamily. |
getImageName()
public String getImageName()Use VM image name to find the image.
string image_name = 2;
| Type | Description |
| String | The imageName. |
getImageNameBytes()
public ByteString getImageNameBytes()Use VM image name to find the image.
string image_name = 2;
| Type | Description |
| ByteString | The bytes for imageName. |
getProject()
public String getProject() Required. The name of the Google Cloud project that this VM image belongs to.
Format: {project_id}
string project = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The project. |
getProjectBytes()
public ByteString getProjectBytes() Required. The name of the Google Cloud project that this VM image belongs to.
Format: {project_id}
string project = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for project. |
hasImageFamily()
public boolean hasImageFamily()Use this VM image family to find the image; the newest image in this family will be used.
string image_family = 3;
| Type | Description |
| boolean | Whether the imageFamily field is set. |
hasImageName()
public boolean hasImageName()Use VM image name to find the image.
string image_name = 2;
| Type | Description |
| boolean | Whether the imageName field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(VmImage other)
public VmImage.Builder mergeFrom(VmImage other)| Name | Description |
| other | VmImage |
| Type | Description |
| VmImage.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VmImage.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| VmImage.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public VmImage.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| VmImage.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VmImage.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| VmImage.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public VmImage.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| VmImage.Builder |
setImageFamily(String value)
public VmImage.Builder setImageFamily(String value)Use this VM image family to find the image; the newest image in this family will be used.
string image_family = 3;
| Name | Description |
| value | StringThe imageFamily to set. |
| Type | Description |
| VmImage.Builder | This builder for chaining. |
setImageFamilyBytes(ByteString value)
public VmImage.Builder setImageFamilyBytes(ByteString value)Use this VM image family to find the image; the newest image in this family will be used.
string image_family = 3;
| Name | Description |
| value | ByteStringThe bytes for imageFamily to set. |
| Type | Description |
| VmImage.Builder | This builder for chaining. |
setImageName(String value)
public VmImage.Builder setImageName(String value)Use VM image name to find the image.
string image_name = 2;
| Name | Description |
| value | StringThe imageName to set. |
| Type | Description |
| VmImage.Builder | This builder for chaining. |
setImageNameBytes(ByteString value)
public VmImage.Builder setImageNameBytes(ByteString value)Use VM image name to find the image.
string image_name = 2;
| Name | Description |
| value | ByteStringThe bytes for imageName to set. |
| Type | Description |
| VmImage.Builder | This builder for chaining. |
setProject(String value)
public VmImage.Builder setProject(String value) Required. The name of the Google Cloud project that this VM image belongs to.
Format: {project_id}
string project = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe project to set. |
| Type | Description |
| VmImage.Builder | This builder for chaining. |
setProjectBytes(ByteString value)
public VmImage.Builder setProjectBytes(ByteString value) Required. The name of the Google Cloud project that this VM image belongs to.
Format: {project_id}
string project = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for project to set. |
| Type | Description |
| VmImage.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public VmImage.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| VmImage.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final VmImage.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| VmImage.Builder |