Class ResourcePolicySnapshotSchedulePolicySnapshotProperties (1.7.2) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.7.2keyboard_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
Static Fields
   
  CHAIN_NAME_FIELD_NUMBER 
  
    
public   static   final   int   CHAIN_NAME_FIELD_NUMBER  
  Field Value 
  
  GUEST_FLUSH_FIELD_NUMBER 
  
    
public   static   final   int   GUEST_FLUSH_FIELD_NUMBER  
  Field Value 
  
  LABELS_FIELD_NUMBER 
  
    
public   static   final   int   LABELS_FIELD_NUMBER  
  Field Value 
  
  STORAGE_LOCATIONS_FIELD_NUMBER 
  
    
public   static   final   int   STORAGE_LOCATIONS_FIELD_NUMBER  
  Field Value 
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   ResourcePolicySnapshotSchedulePolicySnapshotProperties   getDefaultInstance ()  
  Returns 
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  Returns 
  
  newBuilder() 
  
    
public   static   ResourcePolicySnapshotSchedulePolicySnapshotProperties . Builder   newBuilder ()  
  Returns 
  
  newBuilder(ResourcePolicySnapshotSchedulePolicySnapshotProperties prototype) 
  
    
public   static   ResourcePolicySnapshotSchedulePolicySnapshotProperties . Builder   newBuilder ( ResourcePolicySnapshotSchedulePolicySnapshotProperties   prototype )  
  Parameter 
  
  Returns 
  
  
    
public   static   ResourcePolicySnapshotSchedulePolicySnapshotProperties   parseDelimitedFrom ( InputStream   input )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ResourcePolicySnapshotSchedulePolicySnapshotProperties   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parseFrom(byte[] data) 
  
    
public   static   ResourcePolicySnapshotSchedulePolicySnapshotProperties   parseFrom ( byte []   data )  
  Parameter 
  
    
      
        Name Description  
      
        data byte [] 
     
  
  Returns 
  
  Exceptions 
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ResourcePolicySnapshotSchedulePolicySnapshotProperties   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteString data) 
  
    
public   static   ResourcePolicySnapshotSchedulePolicySnapshotProperties   parseFrom ( ByteString   data )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ResourcePolicySnapshotSchedulePolicySnapshotProperties   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ResourcePolicySnapshotSchedulePolicySnapshotProperties   parseFrom ( CodedInputStream   input )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ResourcePolicySnapshotSchedulePolicySnapshotProperties   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ResourcePolicySnapshotSchedulePolicySnapshotProperties   parseFrom ( InputStream   input )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ResourcePolicySnapshotSchedulePolicySnapshotProperties   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteBuffer data) 
  
    
public   static   ResourcePolicySnapshotSchedulePolicySnapshotProperties   parseFrom ( ByteBuffer   data )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ResourcePolicySnapshotSchedulePolicySnapshotProperties   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  parser() 
  
    
public   static   Parser<ResourcePolicySnapshotSchedulePolicySnapshotProperties>   parser ()  
  Returns 
  
  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 
  
  Returns 
  
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  Parameter 
  
  Returns 
  
  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 ()  
  Returns 
  
  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 ()  
  
  Returns 
  
  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 
  
  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;
Returns 
  
  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;
Parameters 
  
  Returns 
  
  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 
  
  Returns 
  
  getParserForType() 
  
    
public   Parser<ResourcePolicySnapshotSchedulePolicySnapshotProperties>   getParserForType ()  
  Returns 
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  Returns 
  
  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;
Returns 
  
  getUnknownFields() 
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
  Returns 
  
  Overrides 
  
  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 
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  Returns 
  
  Overrides 
  
  internalGetMapField(int number) 
  
    
protected   MapField   internalGetMapField ( int   number )  
  Parameter 
  
    
      
        Name Description  
      
        number int  
     
  
  Returns 
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  Returns 
  
  Overrides 
  
  newBuilderForType() 
  
    
public   ResourcePolicySnapshotSchedulePolicySnapshotProperties . Builder   newBuilderForType ()  
  Returns 
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   ResourcePolicySnapshotSchedulePolicySnapshotProperties . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  toBuilder() 
  
    
public   ResourcePolicySnapshotSchedulePolicySnapshotProperties . Builder   toBuilder ()  
  Returns 
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  Parameter 
  
  Overrides 
  
  Exceptions 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-10-11 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]