Class VmImage (1.2.0)

public final class VmImage extends GeneratedMessageV3 implements VmImageOrBuilder

Definition 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.v1beta1.VmImage

Implements

VmImageOrBuilder

Static Fields

IMAGE_FAMILY_FIELD_NUMBER

public static final int IMAGE_FAMILY_FIELD_NUMBER
Field Value
TypeDescription
int

IMAGE_NAME_FIELD_NUMBER

public static final int IMAGE_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

PROJECT_FIELD_NUMBER

public static final int PROJECT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static VmImage getDefaultInstance()
Returns
TypeDescription
VmImage

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static VmImage.Builder newBuilder()
Returns
TypeDescription
VmImage.Builder

newBuilder(VmImage prototype)

public static VmImage.Builder newBuilder(VmImage prototype)
Parameter
NameDescription
prototypeVmImage
Returns
TypeDescription
VmImage.Builder

parseDelimitedFrom(InputStream input)

public static VmImage parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
VmImage
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VmImage parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VmImage
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static VmImage parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
VmImage
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static VmImage parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VmImage
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static VmImage parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
VmImage
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static VmImage parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VmImage
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static VmImage parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
VmImage
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static VmImage parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VmImage
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static VmImage parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
VmImage
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VmImage parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VmImage
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static VmImage parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
VmImage
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static VmImage parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VmImage
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<VmImage> parser()
Returns
TypeDescription
Parser<VmImage>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public VmImage getDefaultInstanceForType()
Returns
TypeDescription
VmImage

getImageCase()

public VmImage.ImageCase getImageCase()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for imageFamily.

getImageName()

public String getImageName()

Use VM image name to find the image.

string image_name = 2;

Returns
TypeDescription
String

The imageName.

getImageNameBytes()

public ByteString getImageNameBytes()

Use VM image name to find the image.

string image_name = 2;

Returns
TypeDescription
ByteString

The bytes for imageName.

getParserForType()

public Parser<VmImage> getParserForType()
Returns
TypeDescription
Parser<VmImage>
Overrides

getProject()

public String getProject()

Required. The name of the Google Cloud project that this VM image belongs to. Format: projects/{project_id}

string project = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Required. The name of the Google Cloud project that this VM image belongs to. Format: projects/{project_id}

string project = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for project.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

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
TypeDescription
boolean

Whether the imageFamily field is set.

hasImageName()

public boolean hasImageName()

Use VM image name to find the image.

string image_name = 2;

Returns
TypeDescription
boolean

Whether the imageName field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public VmImage.Builder newBuilderForType()
Returns
TypeDescription
VmImage.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected VmImage.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
VmImage.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public VmImage.Builder toBuilder()
Returns
TypeDescription
VmImage.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException