Interface GatewayOuterClass.FetchObjectRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GatewayOuterClass.FetchObjectRequest, GatewayOuterClass.FetchObjectRequest.Builder
Enclosing class:
GatewayOuterClass

public static interface GatewayOuterClass.FetchObjectRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional
    com.google.protobuf.ByteString
    optional
    string scope_address = 1;
    com.google.protobuf.ByteString
    string scope_address = 1;

    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

    • getScopeAddress

      String getScopeAddress()
      string scope_address = 1;
      Returns:
      The scopeAddress.
    • getScopeAddressBytes

      com.google.protobuf.ByteString getScopeAddressBytes()
      string scope_address = 1;
      Returns:
      The bytes for scopeAddress.
    • getGranterAddress

      String getGranterAddress()
       optional
       
      string granter_address = 2;
      Returns:
      The granterAddress.
    • getGranterAddressBytes

      com.google.protobuf.ByteString getGranterAddressBytes()
       optional
       
      string granter_address = 2;
      Returns:
      The bytes for granterAddress.