Interface GatewayOuterClass.RegisterExistingObjectRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getGranteeAddress(int index)
    addresses that should have access to fetch this object via the FetchObjectByHash rpc
    com.google.protobuf.ByteString
    addresses that should have access to fetch this object via the FetchObjectByHash rpc
    int
    addresses that should have access to fetch this object via the FetchObjectByHash rpc
    addresses that should have access to fetch this object via the FetchObjectByHash rpc
    the hash of the object in object store (the caller's access to this object will be verified during the course of this call)
    com.google.protobuf.ByteString
    the hash of the object in object store (the caller's access to this object will be verified during the course of this call)

    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

    • getHash

      String getHash()
       the hash of the object in object store (the caller's access to this object will be verified during the course of this call)
       
      string hash = 1;
      Returns:
      The hash.
    • getHashBytes

      com.google.protobuf.ByteString getHashBytes()
       the hash of the object in object store (the caller's access to this object will be verified during the course of this call)
       
      string hash = 1;
      Returns:
      The bytes for hash.
    • getGranteeAddressList

      List<String> getGranteeAddressList()
       addresses that should have access to fetch this object via the FetchObjectByHash rpc
       
      repeated string grantee_address = 2;
      Returns:
      A list containing the granteeAddress.
    • getGranteeAddressCount

      int getGranteeAddressCount()
       addresses that should have access to fetch this object via the FetchObjectByHash rpc
       
      repeated string grantee_address = 2;
      Returns:
      The count of granteeAddress.
    • getGranteeAddress

      String getGranteeAddress(int index)
       addresses that should have access to fetch this object via the FetchObjectByHash rpc
       
      repeated string grantee_address = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The granteeAddress at the given index.
    • getGranteeAddressBytes

      com.google.protobuf.ByteString getGranteeAddressBytes(int index)
       addresses that should have access to fetch this object via the FetchObjectByHash rpc
       
      repeated string grantee_address = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the granteeAddress at the given index.