Interface ProtobufMessages.SerializedObjectOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getObject()
      optional bytes object = 2;
      int getStrategyIndex()
      optional int32 strategy_index = 1;
      boolean hasObject()
      optional bytes object = 2;
      boolean hasStrategyIndex()
      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 Detail

      • hasStrategyIndex

        boolean hasStrategyIndex()
        optional int32 strategy_index = 1;
      • getStrategyIndex

        int getStrategyIndex()
        optional int32 strategy_index = 1;
      • hasObject

        boolean hasObject()
        optional bytes object = 2;
      • getObject

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