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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetObject()optional bytes object = 2;intgetStrategyIndex()optional int32 strategy_index = 1;booleanhasObject()optional bytes object = 2;booleanhasStrategyIndex()optional int32 strategy_index = 1;-
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;
-
-