Interface ComplexQueryKeysProto.MetadataQueryKeyPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ComplexQueryKeysProto.MetadataQueryKeyPB,ComplexQueryKeysProto.MetadataQueryKeyPB.Builder
- Enclosing class:
- ComplexQueryKeysProto
public static interface ComplexQueryKeysProto.MetadataQueryKeyPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.common.protobuf.QualifiedPathPB identifier = 1;.common.protobuf.QualifiedPathPB identifier = 1;boolean.common.protobuf.QualifiedPathPB identifier = 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
-
hasIdentifier
boolean hasIdentifier().common.protobuf.QualifiedPathPB identifier = 1;- Returns:
- Whether the identifier field is set.
-
getIdentifier
QualifiedPathProto.QualifiedPathPB getIdentifier().common.protobuf.QualifiedPathPB identifier = 1;- Returns:
- The identifier.
-
getIdentifierOrBuilder
QualifiedPathProto.QualifiedPathPBOrBuilder getIdentifierOrBuilder().common.protobuf.QualifiedPathPB identifier = 1;
-