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 TypeMethodDescriptioncom.google.protobuf.ByteStringoptional bytes object = 2;intoptional int32 strategy_index = 1;booleanoptional bytes object = 2;booleanoptional int32 strategy_index = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-