Interface PyChartScopeProto.PyChartScopePBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PyChartScopeProto.PyChartScopePB
,PyChartScopeProto.PyChartScopePB.Builder
- Enclosing class:
- PyChartScopeProto
public static interface PyChartScopeProto.PyChartScopePBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasScope
boolean hasScope().common.protobuf.PyDictionaryPB scope = 1;
- Returns:
- Whether the scope field is set.
-
getScope
PyDictionaryProto.PyDictionaryPB getScope().common.protobuf.PyDictionaryPB scope = 1;
- Returns:
- The scope.
-
getScopeOrBuilder
PyDictionaryProto.PyDictionaryPBOrBuilder getScopeOrBuilder().common.protobuf.PyDictionaryPB scope = 1;
-