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 Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes object_bytes = 1;
    optional type
    com.google.protobuf.ByteString
    optional type

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.