Interface AliasContextOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AliasContext, AliasContext.Builder

    public interface AliasContextOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AliasContext.Kind getKind()
      The alias kind.
      int getKindValue()
      The alias kind.
      String getName()
      The alias name.
      com.google.protobuf.ByteString getNameBytes()
      The alias name.
      • 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 Detail

      • getKindValue

        int getKindValue()
         The alias kind.
         
        .google.devtools.source.v1.AliasContext.Kind kind = 1;
        Returns:
        The enum numeric value on the wire for kind.
      • getKind

        AliasContext.Kind getKind()
         The alias kind.
         
        .google.devtools.source.v1.AliasContext.Kind kind = 1;
        Returns:
        The kind.
      • getName

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

        com.google.protobuf.ByteString getNameBytes()
         The alias name.
         
        string name = 2;
        Returns:
        The bytes for name.