Package tech.figure.objectstore.gateway
Interface GatewayOuterClass.RevokeObjectPermissionsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.RevokeObjectPermissionsRequest,GatewayOuterClass.RevokeObjectPermissionsRequest.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.RevokeObjectPermissionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGranteeAddress(int index) the addresses to revoke access to this hash forcom.google.protobuf.ByteStringgetGranteeAddressBytes(int index) the addresses to revoke access to this hash forintthe addresses to revoke access to this hash forthe addresses to revoke access to this hash forgetHash()the hash of the object to revoke permissions forcom.google.protobuf.ByteStringthe hash of the object to revoke permissions forMethods 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 revoke permissions for
string hash = 1;- Returns:
- The hash.
-
getHashBytes
com.google.protobuf.ByteString getHashBytes()the hash of the object to revoke permissions for
string hash = 1;- Returns:
- The bytes for hash.
-
getGranteeAddressList
the addresses to revoke access to this hash for
repeated string grantee_address = 2;- Returns:
- A list containing the granteeAddress.
-
getGranteeAddressCount
int getGranteeAddressCount()the addresses to revoke access to this hash for
repeated string grantee_address = 2;- Returns:
- The count of granteeAddress.
-
getGranteeAddress
the addresses to revoke access to this hash for
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) the addresses to revoke access to this hash for
repeated string grantee_address = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the granteeAddress at the given index.
-