public final class MachineDiskDetails extends GeneratedMessage implements MachineDiskDetailsOrBuilderDetails of machine disks.
Protobuf type google.cloud.migrationcenter.v1.MachineDiskDetails
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > MachineDiskDetailsImplements
MachineDiskDetailsOrBuilderStatic Fields
DISKS_FIELD_NUMBER
public static final int DISKS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
TOTAL_CAPACITY_BYTES_FIELD_NUMBER
public static final int TOTAL_CAPACITY_BYTES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
TOTAL_FREE_BYTES_FIELD_NUMBER
public static final int TOTAL_FREE_BYTES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static MachineDiskDetails getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static MachineDiskDetails.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails.Builder |
|
newBuilder(MachineDiskDetails prototype)
public static MachineDiskDetails.Builder newBuilder(MachineDiskDetails prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
MachineDiskDetails |
| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails.Builder |
|
parseDelimitedFrom(InputStream input)
public static MachineDiskDetails parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MachineDiskDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static MachineDiskDetails parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MachineDiskDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static MachineDiskDetails parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MachineDiskDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static MachineDiskDetails parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MachineDiskDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static MachineDiskDetails parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MachineDiskDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static MachineDiskDetails parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MachineDiskDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<MachineDiskDetails> parser()| Returns | |
|---|---|
| Type | Description |
Parser<MachineDiskDetails> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public MachineDiskDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails |
|
getDisks()
public DiskEntryList getDisks()List of disks.
.google.cloud.migrationcenter.v1.DiskEntryList disks = 3;
| Returns | |
|---|---|
| Type | Description |
DiskEntryList |
The disks. |
getDisksOrBuilder()
public DiskEntryListOrBuilder getDisksOrBuilder()List of disks.
.google.cloud.migrationcenter.v1.DiskEntryList disks = 3;
| Returns | |
|---|---|
| Type | Description |
DiskEntryListOrBuilder |
|
getParserForType()
public Parser<MachineDiskDetails> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<MachineDiskDetails> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getTotalCapacityBytes()
public long getTotalCapacityBytes()Disk total Capacity.
int64 total_capacity_bytes = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The totalCapacityBytes. |
getTotalFreeBytes()
public long getTotalFreeBytes()Total disk free space.
int64 total_free_bytes = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The totalFreeBytes. |
hasDisks()
public boolean hasDisks()List of disks.
.google.cloud.migrationcenter.v1.DiskEntryList disks = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the disks field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public MachineDiskDetails.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected MachineDiskDetails.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails.Builder |
|
toBuilder()
public MachineDiskDetails.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
MachineDiskDetails.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|