Package tech.figure.objectstore.gateway
Interface GatewayOuterClass.BatchGrantScopePermissionRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.BatchGrantScopePermissionRequest,GatewayOuterClass.BatchGrantScopePermissionRequest.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.BatchGrantScopePermissionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGrantees(int index) Each grantee to receive scope permissions.intEach grantee to receive scope permissions.Each grantee to receive scope permissions.getGranteesOrBuilder(int index) Each grantee to receive scope permissions.List<? extends GatewayOuterClass.ScopeGranteeOrBuilder>Each grantee to receive scope permissions.A bech32 scope address.com.google.protobuf.ByteStringA bech32 scope address.Methods 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
-
getScopeAddress
String getScopeAddress()A bech32 scope address. The account referenced by each grantee's grantee_address will receive read permissions through this service to the scope's underlying records
string scope_address = 1;- Returns:
- The scopeAddress.
-
getScopeAddressBytes
com.google.protobuf.ByteString getScopeAddressBytes()A bech32 scope address. The account referenced by each grantee's grantee_address will receive read permissions through this service to the scope's underlying records
string scope_address = 1;- Returns:
- The bytes for scopeAddress.
-
getGranteesList
List<GatewayOuterClass.ScopeGrantee> getGranteesList()Each grantee to receive scope permissions. Requests that do not include at least one record in this array, or requests containing invalid grantees will be rejected
repeated .tech.figure.objectstore.gateway.ScopeGrantee grantees = 2; -
getGrantees
Each grantee to receive scope permissions. Requests that do not include at least one record in this array, or requests containing invalid grantees will be rejected
repeated .tech.figure.objectstore.gateway.ScopeGrantee grantees = 2; -
getGranteesCount
int getGranteesCount()Each grantee to receive scope permissions. Requests that do not include at least one record in this array, or requests containing invalid grantees will be rejected
repeated .tech.figure.objectstore.gateway.ScopeGrantee grantees = 2; -
getGranteesOrBuilderList
List<? extends GatewayOuterClass.ScopeGranteeOrBuilder> getGranteesOrBuilderList()Each grantee to receive scope permissions. Requests that do not include at least one record in this array, or requests containing invalid grantees will be rejected
repeated .tech.figure.objectstore.gateway.ScopeGrantee grantees = 2; -
getGranteesOrBuilder
Each grantee to receive scope permissions. Requests that do not include at least one record in this array, or requests containing invalid grantees will be rejected
repeated .tech.figure.objectstore.gateway.ScopeGrantee grantees = 2;
-