All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.protobuf.Api Maven / Gradle / Ivy

Go to download

Lite version of Protocol Buffers library. This version is optimized for code size, but does not guarantee API/ABI stability.

There is a newer version: 4.29.0-RC2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/api.proto

// Protobuf Java Version: 3.25.5
package com.google.protobuf;

/**
 * Protobuf type {@code google.protobuf.Api}
 */
public  final class Api extends
    com.google.protobuf.GeneratedMessageLite<
        Api, Api.Builder> implements
    // @@protoc_insertion_point(message_implements:google.protobuf.Api)
    ApiOrBuilder {
  private Api() {
    name_ = "";
    methods_ = emptyProtobufList();
    options_ = emptyProtobufList();
    version_ = "";
    mixins_ = emptyProtobufList();
  }
  private int bitField0_;
  public static final int NAME_FIELD_NUMBER = 1;
  private java.lang.String name_;
  /**
   * string name = 1 [json_name = "name"];
   * @return The name.
   */
  @java.lang.Override
  public java.lang.String getName() {
    return name_;
  }
  /**
   * string name = 1 [json_name = "name"];
   * @return The bytes for name.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getNameBytes() {
    return com.google.protobuf.ByteString.copyFromUtf8(name_);
  }
  /**
   * string name = 1 [json_name = "name"];
   * @param value The name to set.
   */
  private void setName(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  
    name_ = value;
  }
  /**
   * string name = 1 [json_name = "name"];
   */
  private void clearName() {

    name_ = getDefaultInstance().getName();
  }
  /**
   * string name = 1 [json_name = "name"];
   * @param value The bytes for name to set.
   */
  private void setNameBytes(
      com.google.protobuf.ByteString value) {
    checkByteStringIsUtf8(value);
    name_ = value.toStringUtf8();

  }

  public static final int METHODS_FIELD_NUMBER = 2;
  private com.google.protobuf.Internal.ProtobufList methods_;
  /**
   * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
   */
  @java.lang.Override
  public java.util.List getMethodsList() {
    return methods_;
  }
  /**
   * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
   */
  public java.util.List 
      getMethodsOrBuilderList() {
    return methods_;
  }
  /**
   * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
   */
  @java.lang.Override
  public int getMethodsCount() {
    return methods_.size();
  }
  /**
   * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
   */
  @java.lang.Override
  public com.google.protobuf.Method getMethods(int index) {
    return methods_.get(index);
  }
  /**
   * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
   */
  public com.google.protobuf.MethodOrBuilder getMethodsOrBuilder(
      int index) {
    return methods_.get(index);
  }
  private void ensureMethodsIsMutable() {
    com.google.protobuf.Internal.ProtobufList tmp = methods_;
    if (!tmp.isModifiable()) {
      methods_ =
          com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp);
     }
  }

  /**
   * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
   */
  private void setMethods(
      int index, com.google.protobuf.Method value) {
    value.getClass();
  ensureMethodsIsMutable();
    methods_.set(index, value);
  }
  /**
   * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
   */
  private void addMethods(com.google.protobuf.Method value) {
    value.getClass();
  ensureMethodsIsMutable();
    methods_.add(value);
  }
  /**
   * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
   */
  private void addMethods(
      int index, com.google.protobuf.Method value) {
    value.getClass();
  ensureMethodsIsMutable();
    methods_.add(index, value);
  }
  /**
   * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
   */
  private void addAllMethods(
      java.lang.Iterable values) {
    ensureMethodsIsMutable();
    com.google.protobuf.AbstractMessageLite.addAll(
        values, methods_);
  }
  /**
   * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
   */
  private void clearMethods() {
    methods_ = emptyProtobufList();
  }
  /**
   * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
   */
  private void removeMethods(int index) {
    ensureMethodsIsMutable();
    methods_.remove(index);
  }

  public static final int OPTIONS_FIELD_NUMBER = 3;
  private com.google.protobuf.Internal.ProtobufList options_;
  /**
   * repeated .google.protobuf.Option options = 3 [json_name = "options"];
   */
  @java.lang.Override
  public java.util.List getOptionsList() {
    return options_;
  }
  /**
   * repeated .google.protobuf.Option options = 3 [json_name = "options"];
   */
  public java.util.List 
      getOptionsOrBuilderList() {
    return options_;
  }
  /**
   * repeated .google.protobuf.Option options = 3 [json_name = "options"];
   */
  @java.lang.Override
  public int getOptionsCount() {
    return options_.size();
  }
  /**
   * repeated .google.protobuf.Option options = 3 [json_name = "options"];
   */
  @java.lang.Override
  public com.google.protobuf.Option getOptions(int index) {
    return options_.get(index);
  }
  /**
   * repeated .google.protobuf.Option options = 3 [json_name = "options"];
   */
  public com.google.protobuf.OptionOrBuilder getOptionsOrBuilder(
      int index) {
    return options_.get(index);
  }
  private void ensureOptionsIsMutable() {
    com.google.protobuf.Internal.ProtobufList tmp = options_;
    if (!tmp.isModifiable()) {
      options_ =
          com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp);
     }
  }

  /**
   * repeated .google.protobuf.Option options = 3 [json_name = "options"];
   */
  private void setOptions(
      int index, com.google.protobuf.Option value) {
    value.getClass();
  ensureOptionsIsMutable();
    options_.set(index, value);
  }
  /**
   * repeated .google.protobuf.Option options = 3 [json_name = "options"];
   */
  private void addOptions(com.google.protobuf.Option value) {
    value.getClass();
  ensureOptionsIsMutable();
    options_.add(value);
  }
  /**
   * repeated .google.protobuf.Option options = 3 [json_name = "options"];
   */
  private void addOptions(
      int index, com.google.protobuf.Option value) {
    value.getClass();
  ensureOptionsIsMutable();
    options_.add(index, value);
  }
  /**
   * repeated .google.protobuf.Option options = 3 [json_name = "options"];
   */
  private void addAllOptions(
      java.lang.Iterable values) {
    ensureOptionsIsMutable();
    com.google.protobuf.AbstractMessageLite.addAll(
        values, options_);
  }
  /**
   * repeated .google.protobuf.Option options = 3 [json_name = "options"];
   */
  private void clearOptions() {
    options_ = emptyProtobufList();
  }
  /**
   * repeated .google.protobuf.Option options = 3 [json_name = "options"];
   */
  private void removeOptions(int index) {
    ensureOptionsIsMutable();
    options_.remove(index);
  }

  public static final int VERSION_FIELD_NUMBER = 4;
  private java.lang.String version_;
  /**
   * string version = 4 [json_name = "version"];
   * @return The version.
   */
  @java.lang.Override
  public java.lang.String getVersion() {
    return version_;
  }
  /**
   * string version = 4 [json_name = "version"];
   * @return The bytes for version.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getVersionBytes() {
    return com.google.protobuf.ByteString.copyFromUtf8(version_);
  }
  /**
   * string version = 4 [json_name = "version"];
   * @param value The version to set.
   */
  private void setVersion(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  
    version_ = value;
  }
  /**
   * string version = 4 [json_name = "version"];
   */
  private void clearVersion() {

    version_ = getDefaultInstance().getVersion();
  }
  /**
   * string version = 4 [json_name = "version"];
   * @param value The bytes for version to set.
   */
  private void setVersionBytes(
      com.google.protobuf.ByteString value) {
    checkByteStringIsUtf8(value);
    version_ = value.toStringUtf8();

  }

  public static final int SOURCE_CONTEXT_FIELD_NUMBER = 5;
  private com.google.protobuf.SourceContext sourceContext_;
  /**
   * .google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
   */
  @java.lang.Override
  public boolean hasSourceContext() {
    return ((bitField0_ & 0x00000001) != 0);
  }
  /**
   * .google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
   */
  @java.lang.Override
  public com.google.protobuf.SourceContext getSourceContext() {
    return sourceContext_ == null ? com.google.protobuf.SourceContext.getDefaultInstance() : sourceContext_;
  }
  /**
   * .google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
   */
  private void setSourceContext(com.google.protobuf.SourceContext value) {
    value.getClass();
  sourceContext_ = value;
    bitField0_ |= 0x00000001;
    }
  /**
   * .google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
   */
  @java.lang.SuppressWarnings({"ReferenceEquality"})
  private void mergeSourceContext(com.google.protobuf.SourceContext value) {
    value.getClass();
  if (sourceContext_ != null &&
        sourceContext_ != com.google.protobuf.SourceContext.getDefaultInstance()) {
      sourceContext_ =
        com.google.protobuf.SourceContext.newBuilder(sourceContext_).mergeFrom(value).buildPartial();
    } else {
      sourceContext_ = value;
    }
    bitField0_ |= 0x00000001;
  }
  /**
   * .google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
   */
  private void clearSourceContext() {  sourceContext_ = null;
    bitField0_ = (bitField0_ & ~0x00000001);
  }

  public static final int MIXINS_FIELD_NUMBER = 6;
  private com.google.protobuf.Internal.ProtobufList mixins_;
  /**
   * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
   */
  @java.lang.Override
  public java.util.List getMixinsList() {
    return mixins_;
  }
  /**
   * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
   */
  public java.util.List 
      getMixinsOrBuilderList() {
    return mixins_;
  }
  /**
   * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
   */
  @java.lang.Override
  public int getMixinsCount() {
    return mixins_.size();
  }
  /**
   * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
   */
  @java.lang.Override
  public com.google.protobuf.Mixin getMixins(int index) {
    return mixins_.get(index);
  }
  /**
   * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
   */
  public com.google.protobuf.MixinOrBuilder getMixinsOrBuilder(
      int index) {
    return mixins_.get(index);
  }
  private void ensureMixinsIsMutable() {
    com.google.protobuf.Internal.ProtobufList tmp = mixins_;
    if (!tmp.isModifiable()) {
      mixins_ =
          com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp);
     }
  }

  /**
   * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
   */
  private void setMixins(
      int index, com.google.protobuf.Mixin value) {
    value.getClass();
  ensureMixinsIsMutable();
    mixins_.set(index, value);
  }
  /**
   * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
   */
  private void addMixins(com.google.protobuf.Mixin value) {
    value.getClass();
  ensureMixinsIsMutable();
    mixins_.add(value);
  }
  /**
   * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
   */
  private void addMixins(
      int index, com.google.protobuf.Mixin value) {
    value.getClass();
  ensureMixinsIsMutable();
    mixins_.add(index, value);
  }
  /**
   * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
   */
  private void addAllMixins(
      java.lang.Iterable values) {
    ensureMixinsIsMutable();
    com.google.protobuf.AbstractMessageLite.addAll(
        values, mixins_);
  }
  /**
   * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
   */
  private void clearMixins() {
    mixins_ = emptyProtobufList();
  }
  /**
   * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
   */
  private void removeMixins(int index) {
    ensureMixinsIsMutable();
    mixins_.remove(index);
  }

  public static final int SYNTAX_FIELD_NUMBER = 7;
  private int syntax_;
  /**
   * .google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
   * @return The enum numeric value on the wire for syntax.
   */
  @java.lang.Override
  public int getSyntaxValue() {
    return syntax_;
  }
  /**
   * .google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
   * @return The syntax.
   */
  @java.lang.Override
  public com.google.protobuf.Syntax getSyntax() {
    com.google.protobuf.Syntax result = com.google.protobuf.Syntax.forNumber(syntax_);
    return result == null ? com.google.protobuf.Syntax.UNRECOGNIZED : result;
  }
  /**
   * .google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
   * @param value The enum numeric value on the wire for syntax to set.
   */
  private void setSyntaxValue(int value) {
      syntax_ = value;
  }
  /**
   * .google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
   * @param value The syntax to set.
   */
  private void setSyntax(com.google.protobuf.Syntax value) {
    syntax_ = value.getNumber();

  }
  /**
   * .google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
   */
  private void clearSyntax() {

    syntax_ = 0;
  }

  public static com.google.protobuf.Api parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data);
  }
  public static com.google.protobuf.Api parseFrom(
      java.nio.ByteBuffer data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data, extensionRegistry);
  }
  public static com.google.protobuf.Api parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data);
  }
  public static com.google.protobuf.Api parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data, extensionRegistry);
  }
  public static com.google.protobuf.Api parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data);
  }
  public static com.google.protobuf.Api parseFrom(
      byte[] data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data, extensionRegistry);
  }
  public static com.google.protobuf.Api parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, input);
  }
  public static com.google.protobuf.Api parseFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, input, extensionRegistry);
  }

  public static com.google.protobuf.Api parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return parseDelimitedFrom(DEFAULT_INSTANCE, input);
  }

  public static com.google.protobuf.Api parseDelimitedFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
  }
  public static com.google.protobuf.Api parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, input);
  }
  public static com.google.protobuf.Api parseFrom(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, input, extensionRegistry);
  }

  public static Builder newBuilder() {
    return (Builder) DEFAULT_INSTANCE.createBuilder();
  }
  public static Builder newBuilder(com.google.protobuf.Api prototype) {
    return DEFAULT_INSTANCE.createBuilder(prototype);
  }

  /**
   * Protobuf type {@code google.protobuf.Api}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageLite.Builder<
        com.google.protobuf.Api, Builder> implements
      // @@protoc_insertion_point(builder_implements:google.protobuf.Api)
      com.google.protobuf.ApiOrBuilder {
    // Construct using com.google.protobuf.Api.newBuilder()
    private Builder() {
      super(DEFAULT_INSTANCE);
    }


    /**
     * string name = 1 [json_name = "name"];
     * @return The name.
     */
    @java.lang.Override
    public java.lang.String getName() {
      return instance.getName();
    }
    /**
     * string name = 1 [json_name = "name"];
     * @return The bytes for name.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getNameBytes() {
      return instance.getNameBytes();
    }
    /**
     * string name = 1 [json_name = "name"];
     * @param value The name to set.
     * @return This builder for chaining.
     */
    public Builder setName(
        java.lang.String value) {
      copyOnWrite();
      instance.setName(value);
      return this;
    }
    /**
     * string name = 1 [json_name = "name"];
     * @return This builder for chaining.
     */
    public Builder clearName() {
      copyOnWrite();
      instance.clearName();
      return this;
    }
    /**
     * string name = 1 [json_name = "name"];
     * @param value The bytes for name to set.
     * @return This builder for chaining.
     */
    public Builder setNameBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.setNameBytes(value);
      return this;
    }

    /**
     * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
     */
    @java.lang.Override
    public java.util.List getMethodsList() {
      return java.util.Collections.unmodifiableList(
          instance.getMethodsList());
    }
    /**
     * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
     */
    @java.lang.Override
    public int getMethodsCount() {
      return instance.getMethodsCount();
    }/**
     * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
     */
    @java.lang.Override
    public com.google.protobuf.Method getMethods(int index) {
      return instance.getMethods(index);
    }
    /**
     * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
     */
    public Builder setMethods(
        int index, com.google.protobuf.Method value) {
      copyOnWrite();
      instance.setMethods(index, value);
      return this;
    }
    /**
     * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
     */
    public Builder setMethods(
        int index, com.google.protobuf.Method.Builder builderForValue) {
      copyOnWrite();
      instance.setMethods(index,
          builderForValue.build());
      return this;
    }
    /**
     * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
     */
    public Builder addMethods(com.google.protobuf.Method value) {
      copyOnWrite();
      instance.addMethods(value);
      return this;
    }
    /**
     * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
     */
    public Builder addMethods(
        int index, com.google.protobuf.Method value) {
      copyOnWrite();
      instance.addMethods(index, value);
      return this;
    }
    /**
     * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
     */
    public Builder addMethods(
        com.google.protobuf.Method.Builder builderForValue) {
      copyOnWrite();
      instance.addMethods(builderForValue.build());
      return this;
    }
    /**
     * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
     */
    public Builder addMethods(
        int index, com.google.protobuf.Method.Builder builderForValue) {
      copyOnWrite();
      instance.addMethods(index,
          builderForValue.build());
      return this;
    }
    /**
     * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
     */
    public Builder addAllMethods(
        java.lang.Iterable values) {
      copyOnWrite();
      instance.addAllMethods(values);
      return this;
    }
    /**
     * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
     */
    public Builder clearMethods() {
      copyOnWrite();
      instance.clearMethods();
      return this;
    }
    /**
     * repeated .google.protobuf.Method methods = 2 [json_name = "methods"];
     */
    public Builder removeMethods(int index) {
      copyOnWrite();
      instance.removeMethods(index);
      return this;
    }

    /**
     * repeated .google.protobuf.Option options = 3 [json_name = "options"];
     */
    @java.lang.Override
    public java.util.List getOptionsList() {
      return java.util.Collections.unmodifiableList(
          instance.getOptionsList());
    }
    /**
     * repeated .google.protobuf.Option options = 3 [json_name = "options"];
     */
    @java.lang.Override
    public int getOptionsCount() {
      return instance.getOptionsCount();
    }/**
     * repeated .google.protobuf.Option options = 3 [json_name = "options"];
     */
    @java.lang.Override
    public com.google.protobuf.Option getOptions(int index) {
      return instance.getOptions(index);
    }
    /**
     * repeated .google.protobuf.Option options = 3 [json_name = "options"];
     */
    public Builder setOptions(
        int index, com.google.protobuf.Option value) {
      copyOnWrite();
      instance.setOptions(index, value);
      return this;
    }
    /**
     * repeated .google.protobuf.Option options = 3 [json_name = "options"];
     */
    public Builder setOptions(
        int index, com.google.protobuf.Option.Builder builderForValue) {
      copyOnWrite();
      instance.setOptions(index,
          builderForValue.build());
      return this;
    }
    /**
     * repeated .google.protobuf.Option options = 3 [json_name = "options"];
     */
    public Builder addOptions(com.google.protobuf.Option value) {
      copyOnWrite();
      instance.addOptions(value);
      return this;
    }
    /**
     * repeated .google.protobuf.Option options = 3 [json_name = "options"];
     */
    public Builder addOptions(
        int index, com.google.protobuf.Option value) {
      copyOnWrite();
      instance.addOptions(index, value);
      return this;
    }
    /**
     * repeated .google.protobuf.Option options = 3 [json_name = "options"];
     */
    public Builder addOptions(
        com.google.protobuf.Option.Builder builderForValue) {
      copyOnWrite();
      instance.addOptions(builderForValue.build());
      return this;
    }
    /**
     * repeated .google.protobuf.Option options = 3 [json_name = "options"];
     */
    public Builder addOptions(
        int index, com.google.protobuf.Option.Builder builderForValue) {
      copyOnWrite();
      instance.addOptions(index,
          builderForValue.build());
      return this;
    }
    /**
     * repeated .google.protobuf.Option options = 3 [json_name = "options"];
     */
    public Builder addAllOptions(
        java.lang.Iterable values) {
      copyOnWrite();
      instance.addAllOptions(values);
      return this;
    }
    /**
     * repeated .google.protobuf.Option options = 3 [json_name = "options"];
     */
    public Builder clearOptions() {
      copyOnWrite();
      instance.clearOptions();
      return this;
    }
    /**
     * repeated .google.protobuf.Option options = 3 [json_name = "options"];
     */
    public Builder removeOptions(int index) {
      copyOnWrite();
      instance.removeOptions(index);
      return this;
    }

    /**
     * string version = 4 [json_name = "version"];
     * @return The version.
     */
    @java.lang.Override
    public java.lang.String getVersion() {
      return instance.getVersion();
    }
    /**
     * string version = 4 [json_name = "version"];
     * @return The bytes for version.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getVersionBytes() {
      return instance.getVersionBytes();
    }
    /**
     * string version = 4 [json_name = "version"];
     * @param value The version to set.
     * @return This builder for chaining.
     */
    public Builder setVersion(
        java.lang.String value) {
      copyOnWrite();
      instance.setVersion(value);
      return this;
    }
    /**
     * string version = 4 [json_name = "version"];
     * @return This builder for chaining.
     */
    public Builder clearVersion() {
      copyOnWrite();
      instance.clearVersion();
      return this;
    }
    /**
     * string version = 4 [json_name = "version"];
     * @param value The bytes for version to set.
     * @return This builder for chaining.
     */
    public Builder setVersionBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.setVersionBytes(value);
      return this;
    }

    /**
     * .google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
     */
    @java.lang.Override
    public boolean hasSourceContext() {
      return instance.hasSourceContext();
    }
    /**
     * .google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
     */
    @java.lang.Override
    public com.google.protobuf.SourceContext getSourceContext() {
      return instance.getSourceContext();
    }
    /**
     * .google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
     */
    public Builder setSourceContext(com.google.protobuf.SourceContext value) {
      copyOnWrite();
      instance.setSourceContext(value);
      return this;
      }
    /**
     * .google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
     */
    public Builder setSourceContext(
        com.google.protobuf.SourceContext.Builder builderForValue) {
      copyOnWrite();
      instance.setSourceContext(builderForValue.build());
      return this;
    }
    /**
     * .google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
     */
    public Builder mergeSourceContext(com.google.protobuf.SourceContext value) {
      copyOnWrite();
      instance.mergeSourceContext(value);
      return this;
    }
    /**
     * .google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
     */
    public Builder clearSourceContext() {  copyOnWrite();
      instance.clearSourceContext();
      return this;
    }

    /**
     * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
     */
    @java.lang.Override
    public java.util.List getMixinsList() {
      return java.util.Collections.unmodifiableList(
          instance.getMixinsList());
    }
    /**
     * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
     */
    @java.lang.Override
    public int getMixinsCount() {
      return instance.getMixinsCount();
    }/**
     * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
     */
    @java.lang.Override
    public com.google.protobuf.Mixin getMixins(int index) {
      return instance.getMixins(index);
    }
    /**
     * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
     */
    public Builder setMixins(
        int index, com.google.protobuf.Mixin value) {
      copyOnWrite();
      instance.setMixins(index, value);
      return this;
    }
    /**
     * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
     */
    public Builder setMixins(
        int index, com.google.protobuf.Mixin.Builder builderForValue) {
      copyOnWrite();
      instance.setMixins(index,
          builderForValue.build());
      return this;
    }
    /**
     * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
     */
    public Builder addMixins(com.google.protobuf.Mixin value) {
      copyOnWrite();
      instance.addMixins(value);
      return this;
    }
    /**
     * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
     */
    public Builder addMixins(
        int index, com.google.protobuf.Mixin value) {
      copyOnWrite();
      instance.addMixins(index, value);
      return this;
    }
    /**
     * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
     */
    public Builder addMixins(
        com.google.protobuf.Mixin.Builder builderForValue) {
      copyOnWrite();
      instance.addMixins(builderForValue.build());
      return this;
    }
    /**
     * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
     */
    public Builder addMixins(
        int index, com.google.protobuf.Mixin.Builder builderForValue) {
      copyOnWrite();
      instance.addMixins(index,
          builderForValue.build());
      return this;
    }
    /**
     * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
     */
    public Builder addAllMixins(
        java.lang.Iterable values) {
      copyOnWrite();
      instance.addAllMixins(values);
      return this;
    }
    /**
     * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
     */
    public Builder clearMixins() {
      copyOnWrite();
      instance.clearMixins();
      return this;
    }
    /**
     * repeated .google.protobuf.Mixin mixins = 6 [json_name = "mixins"];
     */
    public Builder removeMixins(int index) {
      copyOnWrite();
      instance.removeMixins(index);
      return this;
    }

    /**
     * .google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
     * @return The enum numeric value on the wire for syntax.
     */
    @java.lang.Override
    public int getSyntaxValue() {
      return instance.getSyntaxValue();
    }
    /**
     * .google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
     * @param value The syntax to set.
     * @return This builder for chaining.
     */
    public Builder setSyntaxValue(int value) {
      copyOnWrite();
      instance.setSyntaxValue(value);
      return this;
    }
    /**
     * .google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
     * @return The syntax.
     */
    @java.lang.Override
    public com.google.protobuf.Syntax getSyntax() {
      return instance.getSyntax();
    }
    /**
     * .google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
     * @param value The enum numeric value on the wire for syntax to set.
     * @return This builder for chaining.
     */
    public Builder setSyntax(com.google.protobuf.Syntax value) {
      copyOnWrite();
      instance.setSyntax(value);
      return this;
    }
    /**
     * .google.protobuf.Syntax syntax = 7 [json_name = "syntax"];
     * @return This builder for chaining.
     */
    public Builder clearSyntax() {
      copyOnWrite();
      instance.clearSyntax();
      return this;
    }

    // @@protoc_insertion_point(builder_scope:google.protobuf.Api)
  }
  @java.lang.Override
  @java.lang.SuppressWarnings({"unchecked", "fallthrough"})
  protected final java.lang.Object dynamicMethod(
      com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
      java.lang.Object arg0, java.lang.Object arg1) {
    switch (method) {
      case NEW_MUTABLE_INSTANCE: {
        return new com.google.protobuf.Api();
      }
      case NEW_BUILDER: {
        return new Builder();
      }
      case BUILD_MESSAGE_INFO: {
          java.lang.Object[] objects = new java.lang.Object[] {
            "bitField0_",
            "name_",
            "methods_",
            com.google.protobuf.Method.class,
            "options_",
            com.google.protobuf.Option.class,
            "version_",
            "sourceContext_",
            "mixins_",
            com.google.protobuf.Mixin.class,
            "syntax_",
          };
          java.lang.String info =
              "\u0000\u0007\u0000\u0001\u0001\u0007\u0007\u0000\u0003\u0000\u0001\u0208\u0002\u001b" +
              "\u0003\u001b\u0004\u0208\u0005\u1009\u0000\u0006\u001b\u0007\f";
          return newMessageInfo(DEFAULT_INSTANCE, info, objects);
      }
      // fall through
      case GET_DEFAULT_INSTANCE: {
        return DEFAULT_INSTANCE;
      }
      case GET_PARSER: {
        com.google.protobuf.Parser parser = PARSER;
        if (parser == null) {
          synchronized (com.google.protobuf.Api.class) {
            parser = PARSER;
            if (parser == null) {
              parser =
                  new DefaultInstanceBasedParser(
                      DEFAULT_INSTANCE);
              PARSER = parser;
            }
          }
        }
        return parser;
    }
    case GET_MEMOIZED_IS_INITIALIZED: {
      return (byte) 1;
    }
    case SET_MEMOIZED_IS_INITIALIZED: {
      return null;
    }
    }
    throw new UnsupportedOperationException();
  }


  // @@protoc_insertion_point(class_scope:google.protobuf.Api)
  private static final com.google.protobuf.Api DEFAULT_INSTANCE;
  static {
    Api defaultInstance = new Api();
    // New instances are implicitly immutable so no need to make
    // immutable.
    DEFAULT_INSTANCE = defaultInstance;
    com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
      Api.class, defaultInstance);
  }

  public static com.google.protobuf.Api getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static volatile com.google.protobuf.Parser PARSER;

  public static com.google.protobuf.Parser parser() {
    return DEFAULT_INSTANCE.getParserForType();
  }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy