Interface GatewayOuterClass.GrantScopePermissionResponseOrBuilder

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

public static interface GatewayOuterClass.GrantScopePermissionResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If true, the grant was successfully added from the request
    The address that has read access to the requested scope's underlying records
    com.google.protobuf.ByteString
    The address that has read access to the requested scope's underlying records
    The request that evoked this response
    The request that evoked this response
    boolean
    The request that evoked this response

    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 Details

    • hasRequest

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

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

       The request that evoked this response
       
      .tech.figure.objectstore.gateway.GrantScopePermissionRequest request = 1;
    • getGranterAddress

      String getGranterAddress()
       The address that has read access to the requested scope's underlying records
       
      string granter_address = 2;
      Returns:
      The granterAddress.
    • getGranterAddressBytes

      com.google.protobuf.ByteString getGranterAddressBytes()
       The address that has read access to the requested scope's underlying records
       
      string granter_address = 2;
      Returns:
      The bytes for granterAddress.
    • getGrantAccepted

      boolean getGrantAccepted()
       If true, the grant was successfully added from the request
       
      bool grant_accepted = 3;
      Returns:
      The grantAccepted.