Package tech.figure.objectstore.gateway
Interface GatewayOuterClass.BatchGrantObjectPermissionsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.BatchGrantObjectPermissionsRequest,GatewayOuterClass.BatchGrantObjectPermissionsRequest.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.BatchGrantObjectPermissionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that all hashes submitted by the granter will receive an object grantSpecifies that all hashes submitted by the granter will receive an object grantSpecifies that all target hashes submitted by the granter will receive an object grant for the granteeSpecifies that all target hashes submitted by the granter will receive an object grant for the granteebooleanSpecifies that all hashes submitted by the granter will receive an object grantbooleanSpecifies that all target hashes submitted by the granter will receive an object grant for the granteeMethods 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
-
hasAllHashes
boolean hasAllHashes()Specifies that all hashes submitted by the granter will receive an object grant
.tech.figure.objectstore.gateway.AllHashesObjectGrantTarget all_hashes = 1;- Returns:
- Whether the allHashes field is set.
-
getAllHashes
GatewayOuterClass.AllHashesObjectGrantTarget getAllHashes()Specifies that all hashes submitted by the granter will receive an object grant
.tech.figure.objectstore.gateway.AllHashesObjectGrantTarget all_hashes = 1;- Returns:
- The allHashes.
-
getAllHashesOrBuilder
GatewayOuterClass.AllHashesObjectGrantTargetOrBuilder getAllHashesOrBuilder()Specifies that all hashes submitted by the granter will receive an object grant
.tech.figure.objectstore.gateway.AllHashesObjectGrantTarget all_hashes = 1; -
hasSpecifiedHashes
boolean hasSpecifiedHashes()Specifies that all target hashes submitted by the granter will receive an object grant for the grantee
.tech.figure.objectstore.gateway.SpecifiedHashesObjectGrantTarget specified_hashes = 2;- Returns:
- Whether the specifiedHashes field is set.
-
getSpecifiedHashes
GatewayOuterClass.SpecifiedHashesObjectGrantTarget getSpecifiedHashes()Specifies that all target hashes submitted by the granter will receive an object grant for the grantee
.tech.figure.objectstore.gateway.SpecifiedHashesObjectGrantTarget specified_hashes = 2;- Returns:
- The specifiedHashes.
-
getSpecifiedHashesOrBuilder
GatewayOuterClass.SpecifiedHashesObjectGrantTargetOrBuilder getSpecifiedHashesOrBuilder()Specifies that all target hashes submitted by the granter will receive an object grant for the grantee
.tech.figure.objectstore.gateway.SpecifiedHashesObjectGrantTarget specified_hashes = 2; -
getGrantTargetCase
GatewayOuterClass.BatchGrantObjectPermissionsRequest.GrantTargetCase getGrantTargetCase()
-