public final class ComputeInstanceDataSourceProperties extends GeneratedMessageV3 implements ComputeInstanceDataSourcePropertiesOrBuilder
ComputeInstanceDataSourceProperties represents the properties of a ComputeEngine resource that are stored in the DataSource.
Protobuf type google.cloud.backupdr.v1.ComputeInstanceDataSourceProperties
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ComputeInstanceDataSourcePropertiesImplements
ComputeInstanceDataSourcePropertiesOrBuilderStatic Fields
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
MACHINE_TYPE_FIELD_NUMBER
public static final int MACHINE_TYPE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TOTAL_DISK_COUNT_FIELD_NUMBER
public static final int TOTAL_DISK_COUNT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TOTAL_DISK_SIZE_GB_FIELD_NUMBER
public static final int TOTAL_DISK_SIZE_GB_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ComputeInstanceDataSourceProperties getDefaultInstance()
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ComputeInstanceDataSourceProperties.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties.Builder |
newBuilder(ComputeInstanceDataSourceProperties prototype)
public static ComputeInstanceDataSourceProperties.Builder newBuilder(ComputeInstanceDataSourceProperties prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ComputeInstanceDataSourceProperties |
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties.Builder |
parseDelimitedFrom(InputStream input)
public static ComputeInstanceDataSourceProperties parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ComputeInstanceDataSourceProperties parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ComputeInstanceDataSourceProperties parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ComputeInstanceDataSourceProperties parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ComputeInstanceDataSourceProperties parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ComputeInstanceDataSourceProperties parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ComputeInstanceDataSourceProperties parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ComputeInstanceDataSourceProperties parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ComputeInstanceDataSourceProperties parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ComputeInstanceDataSourceProperties parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ComputeInstanceDataSourceProperties parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ComputeInstanceDataSourceProperties parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ComputeInstanceDataSourceProperties> parser()
Returns | |
---|---|
Type | Description |
Parser<ComputeInstanceDataSourceProperties> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ComputeInstanceDataSourceProperties getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties |
getDescription()
public String getDescription()
The description of the Compute Engine instance.
string description = 2;
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
The description of the Compute Engine instance.
string description = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getMachineType()
public String getMachineType()
The machine type of the instance.
string machine_type = 3;
Returns | |
---|---|
Type | Description |
String |
The machineType. |
getMachineTypeBytes()
public ByteString getMachineTypeBytes()
The machine type of the instance.
string machine_type = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for machineType. |
getName()
public String getName()
Name of the compute instance backed up by the datasource.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Name of the compute instance backed up by the datasource.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getParserForType()
public Parser<ComputeInstanceDataSourceProperties> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ComputeInstanceDataSourceProperties> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getTotalDiskCount()
public long getTotalDiskCount()
The total number of disks attached to the Instance.
int64 total_disk_count = 4;
Returns | |
---|---|
Type | Description |
long |
The totalDiskCount. |
getTotalDiskSizeGb()
public long getTotalDiskSizeGb()
The sum of all the disk sizes.
int64 total_disk_size_gb = 5;
Returns | |
---|---|
Type | Description |
long |
The totalDiskSizeGb. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ComputeInstanceDataSourceProperties.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ComputeInstanceDataSourceProperties.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ComputeInstanceDataSourceProperties.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ComputeInstanceDataSourceProperties.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |