Package tech.figure.objectstore.gateway
Interface GatewayOuterClass.PutObjectResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.PutObjectResponse,GatewayOuterClass.PutObjectResponse.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.PutObjectResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetHash()base64-encoded object hash (sha-256 of provided ObjectWithMeta [object] serialized proto)com.google.protobuf.ByteStringbase64-encoded object hash (sha-256 of provided ObjectWithMeta [object] serialized proto)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()base64-encoded object hash (sha-256 of provided ObjectWithMeta [object] serialized proto)
string hash = 1;- Returns:
- The hash.
-
getHashBytes
com.google.protobuf.ByteString getHashBytes()base64-encoded object hash (sha-256 of provided ObjectWithMeta [object] serialized proto)
string hash = 1;- Returns:
- The bytes for hash.
-