Interface QueryTestablePermissionsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFullResourceName()
      Required.
      com.google.protobuf.ByteString getFullResourceNameBytes()
      Required.
      int getPageSize()
      Optional limit on the number of permissions to include in the response.
      String getPageToken()
      Optional pagination token returned in an earlier QueryTestablePermissionsRequest.
      com.google.protobuf.ByteString getPageTokenBytes()
      Optional pagination token returned in an earlier QueryTestablePermissionsRequest.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getFullResourceName

        String getFullResourceName()
         Required. The full resource name to query from the list of testable
         permissions.
        
         The name follows the Google Cloud Platform resource format.
         For example, a Cloud Platform project with id `my-project` will be named
         `//cloudresourcemanager.googleapis.com/projects/my-project`.
         
        string full_resource_name = 1;
        Returns:
        The fullResourceName.
      • getFullResourceNameBytes

        com.google.protobuf.ByteString getFullResourceNameBytes()
         Required. The full resource name to query from the list of testable
         permissions.
        
         The name follows the Google Cloud Platform resource format.
         For example, a Cloud Platform project with id `my-project` will be named
         `//cloudresourcemanager.googleapis.com/projects/my-project`.
         
        string full_resource_name = 1;
        Returns:
        The bytes for fullResourceName.
      • getPageSize

        int getPageSize()
         Optional limit on the number of permissions to include in the response.
        
         The default is 100, and the maximum is 1,000.
         
        int32 page_size = 2;
        Returns:
        The pageSize.
      • getPageToken

        String getPageToken()
         Optional pagination token returned in an earlier
         QueryTestablePermissionsRequest.
         
        string page_token = 3;
        Returns:
        The pageToken.
      • getPageTokenBytes

        com.google.protobuf.ByteString getPageTokenBytes()
         Optional pagination token returned in an earlier
         QueryTestablePermissionsRequest.
         
        string page_token = 3;
        Returns:
        The bytes for pageToken.