Package tech.figure.objectstore.gateway
Interface GatewayOuterClass.ObjectWithMetaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.ObjectWithMeta,GatewayOuterClass.ObjectWithMeta.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.ObjectWithMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringbytes object_bytes = 1;getType()optional typecom.google.protobuf.ByteStringoptional typeMethods 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
-
getObjectBytes
com.google.protobuf.ByteString getObjectBytes()bytes object_bytes = 1;- Returns:
- The objectBytes.
-
getType
String getType()optional type
string type = 2;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()optional type
string type = 2;- Returns:
- The bytes for type.
-