Package tech.figure.objectstore.gateway
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 Summary
Modifier and TypeMethodDescriptiongetGrantResponses(int index) Details about each grant made in the batchintDetails about each grant made in the batchDetails about each grant made in the batchgetGrantResponsesOrBuilder(int index) Details about each grant made in the batchDetails about each grant made in the batchThe 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.BatchGrantScopePermissionRequest request = 1;- Returns:
- Whether the request field is set.
-
getRequest
GatewayOuterClass.BatchGrantScopePermissionRequest getRequest()The request that evoked this response
.tech.figure.objectstore.gateway.BatchGrantScopePermissionRequest request = 1;- Returns:
- The request.
-
getRequestOrBuilder
GatewayOuterClass.BatchGrantScopePermissionRequestOrBuilder getRequestOrBuilder()The request that evoked this response
.tech.figure.objectstore.gateway.BatchGrantScopePermissionRequest request = 1; -
getGrantResponsesList
List<GatewayOuterClass.GrantScopePermissionResponse> getGrantResponsesList()Details about each grant made in the batch
repeated .tech.figure.objectstore.gateway.GrantScopePermissionResponse grant_responses = 2; -
getGrantResponses
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
Details about each grant made in the batch
repeated .tech.figure.objectstore.gateway.GrantScopePermissionResponse grant_responses = 2;
-