Interface GatewayOuterClass.BatchGrantScopePermissionResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GatewayOuterClass.BatchGrantScopePermissionResponse, GatewayOuterClass.BatchGrantScopePermissionResponse.Builder
Enclosing class:
GatewayOuterClass

public static interface GatewayOuterClass.BatchGrantScopePermissionResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasRequest

      boolean hasRequest()
       The request that evoked this response
       
      .tech.figure.objectstore.gateway.BatchGrantScopePermissionRequest request = 1;
      Returns:
      Whether the request field is set.
    • getRequest

       The request that evoked this response
       
      .tech.figure.objectstore.gateway.BatchGrantScopePermissionRequest request = 1;
      Returns:
      The request.
    • getRequestOrBuilder

       The request that evoked this response
       
      .tech.figure.objectstore.gateway.BatchGrantScopePermissionRequest request = 1;
    • getGrantResponsesList

       Details about each grant made in the batch
       
      repeated .tech.figure.objectstore.gateway.GrantScopePermissionResponse grant_responses = 2;
    • getGrantResponses

      GatewayOuterClass.GrantScopePermissionResponse getGrantResponses(int index)
       Details about each grant made in the batch
       
      repeated .tech.figure.objectstore.gateway.GrantScopePermissionResponse grant_responses = 2;
    • getGrantResponsesCount

      int getGrantResponsesCount()
       Details about each grant made in the batch
       
      repeated .tech.figure.objectstore.gateway.GrantScopePermissionResponse grant_responses = 2;
    • getGrantResponsesOrBuilderList

      List<? extends GatewayOuterClass.GrantScopePermissionResponseOrBuilder> getGrantResponsesOrBuilderList()
       Details about each grant made in the batch
       
      repeated .tech.figure.objectstore.gateway.GrantScopePermissionResponse grant_responses = 2;
    • getGrantResponsesOrBuilder

      GatewayOuterClass.GrantScopePermissionResponseOrBuilder getGrantResponsesOrBuilder(int index)
       Details about each grant made in the batch
       
      repeated .tech.figure.objectstore.gateway.GrantScopePermissionResponse grant_responses = 2;