Interface DataPointQueryKeysProto.RawQueryKeyPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataPointQueryKeysProto.RawQueryKeyPB
,DataPointQueryKeysProto.RawQueryKeyPB.Builder
- Enclosing class:
- DataPointQueryKeysProto
public static interface DataPointQueryKeysProto.RawQueryKeyPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.common.protobuf.QualifiedPathPB source = 1;
.common.protobuf.QualifiedPathPB source = 1;
boolean
.common.protobuf.QualifiedPathPB source = 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 Details
-
hasSource
boolean hasSource().common.protobuf.QualifiedPathPB source = 1;
- Returns:
- Whether the source field is set.
-
getSource
QualifiedPathProto.QualifiedPathPB getSource().common.protobuf.QualifiedPathPB source = 1;
- Returns:
- The source.
-
getSourceOrBuilder
QualifiedPathProto.QualifiedPathPBOrBuilder getSourceOrBuilder().common.protobuf.QualifiedPathPB source = 1;
-