Class TestPermissionsRequest.Builder (1.8.1) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.8.1keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  TestPermissionsRequest . Builder   extends   GeneratedMessageV3 . Builder<TestPermissionsRequest . Builder >  implements   TestPermissionsRequestOrBuilder  
   Protobuf type google.cloud.compute.v1.TestPermissionsRequest
Static Methods
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  Returns 
  
  Methods
   
  addAllPermissions(Iterable<String> values) 
  
    
public   TestPermissionsRequest . Builder   addAllPermissions ( Iterable<String>   values )  
   The set of permissions to check for the 'resource'. Permissions with wildcards (such as '' or 'storage. ') are not allowed.
 repeated string permissions = 59962500;
Parameter 
  
  Returns 
  
  addPermissions(String value) 
  
    
public   TestPermissionsRequest . Builder   addPermissions ( String   value )  
   The set of permissions to check for the 'resource'. Permissions with wildcards (such as '' or 'storage. ') are not allowed.
 repeated string permissions = 59962500;
Parameter 
  
    
      
        Name Description  
      
        value String The permissions to add.
 
     
  
  Returns 
  
  addPermissionsBytes(ByteString value) 
  
    
public   TestPermissionsRequest . Builder   addPermissionsBytes ( ByteString   value )  
   The set of permissions to check for the 'resource'. Permissions with wildcards (such as '' or 'storage. ') are not allowed.
 repeated string permissions = 59962500;
Parameter 
  
    
      
        Name Description  
      
        value ByteString The bytes of the permissions to add.
 
     
  
  Returns 
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   TestPermissionsRequest . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  build() 
  
    
public   TestPermissionsRequest   build ()  
  Returns 
  
  buildPartial() 
  
    
public   TestPermissionsRequest   buildPartial ()  
  Returns 
  
  clear() 
  
    
public   TestPermissionsRequest . Builder   clear ()  
  Returns 
  
  Overrides 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   TestPermissionsRequest . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   TestPermissionsRequest . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  clearPermissions() 
  
    
public   TestPermissionsRequest . Builder   clearPermissions ()  
   The set of permissions to check for the 'resource'. Permissions with wildcards (such as '' or 'storage. ') are not allowed.
 repeated string permissions = 59962500;
Returns 
  
  clone() 
  
    
public   TestPermissionsRequest . Builder   clone ()  
  Returns 
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   TestPermissionsRequest   getDefaultInstanceForType ()  
  Returns 
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  Returns 
  
  Overrides 
  
  getPermissions(int index) 
  
    
public   String   getPermissions ( int   index )  
   The set of permissions to check for the 'resource'. Permissions with wildcards (such as '' or 'storage. ') are not allowed.
 repeated string permissions = 59962500;
Parameter 
  
    
      
        Name Description  
      
        index int The index of the element to return.
 
     
  
  Returns 
  
    
      
        Type Description  
      
        String The permissions at the given index.
 
     
  
  getPermissionsBytes(int index) 
  
    
public   ByteString   getPermissionsBytes ( int   index )  
   The set of permissions to check for the 'resource'. Permissions with wildcards (such as '' or 'storage. ') are not allowed.
 repeated string permissions = 59962500;
Parameter 
  
    
      
        Name Description  
      
        index int The index of the value to return.
 
     
  
  Returns 
  
    
      
        Type Description  
      
        ByteString The bytes of the permissions at the given index.
 
     
  
  getPermissionsCount() 
  
    
public   int   getPermissionsCount ()  
   The set of permissions to check for the 'resource'. Permissions with wildcards (such as '' or 'storage. ') are not allowed.
 repeated string permissions = 59962500;
Returns 
  
    
      
        Type Description  
      
        int The count of permissions.
 
     
  
  getPermissionsList() 
  
    
public   ProtocolStringList   getPermissionsList ()  
   The set of permissions to check for the 'resource'. Permissions with wildcards (such as '' or 'storage. ') are not allowed.
 repeated string permissions = 59962500;
Returns 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  Returns 
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  Returns 
  
  Overrides 
  
  mergeFrom(TestPermissionsRequest other) 
  
    
public   TestPermissionsRequest . Builder   mergeFrom ( TestPermissionsRequest   other )  
  Parameter 
  
  Returns 
  
  
    
public   TestPermissionsRequest . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  Exceptions 
  
  mergeFrom(Message other) 
  
    
public   TestPermissionsRequest . Builder   mergeFrom ( Message   other )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   TestPermissionsRequest . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   TestPermissionsRequest . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  setPermissions(int index, String value) 
  
    
public   TestPermissionsRequest . Builder   setPermissions ( int   index ,   String   value )  
   The set of permissions to check for the 'resource'. Permissions with wildcards (such as '' or 'storage. ') are not allowed.
 repeated string permissions = 59962500;
Parameters 
  
    
      
        Name Description  
      
        index int The index to set the value at.
 
      
        value String The permissions to set.
 
     
  
  Returns 
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   TestPermissionsRequest . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   TestPermissionsRequest . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  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-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."],[],[]]