Interface GatewayOuterClass.RecordObjectOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GatewayOuterClass.RecordObject, GatewayOuterClass.RecordObject.Builder
Enclosing class:
GatewayOuterClass

public static interface GatewayOuterClass.RecordObjectOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string hash = 1;
    com.google.protobuf.ByteString
    string hash = 1;
    com.google.protobuf.ByteString
    bytes object_bytes = 3;
    string type = 2;
    com.google.protobuf.ByteString
    string type = 2;

    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

    • getHash

      String getHash()
      string hash = 1;
      Returns:
      The hash.
    • getHashBytes

      com.google.protobuf.ByteString getHashBytes()
      string hash = 1;
      Returns:
      The bytes for hash.
    • getType

      String getType()
      string type = 2;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      string type = 2;
      Returns:
      The bytes for type.
    • getObjectBytes

      com.google.protobuf.ByteString getObjectBytes()
      bytes object_bytes = 3;
      Returns:
      The objectBytes.