Package tech.figure.objectstore.gateway
Interface GatewayOuterClass.BatchGrantObjectPermissionsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.BatchGrantObjectPermissionsResponse,GatewayOuterClass.BatchGrantObjectPermissionsResponse.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.BatchGrantObjectPermissionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe grantee that received permissions to the object hashcom.google.protobuf.ByteStringThe grantee that received permissions to the object hashThe granter that granted permissions to the grantee on an object hashcom.google.protobuf.ByteStringThe granter that granted permissions to the grantee on an object hashintThe grant's place in the batch order.getHash()The hash of the object to which permissions were grantedcom.google.protobuf.ByteStringThe hash of the object to which permissions were grantedintThe total number of grants expected to be given in this batch processMethods 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 to which permissions were granted
string hash = 1;- Returns:
- The hash.
-
getHashBytes
com.google.protobuf.ByteString getHashBytes()The hash of the object to which permissions were granted
string hash = 1;- Returns:
- The bytes for hash.
-
getGranterAddress
String getGranterAddress()The granter that granted permissions to the grantee on an object hash
string granter_address = 2;- Returns:
- The granterAddress.
-
getGranterAddressBytes
com.google.protobuf.ByteString getGranterAddressBytes()The granter that granted permissions to the grantee on an object hash
string granter_address = 2;- Returns:
- The bytes for granterAddress.
-
getGranteeAddress
String getGranteeAddress()The grantee that received permissions to the object hash
string grantee_address = 3;- Returns:
- The granteeAddress.
-
getGranteeAddressBytes
com.google.protobuf.ByteString getGranteeAddressBytes()The grantee that received permissions to the object hash
string grantee_address = 3;- Returns:
- The bytes for granteeAddress.
-
getGrantNumber
int getGrantNumber()The grant's place in the batch order. The first grant is numbered 1, and the final grant will have a number matching the total_grants_expected value
int32 grant_number = 4;- Returns:
- The grantNumber.
-
getTotalGrantsExpected
int getTotalGrantsExpected()The total number of grants expected to be given in this batch process
int32 total_grants_expected = 5;- Returns:
- The totalGrantsExpected.
-