Package tech.figure.objectstore.gateway
Interface GatewayOuterClass.AllHashesObjectGrantTargetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.AllHashesObjectGrantTarget,GatewayOuterClass.AllHashesObjectGrantTarget.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.AllHashesObjectGrantTargetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA bech32 account address.com.google.protobuf.ByteStringA bech32 account 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
-
getGranteeAddress
String getGranteeAddress()A bech32 account address. Adds an object grant from the granter to all objects submitted by the granter
string grantee_address = 1;- Returns:
- The granteeAddress.
-
getGranteeAddressBytes
com.google.protobuf.ByteString getGranteeAddressBytes()A bech32 account address. Adds an object grant from the granter to all objects submitted by the granter
string grantee_address = 1;- Returns:
- The bytes for granteeAddress.
-