public interface PreservedStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsDisks(String key)
public abstract boolean containsDisks(String key)Preserved disks defined for this instance. This map is keyed with the device names of the disks.
map<string, .google.cloud.compute.v1.PreservedStatePreservedDisk> disks = 95594102;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
containsMetadata(String key)
public abstract boolean containsMetadata(String key)Preserved metadata defined for this instance.
map<string, string> metadata = 86866735;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getDisks()
public abstract Map<String,PreservedStatePreservedDisk> getDisks()Use #getDisksMap() instead.
| Type | Description |
| Map<String,PreservedStatePreservedDisk> |
getDisksCount()
public abstract int getDisksCount()Preserved disks defined for this instance. This map is keyed with the device names of the disks.
map<string, .google.cloud.compute.v1.PreservedStatePreservedDisk> disks = 95594102;
| Type | Description |
| int |
getDisksMap()
public abstract Map<String,PreservedStatePreservedDisk> getDisksMap()Preserved disks defined for this instance. This map is keyed with the device names of the disks.
map<string, .google.cloud.compute.v1.PreservedStatePreservedDisk> disks = 95594102;
| Type | Description |
| Map<String,PreservedStatePreservedDisk> |
getDisksOrDefault(String key, PreservedStatePreservedDisk defaultValue)
public abstract PreservedStatePreservedDisk getDisksOrDefault(String key, PreservedStatePreservedDisk defaultValue)Preserved disks defined for this instance. This map is keyed with the device names of the disks.
map<string, .google.cloud.compute.v1.PreservedStatePreservedDisk> disks = 95594102;
| Name | Description |
| key | String |
| defaultValue | PreservedStatePreservedDisk |
| Type | Description |
| PreservedStatePreservedDisk |
getDisksOrThrow(String key)
public abstract PreservedStatePreservedDisk getDisksOrThrow(String key)Preserved disks defined for this instance. This map is keyed with the device names of the disks.
map<string, .google.cloud.compute.v1.PreservedStatePreservedDisk> disks = 95594102;
| Name | Description |
| key | String |
| Type | Description |
| PreservedStatePreservedDisk |
getMetadata()
public abstract Map<String,String> getMetadata()Use #getMetadataMap() instead.
| Type | Description |
| Map<String,String> |
getMetadataCount()
public abstract int getMetadataCount()Preserved metadata defined for this instance.
map<string, string> metadata = 86866735;
| Type | Description |
| int |
getMetadataMap()
public abstract Map<String,String> getMetadataMap()Preserved metadata defined for this instance.
map<string, string> metadata = 86866735;
| Type | Description |
| Map<String,String> |
getMetadataOrDefault(String key, String defaultValue)
public abstract String getMetadataOrDefault(String key, String defaultValue)Preserved metadata defined for this instance.
map<string, string> metadata = 86866735;
| Name | Description |
| key | String |
| defaultValue | String |
| Type | Description |
| String |
getMetadataOrThrow(String key)
public abstract String getMetadataOrThrow(String key)Preserved metadata defined for this instance.
map<string, string> metadata = 86866735;
| Name | Description |
| key | String |
| Type | Description |
| String |