Interface HistoryAggregateProto.AdHocPythonAggregatePBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HistoryAggregateProto.AdHocPythonAggregatePB,HistoryAggregateProto.AdHocPythonAggregatePB.Builder
- Enclosing class:
- HistoryAggregateProto
public static interface HistoryAggregateProto.AdHocPythonAggregatePBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDef()string def = 1;com.google.protobuf.ByteStringstring def = 1;booleanbool isLibRef = 2;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
-
getDef
String getDef()string def = 1;- Returns:
- The def.
-
getDefBytes
com.google.protobuf.ByteString getDefBytes()string def = 1;- Returns:
- The bytes for def.
-
getIsLibRef
boolean getIsLibRef()bool isLibRef = 2;- Returns:
- The isLibRef.
-