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
Static Methods
getDefaultInstance()
public static SourceInstanceParams getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static SourceInstanceParams.Builder newBuilder()
Returns
newBuilder(SourceInstanceParams prototype)
public static SourceInstanceParams.Builder newBuilder(SourceInstanceParams prototype)
Parameter
Returns
public static SourceInstanceParams parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static SourceInstanceParams parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static SourceInstanceParams parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SourceInstanceParams parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static SourceInstanceParams parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SourceInstanceParams parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SourceInstanceParams parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static SourceInstanceParams parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SourceInstanceParams parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static SourceInstanceParams parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static SourceInstanceParams parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SourceInstanceParams parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<SourceInstanceParams> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public SourceInstanceParams getDefaultInstanceForType()
Returns
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, new custom images will be created from each disk. 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
Returns
getDiskConfigsCount()
public int getDiskConfigsCount()
Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, new custom images will be created from each disk. 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
getDiskConfigsList()
public List<DiskInstantiationConfig> getDiskConfigsList()
Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, new custom images will be created from each disk. 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
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, new custom images will be created from each disk. 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
Returns
getDiskConfigsOrBuilderList()
public List<? extends DiskInstantiationConfigOrBuilder> getDiskConfigsOrBuilderList()
Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, new custom images will be created from each disk. 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
Type | Description |
List<? extends com.google.cloud.compute.v1.DiskInstantiationConfigOrBuilder> | |
getParserForType()
public Parser<SourceInstanceParams> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public SourceInstanceParams.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SourceInstanceParams.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public SourceInstanceParams.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions