Package tech.figure.objectstore.gateway
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 TypeMethodDescriptiongetGranteeAddress(int index) addresses that should have access to fetch this object via the FetchObjectByHash rpccom.google.protobuf.ByteStringgetGranteeAddressBytes(int index) addresses that should have access to fetch this object via the FetchObjectByHash rpcintaddresses that should have access to fetch this object via the FetchObjectByHash rpcaddresses that should have access to fetch this object via the FetchObjectByHash rpcgetHash()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.ByteStringthe 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
isInitializedMethods 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
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
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.
-