Package tech.figure.objectstore.gateway
Interface GatewayOuterClass.ScopeGranteeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.ScopeGrantee,GatewayOuterClass.ScopeGrantee.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.ScopeGranteeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA bech32 account address for which to grant read access to the scope's recordscom.google.protobuf.ByteStringA bech32 account address for which to grant read access to the scope's recordsAn optional parameter that specifies a unique identifier by which to label the grant entry that will be createdcom.google.protobuf.ByteStringAn optional parameter that specifies a unique identifier by which to label the grant entry that will be createdMethods 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
-
getGranteeAddress
String getGranteeAddress()A bech32 account address for which to grant read access to the scope's records
string grantee_address = 1;- Returns:
- The granteeAddress.
-
getGranteeAddressBytes
com.google.protobuf.ByteString getGranteeAddressBytes()A bech32 account address for which to grant read access to the scope's records
string grantee_address = 1;- Returns:
- The bytes for granteeAddress.
-
getGrantId
String getGrantId()An optional parameter that specifies a unique identifier by which to label the grant entry that will be created
string grant_id = 2;- Returns:
- The grantId.
-
getGrantIdBytes
com.google.protobuf.ByteString getGrantIdBytes()An optional parameter that specifies a unique identifier by which to label the grant entry that will be created
string grant_id = 2;- Returns:
- The bytes for grantId.
-