Interface TestIamPermissionsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
TestIamPermissionsResponse, TestIamPermissionsResponse.Builder

public interface TestIamPermissionsResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getPermissions(int index)
    A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
    com.google.protobuf.ByteString
    A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
    int
    A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
    A subset of `TestPermissionsRequest.permissions` that the caller is allowed.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getPermissionsList

      List<String> getPermissionsList()
       A subset of `TestPermissionsRequest.permissions` that the caller is
       allowed.
       
      repeated string permissions = 1 [json_name = "permissions"];
      Returns:
      A list containing the permissions.
    • getPermissionsCount

      int getPermissionsCount()
       A subset of `TestPermissionsRequest.permissions` that the caller is
       allowed.
       
      repeated string permissions = 1 [json_name = "permissions"];
      Returns:
      The count of permissions.
    • getPermissions

      String getPermissions(int index)
       A subset of `TestPermissionsRequest.permissions` that the caller is
       allowed.
       
      repeated string permissions = 1 [json_name = "permissions"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The permissions at the given index.
    • getPermissionsBytes

      com.google.protobuf.ByteString getPermissionsBytes(int index)
       A subset of `TestPermissionsRequest.permissions` that the caller is
       allowed.
       
      repeated string permissions = 1 [json_name = "permissions"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The permissions at the given index.