Class RegionDiskTargetEnvironment (0.35.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.35.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  RegionDiskTargetEnvironment   extends   GeneratedMessageV3   implements   RegionDiskTargetEnvironmentOrBuilder  
   RegionDiskTargetEnvironment represents the target environment for the disk.
 Protobuf type google.cloud.backupdr.v1.RegionDiskTargetEnvironment
    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
   
  PROJECT_FIELD_NUMBER 
  
    
public   static   final   int   PROJECT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  REGION_FIELD_NUMBER 
  
    
public   static   final   int   REGION_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  REPLICA_ZONES_FIELD_NUMBER 
  
    
public   static   final   int   REPLICA_ZONES_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   RegionDiskTargetEnvironment   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   RegionDiskTargetEnvironment . Builder   newBuilder ()  
  
  newBuilder(RegionDiskTargetEnvironment prototype) 
  
    
public   static   RegionDiskTargetEnvironment . Builder   newBuilder ( RegionDiskTargetEnvironment   prototype )  
  
  
  
    
public   static   RegionDiskTargetEnvironment   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   RegionDiskTargetEnvironment   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   RegionDiskTargetEnvironment   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   RegionDiskTargetEnvironment   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   RegionDiskTargetEnvironment   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   RegionDiskTargetEnvironment   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   RegionDiskTargetEnvironment   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   RegionDiskTargetEnvironment   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   RegionDiskTargetEnvironment   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   RegionDiskTargetEnvironment   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   RegionDiskTargetEnvironment   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   RegionDiskTargetEnvironment   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<RegionDiskTargetEnvironment>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   RegionDiskTargetEnvironment   getDefaultInstanceForType ()  
  
  getParserForType() 
  
    
public   Parser<RegionDiskTargetEnvironment>   getParserForType ()  
  
  Overrides 
  
  getProject() 
  
    
public   String   getProject ()  
   Required. Target project for the disk.
 string project = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        Returns  
      
        Type Description  
      
        String The project.
 
     
  
  getProjectBytes() 
  
    
public   ByteString   getProjectBytes ()  
   Required. Target project for the disk.
 string project = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for project.
 
     
  
  getRegion() 
  
    
public   String   getRegion ()  
   Required. Target region for the disk.
 string region = 2 [(.google.api.field_behavior) = REQUIRED];
    
      
        Returns  
      
        Type Description  
      
        String The region.
 
     
  
  getRegionBytes() 
  
    
public   ByteString   getRegionBytes ()  
   Required. Target region for the disk.
 string region = 2 [(.google.api.field_behavior) = REQUIRED];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for region.
 
     
  
  getReplicaZones(int index) 
  
    
public   String   getReplicaZones ( int   index )  
   Required. Target URLs of the replica zones for the disk.
 repeated string replica_zones = 3 [(.google.api.field_behavior) = REQUIRED];
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String The replicaZones at the given index.
 
     
  
  getReplicaZonesBytes(int index) 
  
    
public   ByteString   getReplicaZonesBytes ( int   index )  
   Required. Target URLs of the replica zones for the disk.
 repeated string replica_zones = 3 [(.google.api.field_behavior) = REQUIRED];
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the value to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes of the replicaZones at the given index.
 
     
  
  getReplicaZonesCount() 
  
    
public   int   getReplicaZonesCount ()  
   Required. Target URLs of the replica zones for the disk.
 repeated string replica_zones = 3 [(.google.api.field_behavior) = REQUIRED];
    
      
        Returns  
      
        Type Description  
      
        int The count of replicaZones.
 
     
  
  getReplicaZonesList() 
  
    
public   ProtocolStringList   getReplicaZonesList ()  
   Required. Target URLs of the replica zones for the disk.
 repeated string replica_zones = 3 [(.google.api.field_behavior) = REQUIRED];
getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   RegionDiskTargetEnvironment . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   RegionDiskTargetEnvironment . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   RegionDiskTargetEnvironment . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-28 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-28 UTC."],[],[]]