Class SourceInstanceParams (1.51.0)

public final class SourceInstanceParams extends GeneratedMessageV3 implements SourceInstanceParamsOrBuilder

A specification of the parameters to use when creating the instance template from a source instance.

Protobuf type google.cloud.compute.v1.SourceInstanceParams

Static Fields

DISK_CONFIGS_FIELD_NUMBER

public static final int DISK_CONFIGS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SourceInstanceParams getDefaultInstance()
Returns
TypeDescription
SourceInstanceParams

getDescriptor()

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

newBuilder()

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

newBuilder(SourceInstanceParams prototype)

public static SourceInstanceParams.Builder newBuilder(SourceInstanceParams prototype)
Parameter
NameDescription
prototypeSourceInstanceParams
Returns
TypeDescription
SourceInstanceParams.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public SourceInstanceParams getDefaultInstanceForType()
Returns
TypeDescription
SourceInstanceParams

getDiskConfigs(int index)

public DiskInstantiationConfig getDiskConfigs(int index)

Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.

repeated .google.cloud.compute.v1.DiskInstantiationConfig disk_configs = 235580623;

Parameter
NameDescription
indexint
Returns
TypeDescription
DiskInstantiationConfig

getDiskConfigsCount()

public int getDiskConfigsCount()

Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.

repeated .google.cloud.compute.v1.DiskInstantiationConfig disk_configs = 235580623;

Returns
TypeDescription
int

getDiskConfigsList()

public List<DiskInstantiationConfig> getDiskConfigsList()

Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.

repeated .google.cloud.compute.v1.DiskInstantiationConfig disk_configs = 235580623;

Returns
TypeDescription
List<DiskInstantiationConfig>

getDiskConfigsOrBuilder(int index)

public DiskInstantiationConfigOrBuilder getDiskConfigsOrBuilder(int index)

Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.

repeated .google.cloud.compute.v1.DiskInstantiationConfig disk_configs = 235580623;

Parameter
NameDescription
indexint
Returns
TypeDescription
DiskInstantiationConfigOrBuilder

getDiskConfigsOrBuilderList()

public List<? extends DiskInstantiationConfigOrBuilder> getDiskConfigsOrBuilderList()

Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.

repeated .google.cloud.compute.v1.DiskInstantiationConfig disk_configs = 235580623;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.DiskInstantiationConfigOrBuilder>

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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 SourceInstanceParams.Builder newBuilderForType()
Returns
TypeDescription
SourceInstanceParams.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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