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

com.google.api.DotnetSettingsOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.49.0
Show newest version
/*
 * Copyright 2024 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

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

public interface DotnetSettingsOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.api.DotnetSettings)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Some settings.
   * 
* * .google.api.CommonLanguageSettings common = 1; * * @return Whether the common field is set. */ boolean hasCommon(); /** * * *
   * Some settings.
   * 
* * .google.api.CommonLanguageSettings common = 1; * * @return The common. */ com.google.api.CommonLanguageSettings getCommon(); /** * * *
   * Some settings.
   * 
* * .google.api.CommonLanguageSettings common = 1; */ com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder(); /** * * *
   * 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; */ int getRenamedServicesCount(); /** * * *
   * 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; */ boolean containsRenamedServices(java.lang.String key); /** Use {@link #getRenamedServicesMap()} instead. */ @java.lang.Deprecated java.util.Map getRenamedServices(); /** * * *
   * 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.util.Map 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; */ /* nullable */ java.lang.String getRenamedServicesOrDefault( java.lang.String key, /* nullable */ java.lang.String 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.String getRenamedServicesOrThrow(java.lang.String key); /** * * *
   * 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; */ int getRenamedResourcesCount(); /** * * *
   * 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; */ boolean containsRenamedResources(java.lang.String key); /** Use {@link #getRenamedResourcesMap()} instead. */ @java.lang.Deprecated java.util.Map getRenamedResources(); /** * * *
   * 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.util.Map 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; */ /* nullable */ java.lang.String getRenamedResourcesOrDefault( java.lang.String key, /* nullable */ java.lang.String 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.String getRenamedResourcesOrThrow(java.lang.String key); /** * * *
   * 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. */ java.util.List getIgnoredResourcesList(); /** * * *
   * 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. */ int getIgnoredResourcesCount(); /** * * *
   * 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. */ java.lang.String getIgnoredResources(int 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. */ com.google.protobuf.ByteString getIgnoredResourcesBytes(int index); /** * * *
   * 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. */ java.util.List getForcedNamespaceAliasesList(); /** * * *
   * 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. */ int getForcedNamespaceAliasesCount(); /** * * *
   * 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. */ java.lang.String getForcedNamespaceAliases(int 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. */ com.google.protobuf.ByteString getForcedNamespaceAliasesBytes(int 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; * * @return A list containing the handwrittenSignatures. */ java.util.List getHandwrittenSignaturesList(); /** * * *
   * 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. */ int getHandwrittenSignaturesCount(); /** * * *
   * 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. */ java.lang.String getHandwrittenSignatures(int 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. */ com.google.protobuf.ByteString getHandwrittenSignaturesBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy