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

com.couchbase.client.core.deps.com.google.api.DotnetSettings Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
/*
 * 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.couchbase.client.core.deps.com.google.api;

/**
 *
 *
 * 
 * Settings for Dotnet client libraries.
 * 
* * 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.couchbase.client.core.deps.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private DotnetSettings() { ignoredResources_ = com.google.protobuf.LazyStringArrayList.emptyList(); forcedNamespaceAliases_ = com.google.protobuf.LazyStringArrayList.emptyList(); handwrittenSignatures_ = com.google.protobuf.LazyStringArrayList.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new DotnetSettings(); } public static final com.couchbase.client.core.deps.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_DotnetSettings_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.couchbase.client.core.deps.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.couchbase.client.core.deps.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.couchbase.client.core.deps.com.google.api.CommonLanguageSettings common_; /** * * *
   * Some settings.
   * 
* * .google.api.CommonLanguageSettings common = 1; * * @return Whether the common field is set. */ @java.lang.Override public boolean hasCommon() { return common_ != null; } /** * * *
   * Some settings.
   * 
* * .google.api.CommonLanguageSettings common = 1; * * @return The common. */ @java.lang.Override public com.couchbase.client.core.deps.com.google.api.CommonLanguageSettings getCommon() { return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } /** * * *
   * Some settings.
   * 
* * .google.api.CommonLanguageSettings common = 1; */ @java.lang.Override public com.couchbase.client.core.deps.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.couchbase.client.core.deps.com.google.protobuf.MapEntry defaultEntry = com.google.protobuf.MapEntry.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.couchbase.client.core.deps.com.google.protobuf.MapField renamedServices_; private com.couchbase.client.core.deps.com.google.protobuf.MapField internalGetRenamedServices() { if (renamedServices_ == null) { return com.google.protobuf.MapField.emptyMapField( RenamedServicesDefaultEntryHolder.defaultEntry); } return renamedServices_; } public int getRenamedServicesCount() { return internalGetRenamedServices().getMap().size(); } /** * * *
   * 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.
   * 
* * map<string, string> renamed_services = 2; */ @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 getRenamedServices() { return getRenamedServicesMap(); } /** * * *
   * 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.
   * 
* * map<string, string> renamed_services = 2; */ @java.lang.Override public java.util.Map getRenamedServicesMap() { return internalGetRenamedServices().getMap(); } /** * * *
   * 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.
   * 
* * map<string, string> renamed_services = 2; */ @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 map = internalGetRenamedServices().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * * *
   * 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.
   * 
