- 1.76.0 (latest)
- 1.74.0
- 1.73.0
- 1.72.0
- 1.71.0
- 1.70.0
- 1.68.0
- 1.66.0
- 1.65.0
- 1.62.0
- 1.61.0
- 1.60.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.3
- 1.0.6
- 0.6.2
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()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VmImage.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| VmImage.Builder | |
build()
public VmImage build()| Returns | |
|---|---|
| Type | Description | 
| VmImage | |
buildPartial()
public VmImage buildPartial()| Returns | |
|---|---|
| Type | Description | 
| VmImage | |
clear()
public VmImage.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| VmImage.Builder | |
clearField(Descriptors.FieldDescriptor field)
public VmImage.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| VmImage.Builder | |
clearImage()
public VmImage.Builder clearImage()| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
| VmImage.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public VmImage.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description | 
| VmImage.Builder | This builder for chaining. | 
clone()
public VmImage.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| VmImage.Builder | |
getDefaultInstanceForType()
public VmImage getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| VmImage | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getImageCase()
public VmImage.ImageCase getImageCase()| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for imageFamily. | 
getImageName()
public String getImageName()Use VM image name to find the image.
 string image_name = 2;
| Returns | |
|---|---|
| Type | Description | 
| String | The imageName. | 
getImageNameBytes()
public ByteString getImageNameBytes()Use VM image name to find the image.
 string image_name = 2;
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the imageName field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(VmImage other)
public VmImage.Builder mergeFrom(VmImage other)| Parameter | |
|---|---|
| Name | Description | 
| other | VmImage | 
| Returns | |
|---|---|
| Type | Description | 
| VmImage.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VmImage.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| VmImage.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public VmImage.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| VmImage.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VmImage.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| VmImage.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public VmImage.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe imageFamily to set. | 
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for imageFamily to set. | 
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe imageName to set. | 
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for imageName to set. | 
| Returns | |
|---|---|
| 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];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe project to set. | 
| Returns | |
|---|---|
| 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];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for project to set. | 
| Returns | |
|---|---|
| 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)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| VmImage.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final VmImage.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| VmImage.Builder | |