/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/api/client.proto

package com.google.api;

/**
 *
 *
 * <pre>
 * Settings for Dotnet client libraries.
 * </pre>
 *
 * Protobuf type {@code google.api.DotnetSettings}
 */
public final class DotnetSettings extends com.google.protobuf.GeneratedMessageV3
    implements
    // @@protoc_insertion_point(message_implements:google.api.DotnetSettings)
    DotnetSettingsOrBuilder {
  private static final long serialVersionUID = 0L;
  // Use DotnetSettings.newBuilder() to construct.
  private DotnetSettings(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
    super(builder);
  }

  private DotnetSettings() {
    ignoredResources_ = com.google.protobuf.LazyStringArrayList.EMPTY;
    forcedNamespaceAliases_ = com.google.protobuf.LazyStringArrayList.EMPTY;
    handwrittenSignatures_ = com.google.protobuf.LazyStringArrayList.EMPTY;
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
    return new DotnetSettings();
  }

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
    return this.unknownFields;
  }

  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    return com.google.api.ClientProto.internal_static_google_api_DotnetSettings_descriptor;
  }

  @SuppressWarnings({"rawtypes"})
  @java.lang.Override
  protected com.google.protobuf.MapField internalGetMapField(int number) {
    switch (number) {
      case 2:
        return internalGetRenamedServices();
      case 3:
        return internalGetRenamedResources();
      default:
        throw new RuntimeException("Invalid map field number: " + number);
    }
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return com.google.api.ClientProto.internal_static_google_api_DotnetSettings_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            com.google.api.DotnetSettings.class, com.google.api.DotnetSettings.Builder.class);
  }

  public static final int COMMON_FIELD_NUMBER = 1;
  private com.google.api.CommonLanguageSettings common_;
  /**
   *
   *
   * <pre>
   * Some settings.
   * </pre>
   *
   * <code>.google.api.CommonLanguageSettings common = 1;</code>
   *
   * @return Whether the common field is set.
   */
  @java.lang.Override
  public boolean hasCommon() {
    return common_ != null;
  }
  /**
   *
   *
   * <pre>
   * Some settings.
   * </pre>
   *
   * <code>.google.api.CommonLanguageSettings common = 1;</code>
   *
   * @return The common.
   */
  @java.lang.Override
  public com.google.api.CommonLanguageSettings getCommon() {
    return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_;
  }
  /**
   *
   *
   * <pre>
   * Some settings.
   * </pre>
   *
   * <code>.google.api.CommonLanguageSettings common = 1;</code>
   */
  @java.lang.Override
  public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() {
    return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_;
  }

  public static final int RENAMED_SERVICES_FIELD_NUMBER = 2;

  private static final class RenamedServicesDefaultEntryHolder {
    static final com.google.protobuf.MapEntry<java.lang.String, java.lang.String> defaultEntry =
        com.google.protobuf.MapEntry.<java.lang.String, java.lang.String>newDefaultInstance(
            com.google.api.ClientProto
                .internal_static_google_api_DotnetSettings_RenamedServicesEntry_descriptor,
            com.google.protobuf.WireFormat.FieldType.STRING,
            "",
            com.google.protobuf.WireFormat.FieldType.STRING,
            "");
  }

  @SuppressWarnings("serial")
  private com.google.protobuf.MapField<java.lang.String, java.lang.String> renamedServices_;

  private com.google.protobuf.MapField<java.lang.String, java.lang.String>
      internalGetRenamedServices() {
    if (renamedServices_ == null) {
      return com.google.protobuf.MapField.emptyMapField(
          RenamedServicesDefaultEntryHolder.defaultEntry);
    }
    return renamedServices_;
  }

  public int getRenamedServicesCount() {
    return internalGetRenamedServices().getMap().size();
  }
  /**
   *
   *
   * <pre>
   * Map from original service names to renamed versions.
   * This is used when the default generated types
   * would cause a naming conflict. (Neither name is
   * fully-qualified.)
   * Example: Subscriber to SubscriberServiceApi.
   * </pre>
   *
   * <code>map&lt;string, string&gt; renamed_services = 2;</code>
   */
  @java.lang.Override
  public boolean containsRenamedServices(java.lang.String key) {
    if (key == null) {
      throw new NullPointerException("map key");
    }
    return internalGetRenamedServices().getMap().containsKey(key);
  }
  /** Use {@link #getRenamedServicesMap()} instead. */
  @java.lang.Override
  @java.lang.Deprecated
  public java.util.Map<java.lang.String, java.lang.String> getRenamedServices() {
    return getRenamedServicesMap();
  }
  /**
   *
   *
   * <pre>
   * Map from original service names to renamed versions.
   * This is used when the default generated types
   * would cause a naming conflict. (Neither name is
   * fully-qualified.)
   * Example: Subscriber to SubscriberServiceApi.
   * </pre>
   *
   * <code>map&lt;string, string&gt; renamed_services = 2;</code>
   */
  @java.lang.Override
  public java.util.Map<java.lang.String, java.lang.String> getRenamedServicesMap() {
    return internalGetRenamedServices().getMap();
  }
  /**
   *
   *
   * <pre>
   * Map from original service names to renamed versions.
   * This is used when the default generated types
   * would cause a naming conflict. (Neither name is
   * fully-qualified.)
   * Example: Subscriber to SubscriberServiceApi.
   * </pre>
   *
   * <code>map&lt;string, string&gt; renamed_services = 2;</code>
   */
  @java.lang.Override
  public /* nullable */ java.lang.String getRenamedServicesOrDefault(
      java.lang.String key,
      /* nullable */
      java.lang.String defaultValue) {
    if (key == null) {
      throw new NullPointerException("map key");
    }
    java.util.Map<java.lang.String, java.lang.String> map = internalGetRenamedServices().getMap();
    return map.containsKey(key) ? map.get(key) : defaultValue;
  }
  /**
   *
   *
   * <pre>
   * Map from original service names to renamed versions.
   * This is used when the default generated types
   * would cause a naming conflict. (Neither name is
   * fully-qualified.)
   * Example: Subscriber to SubscriberServiceApi.
   * </pre>
   *
   * <code>map&lt;string, string&gt; renamed_services = 2;</code>
   */
  @java.lang.Override
  public java.lang.String getRenamedServicesOrThrow(java.lang.String key) {
    if (key == null) {
      throw new NullPointerException("map key");
    }
    java.util.Map<java.lang.String, java.lang.String> map = internalGetRenamedServices().getMap();
    if (!map.containsKey(key)) {
      throw new java.lang.IllegalArgumentException();
    }
    return map.get(key);
  }

  public static final int RENAMED_RESOURCES_FIELD_NUMBER = 3;

  private static final class RenamedResourcesDefaultEntryHolder {
    static final com.google.protobuf.MapEntry<java.lang.String, java.lang.String> defaultEntry =
        com.google.protobuf.MapEntry.<java.lang.String, java.lang.String>newDefaultInstance(
            com.google.api.ClientProto
                .internal_static_google_api_DotnetSettings_RenamedResourcesEntry_descriptor,
            com.google.protobuf.WireFormat.FieldType.STRING,
            "",
            com.google.protobuf.WireFormat.FieldType.STRING,
            "");
  }

  @SuppressWarnings("serial")
  private com.google.protobuf.MapField<java.lang.String, java.lang.String> renamedResources_;

  private com.google.protobuf.MapField<java.lang.String, java.lang.String>
      internalGetRenamedResources() {
    if (renamedResources_ == null) {
      return com.google.protobuf.MapField.emptyMapField(
          RenamedResourcesDefaultEntryHolder.defaultEntry);
    }
    return renamedResources_;
  }

  public int getRenamedResourcesCount() {
    return internalGetRenamedResources().getMap().size();
  }
  /**
   *
   *
   * <pre>
   * Map from full resource types to the effective short name
   * for the resource. This is used when otherwise resource
   * named from different services would cause naming collisions.
   * Example entry:
   * "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
   * </pre>
   *
   * <code>map&lt;string, string&gt; renamed_resources = 3;</code>
   */
  @java.lang.Override
  public boolean containsRenamedResources(java.lang.String key) {
    if (key == null) {
      throw new NullPointerException("map key");
    }
    return internalGetRenamedResources().getMap().containsKey(key);
  }
  /** Use {@link #getRenamedResourcesMap()} instead. */
  @java.lang.Override
  @java.lang.Deprecated
  public java.util.Map<java.lang.String, java.lang.String> getRenamedResources() {
    return getRenamedResourcesMap();
  }
  /**
   *
   *
   * <pre>
   * Map from full resource types to the effective short name
   * for the resource. This is used when otherwise resource
   * named from different services would cause naming collisions.
   * Example entry:
   * "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
   * </pre>
   *
   * <code>map&lt;string, string&gt; renamed_resources = 3;</code>
   */
  @java.lang.Override
  public java.util.Map<java.lang.String, java.lang.String> getRenamedResourcesMap() {
    return internalGetRenamedResources().getMap();
  }
  /**
   *
   *
   * <pre>
   * Map from full resource types to the effective short name
   * for the resource. This is used when otherwise resource
   * named from different services would cause naming collisions.
   * Example entry:
   * "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
   * </pre>
   *
   * <code>map&lt;string, string&gt; renamed_resources = 3;</code>
   */
  @java.lang.Override
  public /* nullable */ java.lang.String getRenamedResourcesOrDefault(
      java.lang.String key,
      /* nullable */
      java.lang.String defaultValue) {
    if (key == null) {
      throw new NullPointerException("map key");
    }
    java.util.Map<java.lang.String, java.lang.String> map = internalGetRenamedResources().getMap();
    return map.containsKey(key) ? map.get(key) : defaultValue;
  }
  /**
   *
   *
   * <pre>
   * Map from full resource types to the effective short name
   * for the resource. This is used when otherwise resource
   * named from different services would cause naming collisions.
   * Example entry:
   * "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
   * </pre>
   *
   * <code>map&lt;string, string&gt; renamed_resources = 3;</code>
   */
  @java.lang.Override
  public java.lang.String getRenamedResourcesOrThrow(java.lang.String key) {
    if (key == null) {
      throw new NullPointerException("map key");
    }
    java.util.Map<java.lang.String, java.lang.String> map = internalGetRenamedResources().getMap();
    if (!map.containsKey(key)) {
      throw new java.lang.IllegalArgumentException();
    }
    return map.get(key);
  }

  public static final int IGNORED_RESOURCES_FIELD_NUMBER = 4;

  @SuppressWarnings("serial")
  private com.google.protobuf.LazyStringList ignoredResources_;
  /**
   *
   *
   * <pre>
   * List of full resource types to ignore during generation.
   * This is typically used for API-specific Location resources,
   * which should be handled by the generator as if they were actually
   * the common Location resources.
   * Example entry: "documentai.googleapis.com/Location"
   * </pre>
   *
   * <code>repeated string ignored_resources = 4;</code>
   *
   * @return A list containing the ignoredResources.
   */
  public com.google.protobuf.ProtocolStringList getIgnoredResourcesList() {
    return ignoredResources_;
  }
  /**
   *
   *
   * <pre>
   * List of full resource types to ignore during generation.
   * This is typically used for API-specific Location resources,
   * which should be handled by the generator as if they were actually
   * the common Location resources.
   * Example entry: "documentai.googleapis.com/Location"
   * </pre>
   *
   * <code>repeated string ignored_resources = 4;</code>
   *
   * @return The count of ignoredResources.
   */
  public int getIgnoredResourcesCount() {
    return ignoredResources_.size();
  }
  /**
   *
   *
   * <pre>
   * List of full resource types to ignore during generation.
   * This is typically used for API-specific Location resources,
   * which should be handled by the generator as if they were actually
   * the common Location resources.
   * Example entry: "documentai.googleapis.com/Location"
   * </pre>
   *
   * <code>repeated string ignored_resources = 4;</code>
   *
   * @param index The index of the element to return.
   * @return The ignoredResources at the given index.
   */
  public java.lang.String getIgnoredResources(int index) {
    return ignoredResources_.get(index);
  }
  /**
   *
   *
   * <pre>
   * List of full resource types to ignore during generation.
   * This is typically used for API-specific Location resources,
   * which should be handled by the generator as if they were actually
   * the common Location resources.
   * Example entry: "documentai.googleapis.com/Location"
   * </pre>
   *
   * <code>repeated string ignored_resources = 4;</code>
   *
   * @param index The index of the value to return.
   * @return The bytes of the ignoredResources at the given index.
   */
  public com.google.protobuf.ByteString getIgnoredResourcesBytes(int index) {
    return ignoredResources_.getByteString(index);
  }

  public static final int FORCED_NAMESPACE_ALIASES_FIELD_NUMBER = 5;

  @SuppressWarnings("serial")
  private com.google.protobuf.LazyStringList forcedNamespaceAliases_;
  /**
   *
   *
   * <pre>
   * Namespaces which must be aliased in snippets due to
   * a known (but non-generator-predictable) naming collision
   * </pre>
   *
   * <code>repeated string forced_namespace_aliases = 5;</code>
   *
   * @return A list containing the forcedNamespaceAliases.
   */
  public com.google.protobuf.ProtocolStringList getForcedNamespaceAliasesList() {
    return forcedNamespaceAliases_;
  }
  /**
   *
   *
   * <pre>
   * Namespaces which must be aliased in snippets due to
   * a known (but non-generator-predictable) naming collision
   * </pre>
   *
   * <code>repeated string forced_namespace_aliases = 5;</code>
   *
   * @return The count of forcedNamespaceAliases.
   */
  public int getForcedNamespaceAliasesCount() {
    return forcedNamespaceAliases_.size();
  }
  /**
   *
   *
   * <pre>
   * Namespaces which must be aliased in snippets due to
   * a known (but non-generator-predictable) naming collision
   * </pre>
   *
   * <code>repeated string forced_namespace_aliases = 5;</code>
   *
   * @param index The index of the element to return.
   * @return The forcedNamespaceAliases at the given index.
   */
  public java.lang.String getForcedNamespaceAliases(int index) {
    return forcedNamespaceAliases_.get(index);
  }
  /**
   *
   *
   * <pre>
   * Namespaces which must be aliased in snippets due to
   * a known (but non-generator-predictable) naming collision
   * </pre>
   *
   * <code>repeated string forced_namespace_aliases = 5;</code>
   *
   * @param index The index of the value to return.
   * @return The bytes of the forcedNamespaceAliases at the given index.
   */
  public com.google.protobuf.ByteString getForcedNamespaceAliasesBytes(int index) {
    return forcedNamespaceAliases_.getByteString(index);
  }

  public static final int HANDWRITTEN_SIGNATURES_FIELD_NUMBER = 6;

  @SuppressWarnings("serial")
  private com.google.protobuf.LazyStringList handwrittenSignatures_;
  /**
   *
   *
   * <pre>
   * Method signatures (in the form "service.method(signature)")
   * which are provided separately, so shouldn't be generated.
   * Snippets *calling* these methods are still generated, however.
   * </pre>
   *
   * <code>repeated string handwritten_signatures = 6;</code>
   *
   * @return A list containing the handwrittenSignatures.
   */
  public com.google.protobuf.ProtocolStringList getHandwrittenSignaturesList() {
    return handwrittenSignatures_;
  }
  /**
   *
   *
   * <pre>
   * Method signatures (in the form "service.method(signature)")
   * which are provided separately, so shouldn't be generated.
   * Snippets *calling* these methods are still generated, however.
   * </pre>
   *
   * <code>repeated string handwritten_signatures = 6;</code>
   *
   * @return The count of handwrittenSignatures.
   */
  public int getHandwrittenSignaturesCount() {
    return handwrittenSignatures_.size();
  }
  /**
   *
   *
   * <pre>
   * Method signatures (in the form "service.method(signature)")
   * which are provided separately, so shouldn't be generated.
   * Snippets *calling* these methods are still generated, however.
   * </pre>
   *
   * <code>repeated string handwritten_signatures = 6;</code>
   *
   * @param index The index of the element to return.
   * @return The handwrittenSignatures at the given index.
   */
  public java.lang.String getHandwrittenSignatures(int index) {
    return handwrittenSignatures_.get(index);
  }
  /**
   *
   *
   * <pre>
   * Method signatures (in the form "service.method(signature)")
   * which are provided separately, so shouldn't be generated.
   * Snippets *calling* these methods are still generated, however.
   * </pre>
   *
   * <code>repeated string handwritten_signatures = 6;</code>
   *
   * @param index The index of the value to return.
   * @return The bytes of the handwrittenSignatures at the given index.
   */
  public com.google.protobuf.ByteString getHandwrittenSignaturesBytes(int index) {
    return handwrittenSignatures_.getByteString(index);
  }

  private byte memoizedIsInitialized = -1;

  @java.lang.Override
  public final boolean isInitialized() {
    byte isInitialized = memoizedIsInitialized;
    if (isInitialized == 1) return true;
    if (isInitialized == 0) return false;

    memoizedIsInitialized = 1;
    return true;
  }

  @java.lang.Override
  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
    if (common_ != null) {
      output.writeMessage(1, getCommon());
    }
    com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
        output, internalGetRenamedServices(), RenamedServicesDefaultEntryHolder.defaultEntry, 2);
    com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
        output, internalGetRenamedResources(), RenamedResourcesDefaultEntryHolder.defaultEntry, 3);
    for (int i = 0; i < ignoredResources_.size(); i++) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 4, ignoredResources_.getRaw(i));
    }
    for (int i = 0; i < forcedNamespaceAliases_.size(); i++) {
      com.google.protobuf.GeneratedMessageV3.writeString(
          output, 5, forcedNamespaceAliases_.getRaw(i));
    }
    for (int i = 0; i < handwrittenSignatures_.size(); i++) {
      com.google.protobuf.GeneratedMessageV3.writeString(
          output, 6, handwrittenSignatures_.getRaw(i));
    }
    getUnknownFields().writeTo(output);
  }

  @java.lang.Override
  public int getSerializedSize() {
    int size = memoizedSize;
    if (size != -1) return size;

    size = 0;
    if (common_ != null) {
      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getCommon());
    }
    for (java.util.Map.Entry<java.lang.String, java.lang.String> entry :
        internalGetRenamedServices().getMap().entrySet()) {
      com.google.protobuf.MapEntry<java.lang.String, java.lang.String> renamedServices__ =
          RenamedServicesDefaultEntryHolder.defaultEntry
              .newBuilderForType()
              .setKey(entry.getKey())
              .setValue(entry.getValue())
              .build();
      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, renamedServices__);
    }
    for (java.util.Map.Entry<java.lang.String, java.lang.String> entry :
        internalGetRenamedResources().getMap().entrySet()) {
      com.google.protobuf.MapEntry<java.lang.String, java.lang.String> renamedResources__ =
          RenamedResourcesDefaultEntryHolder.defaultEntry
              .newBuilderForType()
              .setKey(entry.getKey())
              .setValue(entry.getValue())
              .build();
      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, renamedResources__);
    }
    {
      int dataSize = 0;
      for (int i = 0; i < ignoredResources_.size(); i++) {
        dataSize += computeStringSizeNoTag(ignoredResources_.getRaw(i));
      }
      size += dataSize;
      size += 1 * getIgnoredResourcesList().size();
    }
    {
      int dataSize = 0;
      for (int i = 0; i < forcedNamespaceAliases_.size(); i++) {
        dataSize += computeStringSizeNoTag(forcedNamespaceAliases_.getRaw(i));
      }
      size += dataSize;
      size += 1 * getForcedNamespaceAliasesList().size();
    }
    {
      int dataSize = 0;
      for (int i = 0; i < handwrittenSignatures_.size(); i++) {
        dataSize += computeStringSizeNoTag(handwrittenSignatures_.getRaw(i));
      }
      size += dataSize;
      size += 1 * getHandwrittenSignaturesList().size();
    }
    size += getUnknownFields().getSerializedSize();
    memoizedSize = size;
    return size;
  }

  @java.lang.Override
  public boolean equals(final java.lang.Object obj) {
    if (obj == this) {
      return true;
    }
    if (!(obj instanceof com.google.api.DotnetSettings)) {
      return super.equals(obj);
    }
    com.google.api.DotnetSettings other = (com.google.api.DotnetSettings) obj;

    if (hasCommon() != other.hasCommon()) return false;
    if (hasCommon()) {
      if (!getCommon().equals(other.getCommon())) return false;
    }
    if (!internalGetRenamedServices().equals(other.internalGetRenamedServices())) return false;
    if (!internalGetRenamedResources().equals(other.internalGetRenamedResources())) return false;
    if (!getIgnoredResourcesList().equals(other.getIgnoredResourcesList())) return false;
    if (!getForcedNamespaceAliasesList().equals(other.getForcedNamespaceAliasesList()))
      return false;
    if (!getHandwrittenSignaturesList().equals(other.getHandwrittenSignaturesList())) return false;
    if (!getUnknownFields().equals(other.getUnknownFields())) return false;
    return true;
  }

  @java.lang.Override
  public int hashCode() {
    if (memoizedHashCode != 0) {
      return memoizedHashCode;
    }
    int hash = 41;
    hash = (19 * hash) + getDescriptor().hashCode();
    if (hasCommon()) {
      hash = (37 * hash) + COMMON_FIELD_NUMBER;
      hash = (53 * hash) + getCommon().hashCode();
    }
    if (!internalGetRenamedServices().getMap().isEmpty()) {
      hash = (37 * hash) + RENAMED_SERVICES_FIELD_NUMBER;
      hash = (53 * hash) + internalGetRenamedServices().hashCode();
    }
    if (!internalGetRenamedResources().getMap().isEmpty()) {
      hash = (37 * hash) + RENAMED_RESOURCES_FIELD_NUMBER;
      hash = (53 * hash) + internalGetRenamedResources().hashCode();
    }
    if (getIgnoredResourcesCount() > 0) {
      hash = (37 * hash) + IGNORED_RESOURCES_FIELD_NUMBER;
      hash = (53 * hash) + getIgnoredResourcesList().hashCode();
    }
    if (getForcedNamespaceAliasesCount() > 0) {
      hash = (37 * hash) + FORCED_NAMESPACE_ALIASES_FIELD_NUMBER;
      hash = (53 * hash) + getForcedNamespaceAliasesList().hashCode();
    }
    if (getHandwrittenSignaturesCount() > 0) {
      hash = (37 * hash) + HANDWRITTEN_SIGNATURES_FIELD_NUMBER;
      hash = (53 * hash) + getHandwrittenSignaturesList().hashCode();
    }
    hash = (29 * hash) + getUnknownFields().hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static com.google.api.DotnetSettings parseFrom(java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }

  public static com.google.api.DotnetSettings parseFrom(
      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }

  public static com.google.api.DotnetSettings parseFrom(com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }

  public static com.google.api.DotnetSettings parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }

  public static com.google.api.DotnetSettings parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }

  public static com.google.api.DotnetSettings parseFrom(
      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }

  public static com.google.api.DotnetSettings parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
  }

  public static com.google.api.DotnetSettings parseFrom(
      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
        PARSER, input, extensionRegistry);
  }

  public static com.google.api.DotnetSettings parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
  }

  public static com.google.api.DotnetSettings parseDelimitedFrom(
      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
        PARSER, input, extensionRegistry);
  }

  public static com.google.api.DotnetSettings parseFrom(com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
  }

  public static com.google.api.DotnetSettings parseFrom(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
        PARSER, input, extensionRegistry);
  }

  @java.lang.Override
  public Builder newBuilderForType() {
    return newBuilder();
  }

  public static Builder newBuilder() {
    return DEFAULT_INSTANCE.toBuilder();
  }

  public static Builder newBuilder(com.google.api.DotnetSettings prototype) {
    return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
  }

  @java.lang.Override
  public Builder toBuilder() {
    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
  }

  @java.lang.Override
  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
    Builder builder = new Builder(parent);
    return builder;
  }
  /**
   *
   *
   * <pre>
   * Settings for Dotnet client libraries.
   * </pre>
   *
   * Protobuf type {@code google.api.DotnetSettings}
   */
  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder>
      implements
      // @@protoc_insertion_point(builder_implements:google.api.DotnetSettings)
      com.google.api.DotnetSettingsOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      return com.google.api.ClientProto.internal_static_google_api_DotnetSettings_descriptor;
    }

    @SuppressWarnings({"rawtypes"})
    protected com.google.protobuf.MapField internalGetMapField(int number) {
      switch (number) {
        case 2:
          return internalGetRenamedServices();
        case 3:
          return internalGetRenamedResources();
        default:
          throw new RuntimeException("Invalid map field number: " + number);
      }
    }

    @SuppressWarnings({"rawtypes"})
    protected com.google.protobuf.MapField internalGetMutableMapField(int number) {
      switch (number) {
        case 2:
          return internalGetMutableRenamedServices();
        case 3:
          return internalGetMutableRenamedResources();
        default:
          throw new RuntimeException("Invalid map field number: " + number);
      }
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.google.api.ClientProto.internal_static_google_api_DotnetSettings_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.google.api.DotnetSettings.class, com.google.api.DotnetSettings.Builder.class);
    }

    // Construct using com.google.api.DotnetSettings.newBuilder()
    private Builder() {}

    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      super(parent);
    }

    @java.lang.Override
    public Builder clear() {
      super.clear();
      bitField0_ = 0;
      common_ = null;
      if (commonBuilder_ != null) {
        commonBuilder_.dispose();
        commonBuilder_ = null;
      }
      internalGetMutableRenamedServices().clear();
      internalGetMutableRenamedResources().clear();
      ignoredResources_ = com.google.protobuf.LazyStringArrayList.EMPTY;
      bitField0_ = (bitField0_ & ~0x00000008);
      forcedNamespaceAliases_ = com.google.protobuf.LazyStringArrayList.EMPTY;
      bitField0_ = (bitField0_ & ~0x00000010);
      handwrittenSignatures_ = com.google.protobuf.LazyStringArrayList.EMPTY;
      bitField0_ = (bitField0_ & ~0x00000020);
      return this;
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
      return com.google.api.ClientProto.internal_static_google_api_DotnetSettings_descriptor;
    }

    @java.lang.Override
    public com.google.api.DotnetSettings getDefaultInstanceForType() {
      return com.google.api.DotnetSettings.getDefaultInstance();
    }

    @java.lang.Override
    public com.google.api.DotnetSettings build() {
      com.google.api.DotnetSettings result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    @java.lang.Override
    public com.google.api.DotnetSettings buildPartial() {
      com.google.api.DotnetSettings result = new com.google.api.DotnetSettings(this);
      buildPartialRepeatedFields(result);
      if (bitField0_ != 0) {
        buildPartial0(result);
      }
      onBuilt();
      return result;
    }

    private void buildPartialRepeatedFields(com.google.api.DotnetSettings result) {
      if (((bitField0_ & 0x00000008) != 0)) {
        ignoredResources_ = ignoredResources_.getUnmodifiableView();
        bitField0_ = (bitField0_ & ~0x00000008);
      }
      result.ignoredResources_ = ignoredResources_;
      if (((bitField0_ & 0x00000010) != 0)) {
        forcedNamespaceAliases_ = forcedNamespaceAliases_.getUnmodifiableView();
        bitField0_ = (bitField0_ & ~0x00000010);
      }
      result.forcedNamespaceAliases_ = forcedNamespaceAliases_;
      if (((bitField0_ & 0x00000020) != 0)) {
        handwrittenSignatures_ = handwrittenSignatures_.getUnmodifiableView();
        bitField0_ = (bitField0_ & ~0x00000020);
      }
      result.handwrittenSignatures_ = handwrittenSignatures_;
    }

    private void buildPartial0(com.google.api.DotnetSettings result) {
      int from_bitField0_ = bitField0_;
      if (((from_bitField0_ & 0x00000001) != 0)) {
        result.common_ = commonBuilder_ == null ? common_ : commonBuilder_.build();
      }
      if (((from_bitField0_ & 0x00000002) != 0)) {
        result.renamedServices_ = internalGetRenamedServices();
        result.renamedServices_.makeImmutable();
      }
      if (((from_bitField0_ & 0x00000004) != 0)) {
        result.renamedResources_ = internalGetRenamedResources();
        result.renamedResources_.makeImmutable();
      }
    }

    @java.lang.Override
    public Builder clone() {
      return super.clone();
    }

    @java.lang.Override
    public Builder setField(
        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
      return super.setField(field, value);
    }

    @java.lang.Override
    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
      return super.clearField(field);
    }

    @java.lang.Override
    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
      return super.clearOneof(oneof);
    }

    @java.lang.Override
    public Builder setRepeatedField(
        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
      return super.setRepeatedField(field, index, value);
    }

    @java.lang.Override
    public Builder addRepeatedField(
        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
      return super.addRepeatedField(field, value);
    }

    @java.lang.Override
    public Builder mergeFrom(com.google.protobuf.Message other) {
      if (other instanceof com.google.api.DotnetSettings) {
        return mergeFrom((com.google.api.DotnetSettings) other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(com.google.api.DotnetSettings other) {
      if (other == com.google.api.DotnetSettings.getDefaultInstance()) return this;
      if (other.hasCommon()) {
        mergeCommon(other.getCommon());
      }
      internalGetMutableRenamedServices().mergeFrom(other.internalGetRenamedServices());
      bitField0_ |= 0x00000002;
      internalGetMutableRenamedResources().mergeFrom(other.internalGetRenamedResources());
      bitField0_ |= 0x00000004;
      if (!other.ignoredResources_.isEmpty()) {
        if (ignoredResources_.isEmpty()) {
          ignoredResources_ = other.ignoredResources_;
          bitField0_ = (bitField0_ & ~0x00000008);
        } else {
          ensureIgnoredResourcesIsMutable();
          ignoredResources_.addAll(other.ignoredResources_);
        }
        onChanged();
      }
      if (!other.forcedNamespaceAliases_.isEmpty()) {
        if (forcedNamespaceAliases_.isEmpty()) {
          forcedNamespaceAliases_ = other.forcedNamespaceAliases_;
          bitField0_ = (bitField0_ & ~0x00000010);
        } else {
          ensureForcedNamespaceAliasesIsMutable();
          forcedNamespaceAliases_.addAll(other.forcedNamespaceAliases_);
        }
        onChanged();
      }
      if (!other.handwrittenSignatures_.isEmpty()) {
        if (handwrittenSignatures_.isEmpty()) {
          handwrittenSignatures_ = other.handwrittenSignatures_;
          bitField0_ = (bitField0_ & ~0x00000020);
        } else {
          ensureHandwrittenSignaturesIsMutable();
          handwrittenSignatures_.addAll(other.handwrittenSignatures_);
        }
        onChanged();
      }
      this.mergeUnknownFields(other.getUnknownFields());
      onChanged();
      return this;
    }

    @java.lang.Override
    public final boolean isInitialized() {
      return true;
    }

    @java.lang.Override
    public Builder mergeFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10:
              {
                input.readMessage(getCommonFieldBuilder().getBuilder(), extensionRegistry);
                bitField0_ |= 0x00000001;
                break;
              } // case 10
            case 18:
              {
                com.google.protobuf.MapEntry<java.lang.String, java.lang.String> renamedServices__ =
                    input.readMessage(
                        RenamedServicesDefaultEntryHolder.defaultEntry.getParserForType(),
                        extensionRegistry);
                internalGetMutableRenamedServices()
                    .getMutableMap()
                    .put(renamedServices__.getKey(), renamedServices__.getValue());
                bitField0_ |= 0x00000002;
                break;
              } // case 18
            case 26:
              {
                com.google.protobuf.MapEntry<java.lang.String, java.lang.String>
                    renamedResources__ =
                        input.readMessage(
                            RenamedResourcesDefaultEntryHolder.defaultEntry.getParserForType(),
                            extensionRegistry);
                internalGetMutableRenamedResources()
                    .getMutableMap()
                    .put(renamedResources__.getKey(), renamedResources__.getValue());
                bitField0_ |= 0x00000004;
                break;
              } // case 26
            case 34:
              {
                java.lang.String s = input.readStringRequireUtf8();
                ensureIgnoredResourcesIsMutable();
                ignoredResources_.add(s);
                break;
              } // case 34
            case 42:
              {
                java.lang.String s = input.readStringRequireUtf8();
                ensureForcedNamespaceAliasesIsMutable();
                forcedNamespaceAliases_.add(s);
                break;
              } // case 42
            case 50:
              {
                java.lang.String s = input.readStringRequireUtf8();
                ensureHandwrittenSignaturesIsMutable();
                handwrittenSignatures_.add(s);
                break;
              } // case 50
            default:
              {
                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
                  done = true; // was an endgroup tag
                }
                break;
              } // default:
          } // switch (tag)
        } // while (!done)
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.unwrapIOException();
      } finally {
        onChanged();
      } // finally
      return this;
    }

    private int bitField0_;

    private com.google.api.CommonLanguageSettings common_;
    private com.google.protobuf.SingleFieldBuilderV3<
            com.google.api.CommonLanguageSettings,
            com.google.api.CommonLanguageSettings.Builder,
            com.google.api.CommonLanguageSettingsOrBuilder>
        commonBuilder_;
    /**
     *
     *
     * <pre>
     * Some settings.
     * </pre>
     *
     * <code>.google.api.CommonLanguageSettings common = 1;</code>
     *
     * @return Whether the common field is set.
     */
    public boolean hasCommon() {
      return ((bitField0_ & 0x00000001) != 0);
    }
    /**
     *
     *
     * <pre>
     * Some settings.
     * </pre>
     *
     * <code>.google.api.CommonLanguageSettings common = 1;</code>
     *
     * @return The common.
     */
    public com.google.api.CommonLanguageSettings getCommon() {
      if (commonBuilder_ == null) {
        return common_ == null
            ? com.google.api.CommonLanguageSettings.getDefaultInstance()
            : common_;
      } else {
        return commonBuilder_.getMessage();
      }
    }
    /**
     *
     *
     * <pre>
     * Some settings.
     * </pre>
     *
     * <code>.google.api.CommonLanguageSettings common = 1;</code>
     */
    public Builder setCommon(com.google.api.CommonLanguageSettings value) {
      if (commonBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        common_ = value;
      } else {
        commonBuilder_.setMessage(value);
      }
      bitField0_ |= 0x00000001;
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * Some settings.
     * </pre>
     *
     * <code>.google.api.CommonLanguageSettings common = 1;</code>
     */
    public Builder setCommon(com.google.api.CommonLanguageSettings.Builder builderForValue) {
      if (commonBuilder_ == null) {
        common_ = builderForValue.build();
      } else {
        commonBuilder_.setMessage(builderForValue.build());
      }
      bitField0_ |= 0x00000001;
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * Some settings.
     * </pre>
     *
     * <code>.google.api.CommonLanguageSettings common = 1;</code>
     */
    public Builder mergeCommon(com.google.api.CommonLanguageSettings value) {
      if (commonBuilder_ == null) {
        if (((bitField0_ & 0x00000001) != 0)
            && common_ != null
            && common_ != com.google.api.CommonLanguageSettings.getDefaultInstance()) {
          getCommonBuilder().mergeFrom(value);
        } else {
          common_ = value;
        }
      } else {
        commonBuilder_.mergeFrom(value);
      }
      bitField0_ |= 0x00000001;
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * Some settings.
     * </pre>
     *
     * <code>.google.api.CommonLanguageSettings common = 1;</code>
     */
    public Builder clearCommon() {
      bitField0_ = (bitField0_ & ~0x00000001);
      common_ = null;
      if (commonBuilder_ != null) {
        commonBuilder_.dispose();
        commonBuilder_ = null;
      }
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * Some settings.
     * </pre>
     *
     * <code>.google.api.CommonLanguageSettings common = 1;</code>
     */
    public com.google.api.CommonLanguageSettings.Builder getCommonBuilder() {
      bitField0_ |= 0x00000001;
      onChanged();
      return getCommonFieldBuilder().getBuilder();
    }
    /**
     *
     *
     * <pre>
     * Some settings.
     * </pre>
     *
     * <code>.google.api.CommonLanguageSettings common = 1;</code>
     */
    public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() {
      if (commonBuilder_ != null) {
        return commonBuilder_.getMessageOrBuilder();
      } else {
        return common_ == null
            ? com.google.api.CommonLanguageSettings.getDefaultInstance()
            : common_;
      }
    }
    /**
     *
     *
     * <pre>
     * Some settings.
     * </pre>
     *
     * <code>.google.api.CommonLanguageSettings common = 1;</code>
     */
    private com.google.protobuf.SingleFieldBuilderV3<
            com.google.api.CommonLanguageSettings,
            com.google.api.CommonLanguageSettings.Builder,
            com.google.api.CommonLanguageSettingsOrBuilder>
        getCommonFieldBuilder() {
      if (commonBuilder_ == null) {
        commonBuilder_ =
            new com.google.protobuf.SingleFieldBuilderV3<
                com.google.api.CommonLanguageSettings,
                com.google.api.CommonLanguageSettings.Builder,
                com.google.api.CommonLanguageSettingsOrBuilder>(
                getCommon(), getParentForChildren(), isClean());
        common_ = null;
      }
      return commonBuilder_;
    }

    private com.google.protobuf.MapField<java.lang.String, java.lang.String> renamedServices_;

    private com.google.protobuf.MapField<java.lang.String, java.lang.String>
        internalGetRenamedServices() {
      if (renamedServices_ == null) {
        return com.google.protobuf.MapField.emptyMapField(
            RenamedServicesDefaultEntryHolder.defaultEntry);
      }
      return renamedServices_;
    }

    private com.google.protobuf.MapField<java.lang.String, java.lang.String>
        internalGetMutableRenamedServices() {
      if (renamedServices_ == null) {
        renamedServices_ =
            com.google.protobuf.MapField.newMapField(
                RenamedServicesDefaultEntryHolder.defaultEntry);
      }
      if (!renamedServices_.isMutable()) {
        renamedServices_ = renamedServices_.copy();
      }
      bitField0_ |= 0x00000002;
      onChanged();
      return renamedServices_;
    }

    public int getRenamedServicesCount() {
      return internalGetRenamedServices().getMap().size();
    }
    /**
     *
     *
     * <pre>
     * Map from original service names to renamed versions.
     * This is used when the default generated types
     * would cause a naming conflict. (Neither name is
     * fully-qualified.)
     * Example: Subscriber to SubscriberServiceApi.
     * </pre>
     *
     * <code>map&lt;string, string&gt; renamed_services = 2;</code>
     */
    @java.lang.Override
    public boolean containsRenamedServices(java.lang.String key) {
      if (key == null) {
        throw new NullPointerException("map key");
      }
      return internalGetRenamedServices().getMap().containsKey(key);
    }
    /** Use {@link #getRenamedServicesMap()} instead. */
    @java.lang.Override
    @java.lang.Deprecated
    public java.util.Map<java.lang.String, java.lang.String> getRenamedServices() {
      return getRenamedServicesMap();
    }
    /**
     *
     *
     * <pre>
     * Map from original service names to renamed versions.
     * This is used when the default generated types
     * would cause a naming conflict. (Neither name is
     * fully-qualified.)
     * Example: Subscriber to SubscriberServiceApi.
     * </pre>
     *
     * <code>map&lt;string, string&gt; renamed_services = 2;</code>
     */
    @java.lang.Override
    public java.util.Map<java.lang.String, java.lang.String> getRenamedServicesMap() {
      return internalGetRenamedServices().getMap();
    }
    /**
     *
     *
     * <pre>
     * Map from original service names to renamed versions.
     * This is used when the default generated types
     * would cause a naming conflict. (Neither name is
     * fully-qualified.)
     * Example: Subscriber to SubscriberServiceApi.
     * </pre>
     *
     * <code>map&lt;string, string&gt; renamed_services = 2;</code>
     */
    @java.lang.Override
    public /* nullable */ java.lang.String getRenamedServicesOrDefault(
        java.lang.String key,
        /* nullable */
        java.lang.String defaultValue) {
      if (key == null) {
        throw new NullPointerException("map key");
      }
      java.util.Map<java.lang.String, java.lang.String> map = internalGetRenamedServices().getMap();
      return map.containsKey(key) ? map.get(key) : defaultValue;
    }
    /**
     *
     *
     * <pre>
     * Map from original service names to renamed versions.
     * This is used when the default generated types
     * would cause a naming conflict. (Neither name is
     * fully-qualified.)
     * Example: Subscriber to SubscriberServiceApi.
     * </pre>
     *
     * <code>map&lt;string, string&gt; renamed_services = 2;</code>
     */
    @java.lang.Override
    public java.lang.String getRenamedServicesOrThrow(java.lang.String key) {
      if (key == null) {
        throw new NullPointerException("map key");
      }
      java.util.Map<java.lang.String, java.lang.String> map = internalGetRenamedServices().getMap();
      if (!map.containsKey(key)) {
        throw new java.lang.IllegalArgumentException();
      }
      return map.get(key);
    }

    public Builder clearRenamedServices() {
      bitField0_ = (bitField0_ & ~0x00000002);
      internalGetMutableRenamedServices().getMutableMap().clear();
      return this;
    }
    /**
     *
     *
     * <pre>
     * Map from original service names to renamed versions.
     * This is used when the default generated types
     * would cause a naming conflict. (Neither name is
     * fully-qualified.)
     * Example: Subscriber to SubscriberServiceApi.
     * </pre>
     *
     * <code>map&lt;string, string&gt; renamed_services = 2;</code>
     */
    public Builder removeRenamedServices(java.lang.String key) {
      if (key == null) {
        throw new NullPointerException("map key");
      }
      internalGetMutableRenamedServices().getMutableMap().remove(key);
      return this;
    }
    /** Use alternate mutation accessors instead. */
    @java.lang.Deprecated
    public java.util.Map<java.lang.String, java.lang.String> getMutableRenamedServices() {
      bitField0_ |= 0x00000002;
      return internalGetMutableRenamedServices().getMutableMap();
    }
    /**
     *
     *
     * <pre>
     * Map from original service names to renamed versions.
     * This is used when the default generated types
     * would cause a naming conflict. (Neither name is
     * fully-qualified.)
     * Example: Subscriber to SubscriberServiceApi.
     * </pre>
     *
     * <code>map&lt;string, string&gt; renamed_services = 2;</code>
     */
    public Builder putRenamedServices(java.lang.String key, java.lang.String value) {
      if (key == null) {
        throw new NullPointerException("map key");
      }
      if (value == null) {
        throw new NullPointerException("map value");
      }
      internalGetMutableRenamedServices().getMutableMap().put(key, value);
      bitField0_ |= 0x00000002;
      return this;
    }
    /**
     *
     *
     * <pre>
     * Map from original service names to renamed versions.
     * This is used when the default generated types
     * would cause a naming conflict. (Neither name is
     * fully-qualified.)
     * Example: Subscriber to SubscriberServiceApi.
     * </pre>
     *
     * <code>map&lt;string, string&gt; renamed_services = 2;</code>
     */
    public Builder putAllRenamedServices(java.util.Map<java.lang.String, java.lang.String> values) {
      internalGetMutableRenamedServices().getMutableMap().putAll(values);
      bitField0_ |= 0x00000002;
      return this;
    }

    private com.google.protobuf.MapField<java.lang.String, java.lang.String> renamedResources_;

    private com.google.protobuf.MapField<java.lang.String, java.lang.String>
        internalGetRenamedResources() {
      if (renamedResources_ == null) {
        return com.google.protobuf.MapField.emptyMapField(
            RenamedResourcesDefaultEntryHolder.defaultEntry);
      }
      return renamedResources_;
    }

    private com.google.protobuf.MapField<java.lang.String, java.lang.String>
        internalGetMutableRenamedResources() {
      if (renamedResources_ == null) {
        renamedResources_ =
            com.google.protobuf.MapField.newMapField(
                RenamedResourcesDefaultEntryHolder.defaultEntry);
      }
      if (!renamedResources_.isMutable()) {
        renamedResources_ = renamedResources_.copy();
      }
      bitField0_ |= 0x00000004;
      onChanged();
      return renamedResources_;
    }

    public int getRenamedResourcesCount() {
      return internalGetRenamedResources().getMap().size();
    }
    /**
     *
     *
     * <pre>
     * Map from full resource types to the effective short name
     * for the resource. This is used when otherwise resource
     * named from different services would cause naming collisions.
     * Example entry:
     * "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
     * </pre>
     *
     * <code>map&lt;string, string&gt; renamed_resources = 3;</code>
     */
    @java.lang.Override
    public boolean containsRenamedResources(java.lang.String key) {
      if (key == null) {
        throw new NullPointerException("map key");
      }
      return internalGetRenamedResources().getMap().containsKey(key);
    }
    /** Use {@link #getRenamedResourcesMap()} instead. */
    @java.lang.Override
    @java.lang.Deprecated
    public java.util.Map<java.lang.String, java.lang.String> getRenamedResources() {
      return getRenamedResourcesMap();
    }
    /**
     *
     *
     * <pre>
     * Map from full resource types to the effective short name
     * for the resource. This is used when otherwise resource
     * named from different services would cause naming collisions.
     * Example entry:
     * "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
     * </pre>
     *
     * <code>map&lt;string, string&gt; renamed_resources = 3;</code>
     */
    @java.lang.Override
    public java.util.Map<java.lang.String, java.lang.String> getRenamedResourcesMap() {
      return internalGetRenamedResources().getMap();
    }
    /**
     *
     *
     * <pre>
     * Map from full resource types to the effective short name
     * for the resource. This is used when otherwise resource
     * named from different services would cause naming collisions.
     * Example entry:
     * "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
     * </pre>
     *
     * <code>map&lt;string, string&gt; renamed_resources = 3;</code>
     */
    @java.lang.Override
    public /* nullable */ java.lang.String getRenamedResourcesOrDefault(
        java.lang.String key,
        /* nullable */
        java.lang.String defaultValue) {
      if (key == null) {
        throw new NullPointerException("map key");
      }
      java.util.Map<java.lang.String, java.lang.String> map =
          internalGetRenamedResources().getMap();
      return map.containsKey(key) ? map.get(key) : defaultValue;
    }
    /**
     *
     *
     * <pre>
     * Map from full resource types to the effective short name
     * for the resource. This is used when otherwise resource
     * named from different services would cause naming collisions.
     * Example entry:
     * "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
     * </pre>
     *
     * <code>map&lt;string, string&gt; renamed_resources = 3;</code>
     */
    @java.lang.Override
    public java.lang.String getRenamedResourcesOrThrow(java.lang.String key) {
      if (key == null) {
        throw new NullPointerException("map key");
      }
      java.util.Map<java.lang.String, java.lang.String> map =
          internalGetRenamedResources().getMap();
      if (!map.containsKey(key)) {
        throw new java.lang.IllegalArgumentException();
      }
      return map.get(key);
    }

    public Builder clearRenamedResources() {
      bitField0_ = (bitField0_ & ~0x00000004);
      internalGetMutableRenamedResources().getMutableMap().clear();
      return this;
    }
    /**
     *
     *
     * <pre>
     * Map from full resource types to the effective short name
     * for the resource. This is used when otherwise resource
     * named from different services would cause naming collisions.
     * Example entry:
     * "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
     * </pre>
     *
     * <code>map&lt;string, string&gt; renamed_resources = 3;</code>
     */
    public Builder removeRenamedResources(java.lang.String key) {
      if (key == null) {
        throw new NullPointerException("map key");
      }
      internalGetMutableRenamedResources().getMutableMap().remove(key);
      return this;
    }
    /** Use alternate mutation accessors instead. */
    @java.lang.Deprecated
    public java.util.Map<java.lang.String, java.lang.String> getMutableRenamedResources() {
      bitField0_ |= 0x00000004;
      return internalGetMutableRenamedResources().getMutableMap();
    }
    /**
     *
     *
     * <pre>
     * Map from full resource types to the effective short name
     * for the resource. This is used when otherwise resource
     * named from different services would cause naming collisions.
     * Example entry:
     * "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
     * </pre>
     *
     * <code>map&lt;string, string&gt; renamed_resources = 3;</code>
     */
    public Builder putRenamedResources(java.lang.String key, java.lang.String value) {
      if (key == null) {
        throw new NullPointerException("map key");
      }
      if (value == null) {
        throw new NullPointerException("map value");
      }
      internalGetMutableRenamedResources().getMutableMap().put(key, value);
      bitField0_ |= 0x00000004;
      return this;
    }
    /**
     *
     *
     * <pre>
     * Map from full resource types to the effective short name
     * for the resource. This is used when otherwise resource
     * named from different services would cause naming collisions.
     * Example entry:
     * "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
     * </pre>
     *
     * <code>map&lt;string, string&gt; renamed_resources = 3;</code>
     */
    public Builder putAllRenamedResources(
        java.util.Map<java.lang.String, java.lang.String> values) {
      internalGetMutableRenamedResources().getMutableMap().putAll(values);
      bitField0_ |= 0x00000004;
      return this;
    }

    private com.google.protobuf.LazyStringList ignoredResources_ =
        com.google.protobuf.LazyStringArrayList.EMPTY;

    private void ensureIgnoredResourcesIsMutable() {
      if (!((bitField0_ & 0x00000008) != 0)) {
        ignoredResources_ = new com.google.protobuf.LazyStringArrayList(ignoredResources_);
        bitField0_ |= 0x00000008;
      }
    }
    /**
     *
     *
     * <pre>
     * List of full resource types to ignore during generation.
     * This is typically used for API-specific Location resources,
     * which should be handled by the generator as if they were actually
     * the common Location resources.
     * Example entry: "documentai.googleapis.com/Location"
     * </pre>
     *
     * <code>repeated string ignored_resources = 4;</code>
     *
     * @return A list containing the ignoredResources.
     */
    public com.google.protobuf.ProtocolStringList getIgnoredResourcesList() {
      return ignoredResources_.getUnmodifiableView();
    }
    /**
     *
     *
     * <pre>
     * List of full resource types to ignore during generation.
     * This is typically used for API-specific Location resources,
     * which should be handled by the generator as if they were actually
     * the common Location resources.
     * Example entry: "documentai.googleapis.com/Location"
     * </pre>
     *
     * <code>repeated string ignored_resources = 4;</code>
     *
     * @return The count of ignoredResources.
     */
    public int getIgnoredResourcesCount() {
      return ignoredResources_.size();
    }
    /**
     *
     *
     * <pre>
     * List of full resource types to ignore during generation.
     * This is typically used for API-specific Location resources,
     * which should be handled by the generator as if they were actually
     * the common Location resources.
     * Example entry: "documentai.googleapis.com/Location"
     * </pre>
     *
     * <code>repeated string ignored_resources = 4;</code>
     *
     * @param index The index of the element to return.
     * @return The ignoredResources at the given index.
     */
    public java.lang.String getIgnoredResources(int index) {
      return ignoredResources_.get(index);
    }
    /**
     *
     *
     * <pre>
     * List of full resource types to ignore during generation.
     * This is typically used for API-specific Location resources,
     * which should be handled by the generator as if they were actually
     * the common Location resources.
     * Example entry: "documentai.googleapis.com/Location"
     * </pre>
     *
     * <code>repeated string ignored_resources = 4;</code>
     *
     * @param index The index of the value to return.
     * @return The bytes of the ignoredResources at the given index.
     */
    public com.google.protobuf.ByteString getIgnoredResourcesBytes(int index) {
      return ignoredResources_.getByteString(index);
    }
    /**
     *
     *
     * <pre>
     * List of full resource types to ignore during generation.
     * This is typically used for API-specific Location resources,
     * which should be handled by the generator as if they were actually
     * the common Location resources.
     * Example entry: "documentai.googleapis.com/Location"
     * </pre>
     *
     * <code>repeated string ignored_resources = 4;</code>
     *
     * @param index The index to set the value at.
     * @param value The ignoredResources to set.
     * @return This builder for chaining.
     */
    public Builder setIgnoredResources(int index, java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }
      ensureIgnoredResourcesIsMutable();
      ignoredResources_.set(index, value);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * List of full resource types to ignore during generation.
     * This is typically used for API-specific Location resources,
     * which should be handled by the generator as if they were actually
     * the common Location resources.
     * Example entry: "documentai.googleapis.com/Location"
     * </pre>
     *
     * <code>repeated string ignored_resources = 4;</code>
     *
     * @param value The ignoredResources to add.
     * @return This builder for chaining.
     */
    public Builder addIgnoredResources(java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }
      ensureIgnoredResourcesIsMutable();
      ignoredResources_.add(value);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * List of full resource types to ignore during generation.
     * This is typically used for API-specific Location resources,
     * which should be handled by the generator as if they were actually
     * the common Location resources.
     * Example entry: "documentai.googleapis.com/Location"
     * </pre>
     *
     * <code>repeated string ignored_resources = 4;</code>
     *
     * @param values The ignoredResources to add.
     * @return This builder for chaining.
     */
    public Builder addAllIgnoredResources(java.lang.Iterable<java.lang.String> values) {
      ensureIgnoredResourcesIsMutable();
      com.google.protobuf.AbstractMessageLite.Builder.addAll(values, ignoredResources_);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * List of full resource types to ignore during generation.
     * This is typically used for API-specific Location resources,
     * which should be handled by the generator as if they were actually
     * the common Location resources.
     * Example entry: "documentai.googleapis.com/Location"
     * </pre>
     *
     * <code>repeated string ignored_resources = 4;</code>
     *
     * @return This builder for chaining.
     */
    public Builder clearIgnoredResources() {
      ignoredResources_ = com.google.protobuf.LazyStringArrayList.EMPTY;
      bitField0_ = (bitField0_ & ~0x00000008);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * List of full resource types to ignore during generation.
     * This is typically used for API-specific Location resources,
     * which should be handled by the generator as if they were actually
     * the common Location resources.
     * Example entry: "documentai.googleapis.com/Location"
     * </pre>
     *
     * <code>repeated string ignored_resources = 4;</code>
     *
     * @param value The bytes of the ignoredResources to add.
     * @return This builder for chaining.
     */
    public Builder addIgnoredResourcesBytes(com.google.protobuf.ByteString value) {
      if (value == null) {
        throw new NullPointerException();
      }
      checkByteStringIsUtf8(value);
      ensureIgnoredResourcesIsMutable();
      ignoredResources_.add(value);
      onChanged();
      return this;
    }

    private com.google.protobuf.LazyStringList forcedNamespaceAliases_ =
        com.google.protobuf.LazyStringArrayList.EMPTY;

    private void ensureForcedNamespaceAliasesIsMutable() {
      if (!((bitField0_ & 0x00000010) != 0)) {
        forcedNamespaceAliases_ =
            new com.google.protobuf.LazyStringArrayList(forcedNamespaceAliases_);
        bitField0_ |= 0x00000010;
      }
    }
    /**
     *
     *
     * <pre>
     * Namespaces which must be aliased in snippets due to
     * a known (but non-generator-predictable) naming collision
     * </pre>
     *
     * <code>repeated string forced_namespace_aliases = 5;</code>
     *
     * @return A list containing the forcedNamespaceAliases.
     */
    public com.google.protobuf.ProtocolStringList getForcedNamespaceAliasesList() {
      return forcedNamespaceAliases_.getUnmodifiableView();
    }
    /**
     *
     *
     * <pre>
     * Namespaces which must be aliased in snippets due to
     * a known (but non-generator-predictable) naming collision
     * </pre>
     *
     * <code>repeated string forced_namespace_aliases = 5;</code>
     *
     * @return The count of forcedNamespaceAliases.
     */
    public int getForcedNamespaceAliasesCount() {
      return forcedNamespaceAliases_.size();
    }
    /**
     *
     *
     * <pre>
     * Namespaces which must be aliased in snippets due to
     * a known (but non-generator-predictable) naming collision
     * </pre>
     *
     * <code>repeated string forced_namespace_aliases = 5;</code>
     *
     * @param index The index of the element to return.
     * @return The forcedNamespaceAliases at the given index.
     */
    public java.lang.String getForcedNamespaceAliases(int index) {
      return forcedNamespaceAliases_.get(index);
    }
    /**
     *
     *
     * <pre>
     * Namespaces which must be aliased in snippets due to
     * a known (but non-generator-predictable) naming collision
     * </pre>
     *
     * <code>repeated string forced_namespace_aliases = 5;</code>
     *
     * @param index The index of the value to return.
     * @return The bytes of the forcedNamespaceAliases at the given index.
     */
    public com.google.protobuf.ByteString getForcedNamespaceAliasesBytes(int index) {
      return forcedNamespaceAliases_.getByteString(index);
    }
    /**
     *
     *
     * <pre>
     * Namespaces which must be aliased in snippets due to
     * a known (but non-generator-predictable) naming collision
     * </pre>
     *
     * <code>repeated string forced_namespace_aliases = 5;</code>
     *
     * @param index The index to set the value at.
     * @param value The forcedNamespaceAliases to set.
     * @return This builder for chaining.
     */
    public Builder setForcedNamespaceAliases(int index, java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }
      ensureForcedNamespaceAliasesIsMutable();
      forcedNamespaceAliases_.set(index, value);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * Namespaces which must be aliased in snippets due to
     * a known (but non-generator-predictable) naming collision
     * </pre>
     *
     * <code>repeated string forced_namespace_aliases = 5;</code>
     *
     * @param value The forcedNamespaceAliases to add.
     * @return This builder for chaining.
     */
    public Builder addForcedNamespaceAliases(java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }
      ensureForcedNamespaceAliasesIsMutable();
      forcedNamespaceAliases_.add(value);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * Namespaces which must be aliased in snippets due to
     * a known (but non-generator-predictable) naming collision
     * </pre>
     *
     * <code>repeated string forced_namespace_aliases = 5;</code>
     *
     * @param values The forcedNamespaceAliases to add.
     * @return This builder for chaining.
     */
    public Builder addAllForcedNamespaceAliases(java.lang.Iterable<java.lang.String> values) {
      ensureForcedNamespaceAliasesIsMutable();
      com.google.protobuf.AbstractMessageLite.Builder.addAll(values, forcedNamespaceAliases_);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * Namespaces which must be aliased in snippets due to
     * a known (but non-generator-predictable) naming collision
     * </pre>
     *
     * <code>repeated string forced_namespace_aliases = 5;</code>
     *
     * @return This builder for chaining.
     */
    public Builder clearForcedNamespaceAliases() {
      forcedNamespaceAliases_ = com.google.protobuf.LazyStringArrayList.EMPTY;
      bitField0_ = (bitField0_ & ~0x00000010);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * Namespaces which must be aliased in snippets due to
     * a known (but non-generator-predictable) naming collision
     * </pre>
     *
     * <code>repeated string forced_namespace_aliases = 5;</code>
     *
     * @param value The bytes of the forcedNamespaceAliases to add.
     * @return This builder for chaining.
     */
    public Builder addForcedNamespaceAliasesBytes(com.google.protobuf.ByteString value) {
      if (value == null) {
        throw new NullPointerException();
      }
      checkByteStringIsUtf8(value);
      ensureForcedNamespaceAliasesIsMutable();
      forcedNamespaceAliases_.add(value);
      onChanged();
      return this;
    }

    private com.google.protobuf.LazyStringList handwrittenSignatures_ =
        com.google.protobuf.LazyStringArrayList.EMPTY;

    private void ensureHandwrittenSignaturesIsMutable() {
      if (!((bitField0_ & 0x00000020) != 0)) {
        handwrittenSignatures_ =
            new com.google.protobuf.LazyStringArrayList(handwrittenSignatures_);
        bitField0_ |= 0x00000020;
      }
    }
    /**
     *
     *
     * <pre>
     * Method signatures (in the form "service.method(signature)")
     * which are provided separately, so shouldn't be generated.
     * Snippets *calling* these methods are still generated, however.
     * </pre>
     *
     * <code>repeated string handwritten_signatures = 6;</code>
     *
     * @return A list containing the handwrittenSignatures.
     */
    public com.google.protobuf.ProtocolStringList getHandwrittenSignaturesList() {
      return handwrittenSignatures_.getUnmodifiableView();
    }
    /**
     *
     *
     * <pre>
     * Method signatures (in the form "service.method(signature)")
     * which are provided separately, so shouldn't be generated.
     * Snippets *calling* these methods are still generated, however.
     * </pre>
     *
     * <code>repeated string handwritten_signatures = 6;</code>
     *
     * @return The count of handwrittenSignatures.
     */
    public int getHandwrittenSignaturesCount() {
      return handwrittenSignatures_.size();
    }
    /**
     *
     *
     * <pre>
     * Method signatures (in the form "service.method(signature)")
     * which are provided separately, so shouldn't be generated.
     * Snippets *calling* these methods are still generated, however.
     * </pre>
     *
     * <code>repeated string handwritten_signatures = 6;</code>
     *
     * @param index The index of the element to return.
     * @return The handwrittenSignatures at the given index.
     */
    public java.lang.String getHandwrittenSignatures(int index) {
      return handwrittenSignatures_.get(index);
    }
    /**
     *
     *
     * <pre>
     * Method signatures (in the form "service.method(signature)")
     * which are provided separately, so shouldn't be generated.
     * Snippets *calling* these methods are still generated, however.
     * </pre>
     *
     * <code>repeated string handwritten_signatures = 6;</code>
     *
     * @param index The index of the value to return.
     * @return The bytes of the handwrittenSignatures at the given index.
     */
    public com.google.protobuf.ByteString getHandwrittenSignaturesBytes(int index) {
      return handwrittenSignatures_.getByteString(index);
    }
    /**
     *
     *
     * <pre>
     * Method signatures (in the form "service.method(signature)")
     * which are provided separately, so shouldn't be generated.
     * Snippets *calling* these methods are still generated, however.
     * </pre>
     *
     * <code>repeated string handwritten_signatures = 6;</code>
     *
     * @param index The index to set the value at.
     * @param value The handwrittenSignatures to set.
     * @return This builder for chaining.
     */
    public Builder setHandwrittenSignatures(int index, java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }
      ensureHandwrittenSignaturesIsMutable();
      handwrittenSignatures_.set(index, value);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * Method signatures (in the form "service.method(signature)")
     * which are provided separately, so shouldn't be generated.
     * Snippets *calling* these methods are still generated, however.
     * </pre>
     *
     * <code>repeated string handwritten_signatures = 6;</code>
     *
     * @param value The handwrittenSignatures to add.
     * @return This builder for chaining.
     */
    public Builder addHandwrittenSignatures(java.lang.String value) {
      if (value == null) {
        throw new NullPointerException();
      }
      ensureHandwrittenSignaturesIsMutable();
      handwrittenSignatures_.add(value);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * Method signatures (in the form "service.method(signature)")
     * which are provided separately, so shouldn't be generated.
     * Snippets *calling* these methods are still generated, however.
     * </pre>
     *
     * <code>repeated string handwritten_signatures = 6;</code>
     *
     * @param values The handwrittenSignatures to add.
     * @return This builder for chaining.
     */
    public Builder addAllHandwrittenSignatures(java.lang.Iterable<java.lang.String> values) {
      ensureHandwrittenSignaturesIsMutable();
      com.google.protobuf.AbstractMessageLite.Builder.addAll(values, handwrittenSignatures_);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * Method signatures (in the form "service.method(signature)")
     * which are provided separately, so shouldn't be generated.
     * Snippets *calling* these methods are still generated, however.
     * </pre>
     *
     * <code>repeated string handwritten_signatures = 6;</code>
     *
     * @return This builder for chaining.
     */
    public Builder clearHandwrittenSignatures() {
      handwrittenSignatures_ = com.google.protobuf.LazyStringArrayList.EMPTY;
      bitField0_ = (bitField0_ & ~0x00000020);
      onChanged();
      return this;
    }
    /**
     *
     *
     * <pre>
     * Method signatures (in the form "service.method(signature)")
     * which are provided separately, so shouldn't be generated.
     * Snippets *calling* these methods are still generated, however.
     * </pre>
     *
     * <code>repeated string handwritten_signatures = 6;</code>
     *
     * @param value The bytes of the handwrittenSignatures to add.
     * @return This builder for chaining.
     */
    public Builder addHandwrittenSignaturesBytes(com.google.protobuf.ByteString value) {
      if (value == null) {
        throw new NullPointerException();
      }
      checkByteStringIsUtf8(value);
      ensureHandwrittenSignaturesIsMutable();
      handwrittenSignatures_.add(value);
      onChanged();
      return this;
    }

    @java.lang.Override
    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
      return super.setUnknownFields(unknownFields);
    }

    @java.lang.Override
    public final Builder mergeUnknownFields(
        final com.google.protobuf.UnknownFieldSet unknownFields) {
      return super.mergeUnknownFields(unknownFields);
    }

    // @@protoc_insertion_point(builder_scope:google.api.DotnetSettings)
  }

  // @@protoc_insertion_point(class_scope:google.api.DotnetSettings)
  private static final com.google.api.DotnetSettings DEFAULT_INSTANCE;

  static {
    DEFAULT_INSTANCE = new com.google.api.DotnetSettings();
  }

  public static com.google.api.DotnetSettings getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.google.protobuf.Parser<DotnetSettings> PARSER =
      new com.google.protobuf.AbstractParser<DotnetSettings>() {
        @java.lang.Override
        public DotnetSettings parsePartialFrom(
            com.google.protobuf.CodedInputStream input,
            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
            throws com.google.protobuf.InvalidProtocolBufferException {
          Builder builder = newBuilder();
          try {
            builder.mergeFrom(input, extensionRegistry);
          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
            throw e.setUnfinishedMessage(builder.buildPartial());
          } catch (com.google.protobuf.UninitializedMessageException e) {
            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
          } catch (java.io.IOException e) {
            throw new com.google.protobuf.InvalidProtocolBufferException(e)
                .setUnfinishedMessage(builder.buildPartial());
          }
          return builder.buildPartial();
        }
      };

  public static com.google.protobuf.Parser<DotnetSettings> parser() {
    return PARSER;
  }

  @java.lang.Override
  public com.google.protobuf.Parser<DotnetSettings> getParserForType() {
    return PARSER;
  }

  @java.lang.Override
  public com.google.api.DotnetSettings getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }
}
