public final class ResourcePolicySnapshotSchedulePolicySnapshotProperties extends GeneratedMessageV3 implements ResourcePolicySnapshotSchedulePolicySnapshotPropertiesOrBuilder
Specified snapshot properties for scheduled snapshots created by this policy.
Protobuf type
google.cloud.compute.v1.ResourcePolicySnapshotSchedulePolicySnapshotProperties
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CHAIN_NAME_FIELD_NUMBER
public static final int CHAIN_NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
GUEST_FLUSH_FIELD_NUMBER
public static final int GUEST_FLUSH_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
STORAGE_LOCATIONS_FIELD_NUMBER
public static final int STORAGE_LOCATIONS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ResourcePolicySnapshotSchedulePolicySnapshotProperties getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ResourcePolicySnapshotSchedulePolicySnapshotProperties.Builder newBuilder()
newBuilder(ResourcePolicySnapshotSchedulePolicySnapshotProperties prototype)
public static ResourcePolicySnapshotSchedulePolicySnapshotProperties.Builder newBuilder(ResourcePolicySnapshotSchedulePolicySnapshotProperties prototype)
public static ResourcePolicySnapshotSchedulePolicySnapshotProperties parseDelimitedFrom(InputStream input)
public static ResourcePolicySnapshotSchedulePolicySnapshotProperties parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ResourcePolicySnapshotSchedulePolicySnapshotProperties parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ResourcePolicySnapshotSchedulePolicySnapshotProperties parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ResourcePolicySnapshotSchedulePolicySnapshotProperties parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ResourcePolicySnapshotSchedulePolicySnapshotProperties parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ResourcePolicySnapshotSchedulePolicySnapshotProperties parseFrom(CodedInputStream input)
public static ResourcePolicySnapshotSchedulePolicySnapshotProperties parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ResourcePolicySnapshotSchedulePolicySnapshotProperties parseFrom(InputStream input)
public static ResourcePolicySnapshotSchedulePolicySnapshotProperties parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ResourcePolicySnapshotSchedulePolicySnapshotProperties parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ResourcePolicySnapshotSchedulePolicySnapshotProperties parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ResourcePolicySnapshotSchedulePolicySnapshotProperties> parser()
Methods
containsLabels(String key)
public 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;
Parameter |
---|
Name | Description |
key | String
|
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getChainName()
public String getChainName()
Chain name that the snapshot is created in.
optional string chain_name = 68644169;
Returns |
---|
Type | Description |
String | The chainName.
|
getChainNameBytes()
public ByteString getChainNameBytes()
Chain name that the snapshot is created in.
optional string chain_name = 68644169;
Returns |
---|
Type | Description |
ByteString | The bytes for chainName.
|
getDefaultInstanceForType()
public ResourcePolicySnapshotSchedulePolicySnapshotProperties getDefaultInstanceForType()
getGuestFlush()
public boolean getGuestFlush()
Indication to perform a 'guest aware' snapshot.
optional bool guest_flush = 385550813;
Returns |
---|
Type | Description |
boolean | The guestFlush.
|
getLabels() (deprecated)
public Map<String,String> getLabels()
getLabelsCount()
public 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;
Returns |
---|
Type | Description |
int | |
getLabelsMap()
public 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;
getLabelsOrDefault(String key, String defaultValue)
public 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;
getLabelsOrThrow(String key)
public 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;
Parameter |
---|
Name | Description |
key | String
|
getParserForType()
public Parser<ResourcePolicySnapshotSchedulePolicySnapshotProperties> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getStorageLocations(int index)
public String getStorageLocations(int index)
Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
repeated string storage_locations = 328005274;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The storageLocations at the given index.
|
getStorageLocationsBytes(int index)
public ByteString getStorageLocationsBytes(int index)
Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
repeated string storage_locations = 328005274;
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the storageLocations at the given index.
|
getStorageLocationsCount()
public int getStorageLocationsCount()
Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
repeated string storage_locations = 328005274;
Returns |
---|
Type | Description |
int | The count of storageLocations.
|
getStorageLocationsList()
public ProtocolStringList getStorageLocationsList()
Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
repeated string storage_locations = 328005274;
hasChainName()
public boolean hasChainName()
Chain name that the snapshot is created in.
optional string chain_name = 68644169;
Returns |
---|
Type | Description |
boolean | Whether the chainName field is set.
|
hasGuestFlush()
public boolean hasGuestFlush()
Indication to perform a 'guest aware' snapshot.
optional bool guest_flush = 385550813;
Returns |
---|
Type | Description |
boolean | Whether the guestFlush field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter |
---|
Name | Description |
number | int
|
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ResourcePolicySnapshotSchedulePolicySnapshotProperties.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ResourcePolicySnapshotSchedulePolicySnapshotProperties.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ResourcePolicySnapshotSchedulePolicySnapshotProperties.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides