Package tech.figure.objectstore.gateway
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 TypeMethodDescriptionbooleanIf true, the grant was successfully added from the requestThe address that has read access to the requested scope's underlying recordscom.google.protobuf.ByteStringThe address that has read access to the requested scope's underlying recordsThe request that evoked this responseThe request that evoked this responsebooleanThe request that evoked this responseMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
GatewayOuterClass.GrantScopePermissionRequest getRequest()The request that evoked this response
.tech.figure.objectstore.gateway.GrantScopePermissionRequest request = 1;- Returns:
- The request.
-
getRequestOrBuilder
GatewayOuterClass.GrantScopePermissionRequestOrBuilder 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.
-