Interface ProtobufMessages.SerializedObjectOrBuilder

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

public static interface ProtobufMessages.SerializedObjectOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    optional bytes object = 2;
    int
    optional int32 strategy_index = 1;
    boolean
    optional bytes object = 2;
    boolean
    optional int32 strategy_index = 1;

    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

    • hasStrategyIndex

      boolean hasStrategyIndex()
      optional int32 strategy_index = 1;
      Returns:
      Whether the strategyIndex field is set.
    • getStrategyIndex

      int getStrategyIndex()
      optional int32 strategy_index = 1;
      Returns:
      The strategyIndex.
    • hasObject

      boolean hasObject()
      optional bytes object = 2;
      Returns:
      Whether the object field is set.
    • getObject

      com.google.protobuf.ByteString getObject()
      optional bytes object = 2;
      Returns:
      The object.