Interface EngineControlOuterClass.RecordResponseOrBuilder

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

public static interface EngineControlOuterClass.RecordResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A JSON representation of a Record.
    com.google.protobuf.ByteString
    A JSON representation of a Record.

    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

    • getRecordJson

      String getRecordJson()
       A JSON representation of a Record.
       
      string recordJson = 1;
      Returns:
      The recordJson.
    • getRecordJsonBytes

      com.google.protobuf.ByteString getRecordJsonBytes()
       A JSON representation of a Record.
       
      string recordJson = 1;
      Returns:
      The bytes for recordJson.