Interface ApiOrBuilder

    • Method Detail

      • getName

        java.lang.String getName()
        string name = 1 [json_name = "name"];
        Returns:
        The name.
      • getNameBytes

        ByteString getNameBytes()
        string name = 1 [json_name = "name"];
        Returns:
        The bytes for name.
      • getMethodsList

        java.util.List<Method> getMethodsList()
        repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
      • getMethods

        Method getMethods​(int index)
        repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
      • getMethodsCount

        int getMethodsCount()
        repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
      • getMethodsOrBuilderList

        java.util.List<? extends MethodOrBuilder> getMethodsOrBuilderList()
        repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
      • getMethodsOrBuilder

        MethodOrBuilder getMethodsOrBuilder​(int index)
        repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
      • getOptionsList

        java.util.List<Option> getOptionsList()
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
      • getOptions

        Option getOptions​(int index)
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
      • getOptionsCount

        int getOptionsCount()
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
      • getOptionsOrBuilderList

        java.util.List<? extends OptionOrBuilder> getOptionsOrBuilderList()
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
      • getOptionsOrBuilder

        OptionOrBuilder getOptionsOrBuilder​(int index)
        repeated .google.protobuf.Option options = 3 [json_name = "options"];
      • getVersion

        java.lang.String getVersion()
        string version = 4 [json_name = "version"];
        Returns:
        The version.
      • getVersionBytes

        ByteString getVersionBytes()
        string version = 4 [json_name = "version"];
        Returns:
        The bytes for version.
      • hasSourceContext

        boolean hasSourceContext()
        .google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
        Returns:
        Whether the sourceContext field is set.
      • getSourceContext

        SourceContext getSourceContext()
        .google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
        Returns:
        The sourceContext.
      • getSourceContextOrBuilder

        SourceContextOrBuilder getSourceContextOrBuilder()
        .google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
      • getMixinsList

        java.util.List<Mixin> getMixinsList()
        repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
      • getMixins

        Mixin getMixins​(int index)
        repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
      • getMixinsCount

        int getMixinsCount()
        repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
      • getMixinsOrBuilderList

        java.util.List<? extends MixinOrBuilder> getMixinsOrBuilderList()
        repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
      • getMixinsOrBuilder

        MixinOrBuilder getMixinsOrBuilder​(int index)
        repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
      • getSyntaxValue

        int getSyntaxValue()
        .google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
        Returns:
        The enum numeric value on the wire for syntax.
      • getSyntax

        Syntax getSyntax()
        .google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
        Returns:
        The syntax.