Send feedback
Class ResourcePolicySnapshotSchedulePolicySnapshotProperties (1.39.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.39.0 keyboard_arrow_down
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>)
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()
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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]