Package tech.figure.objectstore.gateway
Interface GatewayOuterClass.FetchObjectByHashRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.FetchObjectByHashRequest,GatewayOuterClass.FetchObjectByHashRequest.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.FetchObjectByHashRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetHash()string hash = 1;com.google.protobuf.ByteStringstring hash = 1;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()string hash = 1;- Returns:
- The hash.
-
getHashBytes
com.google.protobuf.ByteString getHashBytes()string hash = 1;- Returns:
- The bytes for hash.
-