Interface ComplexQueryKeysProto.AnnotationQueryKeyPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ComplexQueryKeysProto.AnnotationQueryKeyPB, ComplexQueryKeysProto.AnnotationQueryKeyPB.Builder
Enclosing class:
ComplexQueryKeysProto

public static interface ComplexQueryKeysProto.AnnotationQueryKeyPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .common.protobuf.QualifiedPathPB identifier = 1;
    .common.protobuf.QualifiedPathPB identifier = 1;
    boolean
    .common.protobuf.QualifiedPathPB identifier = 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

    • hasIdentifier

      boolean hasIdentifier()
      .common.protobuf.QualifiedPathPB identifier = 1;
      Returns:
      Whether the identifier field is set.
    • getIdentifier

      .common.protobuf.QualifiedPathPB identifier = 1;
      Returns:
      The identifier.
    • getIdentifierOrBuilder

      .common.protobuf.QualifiedPathPB identifier = 1;