public interface ResourcePolicySnapshotSchedulePolicySnapshotPropertiesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Labels to apply to scheduled snapshots.
|
String |
getChainName()
Chain name that the snapshot is created in.
|
com.google.protobuf.ByteString |
getChainNameBytes()
Chain name that the snapshot is created in.
|
boolean |
getGuestFlush()
Indication to perform a 'guest aware' snapshot.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Labels to apply to scheduled snapshots.
|
Map<String,String> |
getLabelsMap()
Labels to apply to scheduled snapshots.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Labels to apply to scheduled snapshots.
|
String |
getLabelsOrThrow(String key)
Labels to apply to scheduled snapshots.
|
String |
getStorageLocations(int index)
Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
|
com.google.protobuf.ByteString |
getStorageLocationsBytes(int index)
Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
|
int |
getStorageLocationsCount()
Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
|
List<String> |
getStorageLocationsList()
Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
|
boolean |
hasChainName()
Chain name that the snapshot is created in.
|
boolean |
hasGuestFlush()
Indication to perform a 'guest aware' snapshot.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasChainName()
Chain name that the snapshot is created in.
optional string chain_name = 68644169;String getChainName()
Chain name that the snapshot is created in.
optional string chain_name = 68644169;com.google.protobuf.ByteString getChainNameBytes()
Chain name that the snapshot is created in.
optional string chain_name = 68644169;boolean hasGuestFlush()
Indication to perform a 'guest aware' snapshot.
optional bool guest_flush = 385550813;boolean getGuestFlush()
Indication to perform a 'guest aware' snapshot.
optional bool guest_flush = 385550813;int getLabelsCount()
Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.
map<string, string> labels = 500195327;boolean containsLabels(String key)
Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.
map<string, string> labels = 500195327;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.
map<string, string> labels = 500195327;String getLabelsOrDefault(String key, String defaultValue)
Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.
map<string, string> labels = 500195327;String getLabelsOrThrow(String key)
Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.
map<string, string> labels = 500195327;List<String> getStorageLocationsList()
Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
repeated string storage_locations = 328005274;int getStorageLocationsCount()
Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
repeated string storage_locations = 328005274;String getStorageLocations(int index)
Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
repeated string storage_locations = 328005274;index - The index of the element to return.com.google.protobuf.ByteString getStorageLocationsBytes(int index)
Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
repeated string storage_locations = 328005274;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.