* * map<string, string> renamed_services = 2; */ @java.lang.Override public java.lang.String getRenamedServicesOrThrow(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map 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.couchbase.client.core.deps.com.google.protobuf.MapEntry defaultEntry = com.google.protobuf.MapEntry.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.couchbase.client.core.deps.com.google.protobuf.MapField renamedResources_; private com.couchbase.client.core.deps.com.google.protobuf.MapField internalGetRenamedResources() { if (renamedResources_ == null) { return com.google.protobuf.MapField.emptyMapField( RenamedResourcesDefaultEntryHolder.defaultEntry); } return renamedResources_; } public int getRenamedResourcesCount() { return internalGetRenamedResources().getMap().size(); } /** * * *
   * 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"
   * 
* * map<string, string> renamed_resources = 3; */ @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 getRenamedResources() { return getRenamedResourcesMap(); } /** * * *
   * 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"
   * 
* * map<string, string> renamed_resources = 3; */ @java.lang.Override public java.util.Map getRenamedResourcesMap() { return internalGetRenamedResources().getMap(); } /** * * *
   * 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"
   * 
* * map<string, string> renamed_resources = 3; */ @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 map = internalGetRenamedResources().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * * *
   * 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"
   * 
* * map<string, string> renamed_resources = 3; */ @java.lang.Override public java.lang.String getRenamedResourcesOrThrow(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map 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.couchbase.client.core.deps.com.google.protobuf.LazyStringArrayList ignoredResources_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** * * *
   * 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"
   * 
* * repeated string ignored_resources = 4; * * @return A list containing the ignoredResources. */ public com.couchbase.client.core.deps.com.google.protobuf.ProtocolStringList getIgnoredResourcesList() { return ignoredResources_; } /** * * *
   * 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"
   * 
* * repeated string ignored_resources = 4; * * @return The count of ignoredResources. */ public int getIgnoredResourcesCount() { return ignoredResources_.size(); } /** * * *
   * 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"
   * 
* * repeated string ignored_resources = 4; * * @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); } /** * * *
   * 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"
   * 
* * repeated string ignored_resources = 4; * * @param index The index of the value to return. * @return The bytes of the ignoredResources at the given index. */ public com.couchbase.client.core.deps.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.couchbase.client.core.deps.com.google.protobuf.LazyStringArrayList forcedNamespaceAliases_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** * * *
   * Namespaces which must be aliased in snippets due to
   * a known (but non-generator-predictable) naming collision
   * 
* * repeated string forced_namespace_aliases = 5; * * @return A list containing the forcedNamespaceAliases. */ public com.couchbase.client.core.deps.com.google.protobuf.ProtocolStringList getForcedNamespaceAliasesList() { return forcedNamespaceAliases_; } /** * * *
   * Namespaces which must be aliased in snippets due to
   * a known (but non-generator-predictable) naming collision
   * 
* * repeated string forced_namespace_aliases = 5; * * @return The count of forcedNamespaceAliases. */ public int getForcedNamespaceAliasesCount() { return forcedNamespaceAliases_.size(); } /** * * *
   * Namespaces which must be aliased in snippets due to
   * a known (but non-generator-predictable) naming collision
   * 
* * repeated string forced_namespace_aliases = 5; * * @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); } /** * * *
   * Namespaces which must be aliased in snippets due to
   * a known (but non-generator-predictable) naming collision
   * 
* * repeated string forced_namespace_aliases = 5; * * @param index The index of the value to return. * @return The bytes of the forcedNamespaceAliases at the given index. */ public com.couchbase.client.core.deps.com.google.protobuf.ByteString getForcedNamespaceAliasesBytes(int index) { return forcedNamespaceAliases_.getByteString(index); } public static final int HANDWRITTEN_SIGNATURES_FIELD_NUMBER = 6; @SuppressWarnings("serial") private com.couchbase.client.core.deps.com.google.protobuf.LazyStringArrayList handwrittenSignatures_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** * * *
   * 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.
   * 
* * repeated string handwritten_signatures = 6; * * @return A list containing the handwrittenSignatures. */ public com.couchbase.client.core.deps.com.google.protobuf.ProtocolStringList getHandwrittenSignaturesList() { return handwrittenSignatures_; } /** * * *
   * 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.
   * 
* * repeated string handwritten_signatures = 6; * * @return The count of handwrittenSignatures. */ public int getHandwrittenSignaturesCount() { return handwrittenSignatures_.size(); } /** * * *
   * 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.
   * 
* * repeated string handwritten_signatures = 6; * * @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); } /** * * *
   * 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.
   * 
* * repeated string handwritten_signatures = 6; * * @param index The index of the value to return. * @return The bytes of the handwrittenSignatures at the given index. */ public com.couchbase.client.core.deps.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.couchbase.client.core.deps.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 entry : internalGetRenamedServices().getMap().entrySet()) { com.google.protobuf.MapEntry renamedServices__ = RenamedServicesDefaultEntryHolder.defaultEntry .newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, renamedServices__); } for (java.util.Map.Entry entry : internalGetRenamedResources().getMap().entrySet()) { com.google.protobuf.MapEntry 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.couchbase.client.core.deps.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.couchbase.client.core.deps.com.google.api.DotnetSettings parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.couchbase.client.core.deps.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.couchbase.client.core.deps.com.google.api.DotnetSettings parseFrom(com.couchbase.client.core.deps.com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.couchbase.client.core.deps.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.couchbase.client.core.deps.com.google.api.DotnetSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.couchbase.client.core.deps.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.couchbase.client.core.deps.com.google.api.DotnetSettings parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.couchbase.client.core.deps.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.couchbase.client.core.deps.com.google.api.DotnetSettings parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.couchbase.client.core.deps.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.couchbase.client.core.deps.com.google.api.DotnetSettings parseFrom(com.couchbase.client.core.deps.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.couchbase.client.core.deps.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.couchbase.client.core.deps.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.couchbase.client.core.deps.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * * *
   * Settings for Dotnet client libraries.
   * 
* * Protobuf type {@code google.api.DotnetSettings} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.DotnetSettings) com.google.api.DotnetSettingsOrBuilder { public static final com.couchbase.client.core.deps.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_DotnetSettings_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.couchbase.client.core.deps.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.couchbase.client.core.deps.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.couchbase.client.core.deps.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.couchbase.client.core.deps.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.emptyList(); forcedNamespaceAliases_ = com.google.protobuf.LazyStringArrayList.emptyList(); handwrittenSignatures_ = com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override public com.couchbase.client.core.deps.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.api.ClientProto.internal_static_google_api_DotnetSettings_descriptor; } @java.lang.Override public com.couchbase.client.core.deps.com.google.api.DotnetSettings getDefaultInstanceForType() { return com.google.api.DotnetSettings.getDefaultInstance(); } @java.lang.Override public com.couchbase.client.core.deps.com.google.api.DotnetSettings build() { com.google.api.DotnetSettings result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.couchbase.client.core.deps.com.google.api.DotnetSettings buildPartial() { com.google.api.DotnetSettings result = new com.google.api.DotnetSettings(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.couchbase.client.core.deps.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(); } if (((from_bitField0_ & 0x00000008) != 0)) { ignoredResources_.makeImmutable(); result.ignoredResources_ = ignoredResources_; } if (((from_bitField0_ & 0x00000010) != 0)) { forcedNamespaceAliases_.makeImmutable(); result.forcedNamespaceAliases_ = forcedNamespaceAliases_; } if (((from_bitField0_ & 0x00000020) != 0)) { handwrittenSignatures_.makeImmutable(); result.handwrittenSignatures_ = handwrittenSignatures_; } } @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.couchbase.client.core.deps.com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof(com.couchbase.client.core.deps.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.couchbase.client.core.deps.com.google.protobuf.Message other) { if (other instanceof com.google.api.DotnetSettings) { return mergeFrom((com.couchbase.client.core.deps.com.google.api.DotnetSettings) other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.couchbase.client.core.deps.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_ |= 0x00000008; } else { ensureIgnoredResourcesIsMutable(); ignoredResources_.addAll(other.ignoredResources_); } onChanged(); } if (!other.forcedNamespaceAliases_.isEmpty()) { if (forcedNamespaceAliases_.isEmpty()) { forcedNamespaceAliases_ = other.forcedNamespaceAliases_; bitField0_ |= 0x00000010; } else { ensureForcedNamespaceAliasesIsMutable(); forcedNamespaceAliases_.addAll(other.forcedNamespaceAliases_); } onChanged(); } if (!other.handwrittenSignatures_.isEmpty()) { if (handwrittenSignatures_.isEmpty()) { handwrittenSignatures_ = other.handwrittenSignatures_; 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 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 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.couchbase.client.core.deps.com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.couchbase.client.core.deps.com.google.api.CommonLanguageSettings common_; private com.couchbase.client.core.deps.com.google.protobuf.SingleFieldBuilderV3< com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder> commonBuilder_; /** * * *
     * Some settings.
     * 
* * .google.api.CommonLanguageSettings common = 1; * * @return Whether the common field is set. */ public boolean hasCommon() { return ((bitField0_ & 0x00000001) != 0); } /** * * *
     * Some settings.
     * 
* * .google.api.CommonLanguageSettings common = 1; * * @return The common. */ public com.couchbase.client.core.deps.com.google.api.CommonLanguageSettings getCommon() { if (commonBuilder_ == null) { return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } else { return commonBuilder_.getMessage(); } } /** * * *
     * Some settings.
     * 
* * .google.api.CommonLanguageSettings common = 1; */ public Builder setCommon(com.couchbase.client.core.deps.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; } /** * * *
     * Some settings.
     * 
* * .google.api.CommonLanguageSettings common = 1; */ public Builder setCommon(com.couchbase.client.core.deps.com.google.api.CommonLanguageSettings.Builder builderForValue) { if (commonBuilder_ == null) { common_ = builderForValue.build(); } else { commonBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * * *
     * Some settings.
     * 
* * .google.api.CommonLanguageSettings common = 1; */ public Builder mergeCommon(com.couchbase.client.core.deps.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; } /** * * *
     * Some settings.
     * 
* * .google.api.CommonLanguageSettings common = 1; */ public Builder clearCommon() { bitField0_ = (bitField0_ & ~0x00000001); common_ = null; if (commonBuilder_ != null) { commonBuilder_.dispose(); commonBuilder_ = null; } onChanged(); return this; } /** * * *
     * Some settings.
     * 
* * .google.api.CommonLanguageSettings common = 1; */ public com.couchbase.client.core.deps.com.google.api.CommonLanguageSettings.Builder getCommonBuilder() { bitField0_ |= 0x00000001; onChanged(); return getCommonFieldBuilder().getBuilder(); } /** * * *
     * Some settings.
     * 
* * .google.api.CommonLanguageSettings common = 1; */ public com.couchbase.client.core.deps.com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { if (commonBuilder_ != null) { return commonBuilder_.getMessageOrBuilder(); } else { return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } } /** * * *
     * Some settings.
     * 
* * .google.api.CommonLanguageSettings common = 1; */ private com.couchbase.client.core.deps.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.couchbase.client.core.deps.com.google.protobuf.MapField renamedServices_; private com.couchbase.client.core.deps.com.google.protobuf.MapField internalGetRenamedServices() { if (renamedServices_ == null) { return com.google.protobuf.MapField.emptyMapField( RenamedServicesDefaultEntryHolder.defaultEntry); } return renamedServices_; } private com.couchbase.client.core.deps.com.google.protobuf.MapField 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(); } /** * * *
     * 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.
     * 
* * map<string, string> renamed_services = 2; */ @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 getRenamedServices() { return getRenamedServicesMap(); } /** * * *
     * 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.
     * 
* * map<string, string> renamed_services = 2; */ @java.lang.Override public java.util.Map getRenamedServicesMap() { return internalGetRenamedServices().getMap(); } /** * * *
     * 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.
     * 
* * map<string, string> renamed_services = 2; */ @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 map = internalGetRenamedServices().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * * *
     * 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.
     * 
* * map<string, string> renamed_services = 2; */ @java.lang.Override public java.lang.String getRenamedServicesOrThrow(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map 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; } /** * * *
     * 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.
     * 
* * map<string, string> renamed_services = 2; */ 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 getMutableRenamedServices() { bitField0_ |= 0x00000002; return internalGetMutableRenamedServices().getMutableMap(); } /** * * *
     * 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.
     * 
* * map<string, string> renamed_services = 2; */ 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; } /** * * *
     * 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.
     * 
* * map<string, string> renamed_services = 2; */ public Builder putAllRenamedServices(java.util.Map values) { internalGetMutableRenamedServices().getMutableMap().putAll(values); bitField0_ |= 0x00000002; return this; } private com.couchbase.client.core.deps.com.google.protobuf.MapField renamedResources_; private com.couchbase.client.core.deps.com.google.protobuf.MapField internalGetRenamedResources() { if (renamedResources_ == null) { return com.google.protobuf.MapField.emptyMapField( RenamedResourcesDefaultEntryHolder.defaultEntry); } return renamedResources_; } private com.couchbase.client.core.deps.com.google.protobuf.MapField 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(); } /** * * *
     * 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"
     * 
* * map<string, string> renamed_resources = 3; */ @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 getRenamedResources() { return getRenamedResourcesMap(); } /** * * *
     * 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"
     * 
* * map<string, string> renamed_resources = 3; */ @java.lang.Override public java.util.Map getRenamedResourcesMap() { return internalGetRenamedResources().getMap(); } /** * * *
     * 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"
     * 
* * map<string, string> renamed_resources = 3; */ @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 map = internalGetRenamedResources().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * * *
     * 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"
     * 
* * map<string, string> renamed_resources = 3; */ @java.lang.Override public java.lang.String getRenamedResourcesOrThrow(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map 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; } /** * * *
     * 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"
     * 
* * map<string, string> renamed_resources = 3; */ 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 getMutableRenamedResources() { bitField0_ |= 0x00000004; return internalGetMutableRenamedResources().getMutableMap(); } /** * * *
     * 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"
     * 
* * map<string, string> renamed_resources = 3; */ 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; } /** * * *
     * 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"
     * 
* * map<string, string> renamed_resources = 3; */ public Builder putAllRenamedResources( java.util.Map values) { internalGetMutableRenamedResources().getMutableMap().putAll(values); bitField0_ |= 0x00000004; return this; } private com.couchbase.client.core.deps.com.google.protobuf.LazyStringArrayList ignoredResources_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureIgnoredResourcesIsMutable() { if (!ignoredResources_.isModifiable()) { ignoredResources_ = new com.google.protobuf.LazyStringArrayList(ignoredResources_); } bitField0_ |= 0x00000008; } /** * * *
     * 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"
     * 
* * repeated string ignored_resources = 4; * * @return A list containing the ignoredResources. */ public com.couchbase.client.core.deps.com.google.protobuf.ProtocolStringList getIgnoredResourcesList() { ignoredResources_.makeImmutable(); return ignoredResources_; } /** * * *
     * 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"
     * 
* * repeated string ignored_resources = 4; * * @return The count of ignoredResources. */ public int getIgnoredResourcesCount() { return ignoredResources_.size(); } /** * * *
     * 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"
     * 
* * repeated string ignored_resources = 4; * * @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); } /** * * *
     * 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"
     * 
* * repeated string ignored_resources = 4; * * @param index The index of the value to return. * @return The bytes of the ignoredResources at the given index. */ public com.couchbase.client.core.deps.com.google.protobuf.ByteString getIgnoredResourcesBytes(int index) { return ignoredResources_.getByteString(index); } /** * * *
     * 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"
     * 
* * repeated string ignored_resources = 4; * * @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); bitField0_ |= 0x00000008; onChanged(); return this; } /** * * *
     * 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"
     * 
* * repeated string ignored_resources = 4; * * @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); bitField0_ |= 0x00000008; onChanged(); return this; } /** * * *
     * 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"
     * 
* * repeated string ignored_resources = 4; * * @param values The ignoredResources to add. * @return This builder for chaining. */ public Builder addAllIgnoredResources(java.lang.Iterable values) { ensureIgnoredResourcesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, ignoredResources_); bitField0_ |= 0x00000008; onChanged(); return this; } /** * * *
     * 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"
     * 
* * repeated string ignored_resources = 4; * * @return This builder for chaining. */ public Builder clearIgnoredResources() { ignoredResources_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); ; onChanged(); return this; } /** * * *
     * 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"
     * 
* * repeated string ignored_resources = 4; * * @param value The bytes of the ignoredResources to add. * @return This builder for chaining. */ public Builder addIgnoredResourcesBytes(com.couchbase.client.core.deps.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureIgnoredResourcesIsMutable(); ignoredResources_.add(value); bitField0_ |= 0x00000008; onChanged(); return this; } private com.couchbase.client.core.deps.com.google.protobuf.LazyStringArrayList forcedNamespaceAliases_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureForcedNamespaceAliasesIsMutable() { if (!forcedNamespaceAliases_.isModifiable()) { forcedNamespaceAliases_ = new com.google.protobuf.LazyStringArrayList(forcedNamespaceAliases_); } bitField0_ |= 0x00000010; } /** * * *
     * Namespaces which must be aliased in snippets due to
     * a known (but non-generator-predictable) naming collision
     * 
* * repeated string forced_namespace_aliases = 5; * * @return A list containing the forcedNamespaceAliases. */ public com.couchbase.client.core.deps.com.google.protobuf.ProtocolStringList getForcedNamespaceAliasesList() { forcedNamespaceAliases_.makeImmutable(); return forcedNamespaceAliases_; } /** * * *
     * Namespaces which must be aliased in snippets due to
     * a known (but non-generator-predictable) naming collision
     * 
* * repeated string forced_namespace_aliases = 5; * * @return The count of forcedNamespaceAliases. */ public int getForcedNamespaceAliasesCount() { return forcedNamespaceAliases_.size(); } /** * * *
     * Namespaces which must be aliased in snippets due to
     * a known (but non-generator-predictable) naming collision
     * 
* * repeated string forced_namespace_aliases = 5; * * @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); } /** * * *
     * Namespaces which must be aliased in snippets due to
     * a known (but non-generator-predictable) naming collision
     * 
* * repeated string forced_namespace_aliases = 5; * * @param index The index of the value to return. * @return The bytes of the forcedNamespaceAliases at the given index. */ public com.couchbase.client.core.deps.com.google.protobuf.ByteString getForcedNamespaceAliasesBytes(int index) { return forcedNamespaceAliases_.getByteString(index); } /** * * *
     * Namespaces which must be aliased in snippets due to
     * a known (but non-generator-predictable) naming collision
     * 
* * repeated string forced_namespace_aliases = 5; * * @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); bitField0_ |= 0x00000010; onChanged(); return this; } /** * * *
     * Namespaces which must be aliased in snippets due to
     * a known (but non-generator-predictable) naming collision
     * 
* * repeated string forced_namespace_aliases = 5; * * @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); bitField0_ |= 0x00000010; onChanged(); return this; } /** * * *
     * Namespaces which must be aliased in snippets due to
     * a known (but non-generator-predictable) naming collision
     * 
* * repeated string forced_namespace_aliases = 5; * * @param values The forcedNamespaceAliases to add. * @return This builder for chaining. */ public Builder addAllForcedNamespaceAliases(java.lang.Iterable values) { ensureForcedNamespaceAliasesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, forcedNamespaceAliases_); bitField0_ |= 0x00000010; onChanged(); return this; } /** * * *
     * Namespaces which must be aliased in snippets due to
     * a known (but non-generator-predictable) naming collision
     * 
* * repeated string forced_namespace_aliases = 5; * * @return This builder for chaining. */ public Builder clearForcedNamespaceAliases() { forcedNamespaceAliases_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); ; onChanged(); return this; } /** * * *
     * Namespaces which must be aliased in snippets due to
     * a known (but non-generator-predictable) naming collision
     * 
* * repeated string forced_namespace_aliases = 5; * * @param value The bytes of the forcedNamespaceAliases to add. * @return This builder for chaining. */ public Builder addForcedNamespaceAliasesBytes(com.couchbase.client.core.deps.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureForcedNamespaceAliasesIsMutable(); forcedNamespaceAliases_.add(value); bitField0_ |= 0x00000010; onChanged(); return this; } private com.couchbase.client.core.deps.com.google.protobuf.LazyStringArrayList handwrittenSignatures_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureHandwrittenSignaturesIsMutable() { if (!handwrittenSignatures_.isModifiable()) { handwrittenSignatures_ = new com.google.protobuf.LazyStringArrayList(handwrittenSignatures_); } bitField0_ |= 0x00000020; } /** * * *
     * 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.
     * 
* * repeated string handwritten_signatures = 6; * * @return A list containing the handwrittenSignatures. */ public com.couchbase.client.core.deps.com.google.protobuf.ProtocolStringList getHandwrittenSignaturesList() { handwrittenSignatures_.makeImmutable(); return handwrittenSignatures_; } /** * * *
     * 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.
     * 
* * repeated string handwritten_signatures = 6; * * @return The count of handwrittenSignatures. */ public int getHandwrittenSignaturesCount() { return handwrittenSignatures_.size(); } /** * * *
     * 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.
     * 
* * repeated string handwritten_signatures = 6; * * @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); } /** * * *
     * 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.
     * 
* * repeated string handwritten_signatures = 6; * * @param index The index of the value to return. * @return The bytes of the handwrittenSignatures at the given index. */ public com.couchbase.client.core.deps.com.google.protobuf.ByteString getHandwrittenSignaturesBytes(int index) { return handwrittenSignatures_.getByteString(index); } /** * * *
     * 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.
     * 
* * repeated string handwritten_signatures = 6; * * @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); bitField0_ |= 0x00000020; onChanged(); return this; } /** * * *
     * 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.
     * 
* * repeated string handwritten_signatures = 6; * * @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); bitField0_ |= 0x00000020; onChanged(); return this; } /** * * *
     * 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.
     * 
* * repeated string handwritten_signatures = 6; * * @param values The handwrittenSignatures to add. * @return This builder for chaining. */ public Builder addAllHandwrittenSignatures(java.lang.Iterable values) { ensureHandwrittenSignaturesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, handwrittenSignatures_); bitField0_ |= 0x00000020; onChanged(); return this; } /** * * *
     * 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.
     * 
* * repeated string handwritten_signatures = 6; * * @return This builder for chaining. */ public Builder clearHandwrittenSignatures() { handwrittenSignatures_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); ; onChanged(); return this; } /** * * *
     * 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.
     * 
* * repeated string handwritten_signatures = 6; * * @param value The bytes of the handwrittenSignatures to add. * @return This builder for chaining. */ public Builder addHandwrittenSignaturesBytes(com.couchbase.client.core.deps.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureHandwrittenSignaturesIsMutable(); handwrittenSignatures_.add(value); bitField0_ |= 0x00000020; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields(final com.couchbase.client.core.deps.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.couchbase.client.core.deps.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.couchbase.client.core.deps.com.google.api.DotnetSettings DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.api.DotnetSettings(); } public static com.couchbase.client.core.deps.com.google.api.DotnetSettings getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.couchbase.client.core.deps.com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @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.couchbase.client.core.deps.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.couchbase.client.core.deps.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.couchbase.client.core.deps.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.couchbase.client.core.deps.com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.couchbase.client.core.deps.com.google.api.DotnetSettings getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy