@Generated(value="by GAPIC") @BetaApi public final class DiskType extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
DiskType.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDefaultDiskSizeGb()
[Output Only] Server-defined default disk size in GB.
|
static DiskType |
getDefaultInstance() |
DeprecationStatus |
getDeprecated()
[Output Only] The deprecation status associated with this disk type.
|
String |
getDescription()
[Output Only] An optional description of this resource.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getName()
[Output Only] Name of the resource.
|
String |
getRegion()
[Output Only] URL of the region where the disk type resides.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getValidDiskSize()
[Output Only] An optional textual description of the valid disk size, such as "10GB-10TB".
|
String |
getZone()
[Output Only] URL of the zone where the disk type resides.
|
int |
hashCode() |
static DiskType.Builder |
newBuilder() |
static DiskType.Builder |
newBuilder(DiskType prototype) |
DiskType.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface com.google.api.gax.httpjson.ApiMessage
public String getCreationTimestamp()
public String getDefaultDiskSizeGb()
public DeprecationStatus getDeprecated()
public String getDescription()
public String getId()
public String getKind()
public String getName()
public String getRegion()
public String getSelfLink()
public String getValidDiskSize()
public String getZone()
public static DiskType.Builder newBuilder()
public static DiskType.Builder newBuilder(DiskType prototype)
public DiskType.Builder toBuilder()
public static DiskType getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.