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 Type
    Method
    Description
    A bech32 account address.
    com.google.protobuf.ByteString
    A bech32 account address.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.