Interface DescriptorsProtos.AmbiguousDescriptorOrBuilder

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

public static interface DescriptorsProtos.AmbiguousDescriptorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • hasFullyQualifiedName

      boolean hasFullyQualifiedName()
      optional string fullyQualifiedName = 2;
      Returns:
      Whether the fullyQualifiedName field is set.
    • getFullyQualifiedName

      String getFullyQualifiedName()
      optional string fullyQualifiedName = 2;
      Returns:
      The fullyQualifiedName.
    • getFullyQualifiedNameBytes

      com.google.protobuf.ByteString getFullyQualifiedNameBytes()
      optional string fullyQualifiedName = 2;
      Returns:
      The bytes for fullyQualifiedName.
    • hasAlternatives

      boolean hasAlternatives()
      .protoblog.DescriptorList alternatives = 3;
      Returns:
      Whether the alternatives field is set.
    • getAlternatives

      .protoblog.DescriptorList alternatives = 3;
      Returns:
      The alternatives.
    • getAlternativesOrBuilder

      DescriptorsProtos.DescriptorListOrBuilder getAlternativesOrBuilder()
      .protoblog.DescriptorList alternatives = 3;