Class ResourceAccessSpec (1.28.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.28.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  ResourceAccessSpec   extends   GeneratedMessageV3   implements   ResourceAccessSpecOrBuilder  
   ResourceAccessSpec holds the access control configuration to be enforced
 on the resources, for example, Cloud Storage bucket, BigQuery dataset,
 BigQuery table.
 Protobuf type google.cloud.dataplex.v1.ResourceAccessSpec
    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
   
  OWNERS_FIELD_NUMBER 
  
    
public   static   final   int   OWNERS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  READERS_FIELD_NUMBER 
  
    
public   static   final   int   READERS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  WRITERS_FIELD_NUMBER 
  
    
public   static   final   int   WRITERS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   ResourceAccessSpec   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   ResourceAccessSpec . Builder   newBuilder ()  
  
  newBuilder(ResourceAccessSpec prototype) 
  
    
public   static   ResourceAccessSpec . Builder   newBuilder ( ResourceAccessSpec   prototype )  
  
  
  
    
public   static   ResourceAccessSpec   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   ResourceAccessSpec   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   ResourceAccessSpec   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ResourceAccessSpec   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   ResourceAccessSpec   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ResourceAccessSpec   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ResourceAccessSpec   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   ResourceAccessSpec   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ResourceAccessSpec   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   ResourceAccessSpec   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   ResourceAccessSpec   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ResourceAccessSpec   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<ResourceAccessSpec>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   ResourceAccessSpec   getDefaultInstanceForType ()  
  
  getOwners(int index) 
  
    
public   String   getOwners ( int   index )  
   Optional. The set of principals to be granted owner role on the resource.
 repeated string owners = 3 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String The owners at the given index.
 
     
  
  getOwnersBytes(int index) 
  
    
public   ByteString   getOwnersBytes ( int   index )  
   Optional. The set of principals to be granted owner role on the resource.
 repeated string owners = 3 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the value to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes of the owners at the given index.
 
     
  
  getOwnersCount() 
  
    
public   int   getOwnersCount ()  
   Optional. The set of principals to be granted owner role on the resource.
 repeated string owners = 3 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        int The count of owners.
 
     
  
  getOwnersList() 
  
    
public   ProtocolStringList   getOwnersList ()  
   Optional. The set of principals to be granted owner role on the resource.
 repeated string owners = 3 [(.google.api.field_behavior) = OPTIONAL];
getParserForType() 
  
    
public   Parser<ResourceAccessSpec>   getParserForType ()  
  
  Overrides 
  
  getReaders(int index) 
  
    
public   String   getReaders ( int   index )  
   Optional. The format of strings follows the pattern followed by IAM in the
 bindings. user:{email}, serviceAccount:{email} group:{email}.
 The set of principals to be granted reader role on the resource.
 repeated string readers = 1 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String The readers at the given index.
 
     
  
  getReadersBytes(int index) 
  
    
public   ByteString   getReadersBytes ( int   index )  
   Optional. The format of strings follows the pattern followed by IAM in the
 bindings. user:{email}, serviceAccount:{email} group:{email}.
 The set of principals to be granted reader role on the resource.
 repeated string readers = 1 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the value to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes of the readers at the given index.
 
     
  
  getReadersCount() 
  
    
public   int   getReadersCount ()  
   Optional. The format of strings follows the pattern followed by IAM in the
 bindings. user:{email}, serviceAccount:{email} group:{email}.
 The set of principals to be granted reader role on the resource.
 repeated string readers = 1 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        int The count of readers.
 
     
  
  getReadersList() 
  
    
public   ProtocolStringList   getReadersList ()  
   Optional. The format of strings follows the pattern followed by IAM in the
 bindings. user:{email}, serviceAccount:{email} group:{email}.
 The set of principals to be granted reader role on the resource.
 repeated string readers = 1 [(.google.api.field_behavior) = OPTIONAL];
getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getWriters(int index) 
  
    
public   String   getWriters ( int   index )  
   Optional. The set of principals to be granted writer role on the resource.
 repeated string writers = 2 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String The writers at the given index.
 
     
  
  getWritersBytes(int index) 
  
    
public   ByteString   getWritersBytes ( int   index )  
   Optional. The set of principals to be granted writer role on the resource.
 repeated string writers = 2 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the value to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes of the writers at the given index.
 
     
  
  getWritersCount() 
  
    
public   int   getWritersCount ()  
   Optional. The set of principals to be granted writer role on the resource.
 repeated string writers = 2 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        int The count of writers.
 
     
  
  getWritersList() 
  
    
public   ProtocolStringList   getWritersList ()  
   Optional. The set of principals to be granted writer role on the resource.
 repeated string writers = 2 [(.google.api.field_behavior) = OPTIONAL];
hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   ResourceAccessSpec . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   ResourceAccessSpec . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   ResourceAccessSpec . 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."],[],[]]