Package com.google.api
Interface DotnetSettingsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DotnetSettings
,DotnetSettings.Builder
public interface DotnetSettingsOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Map from full resource types to the effective short name for the resource.boolean
Map from original service names to renamed versions.Some settings.getForcedNamespaceAliases
(int index) Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collisioncom.google.protobuf.ByteString
getForcedNamespaceAliasesBytes
(int index) Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collisionint
Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collisionNamespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collisiongetHandwrittenSignatures
(int index) Method signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated.com.google.protobuf.ByteString
getHandwrittenSignaturesBytes
(int index) Method signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated.int
Method signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated.Method signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated.getIgnoredResources
(int index) List of full resource types to ignore during generation.com.google.protobuf.ByteString
getIgnoredResourcesBytes
(int index) List of full resource types to ignore during generation.int
List of full resource types to ignore during generation.List of full resource types to ignore during generation.Deprecated.int
Map from full resource types to the effective short name for the resource.Map from full resource types to the effective short name for the resource.getRenamedResourcesOrDefault
(String key, String defaultValue) Map from full resource types to the effective short name for the resource.Map from full resource types to the effective short name for the resource.Deprecated.int
Map from original service names to renamed versions.Map from original service names to renamed versions.getRenamedServicesOrDefault
(String key, String defaultValue) Map from original service names to renamed versions.Map from original service names to renamed versions.boolean
Some settings.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasCommon
boolean hasCommon()Some settings.
.google.api.CommonLanguageSettings common = 1 [json_name = "common"];
- Returns:
- Whether the common field is set.
-
getCommon
CommonLanguageSettings getCommon()Some settings.
.google.api.CommonLanguageSettings common = 1 [json_name = "common"];
- Returns:
- The common.
-
getRenamedServicesCount
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 [json_name = "renamedServices"];
-
containsRenamedServices
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 [json_name = "renamedServices"];
-
getRenamedServices
Deprecated.UsegetRenamedServicesMap()
instead. -
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 [json_name = "renamedServices"];
-
getRenamedServicesOrDefault
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 [json_name = "renamedServices"];
-
getRenamedServicesOrThrow
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 [json_name = "renamedServices"];
-
getRenamedResourcesCount
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 [json_name = "renamedResources"];
-
containsRenamedResources
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 [json_name = "renamedResources"];
-
getRenamedResources
Deprecated.UsegetRenamedResourcesMap()
instead. -
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 [json_name = "renamedResources"];
-
getRenamedResourcesOrDefault
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 [json_name = "renamedResources"];
-
getRenamedResourcesOrThrow
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 [json_name = "renamedResources"];
-
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 [json_name = "ignoredResources"];
- Returns:
- A list containing the ignoredResources.
-
getIgnoredResourcesCount
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 [json_name = "ignoredResources"];
- Returns:
- The count of ignoredResources.
-
getIgnoredResources
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 [json_name = "ignoredResources"];
- Parameters:
index
- The index of the element to return.- Returns:
- The ignoredResources at the given index.
-
getIgnoredResourcesBytes
com.google.protobuf.ByteString getIgnoredResourcesBytes(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 [json_name = "ignoredResources"];
- Parameters:
index
- The index of the element to return.- Returns:
- The ignoredResources at the given index.
-
getForcedNamespaceAliasesList
Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collision
repeated string forced_namespace_aliases = 5 [json_name = "forcedNamespaceAliases"];
- Returns:
- A list containing the forcedNamespaceAliases.
-
getForcedNamespaceAliasesCount
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 [json_name = "forcedNamespaceAliases"];
- Returns:
- The count of forcedNamespaceAliases.
-
getForcedNamespaceAliases
Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collision
repeated string forced_namespace_aliases = 5 [json_name = "forcedNamespaceAliases"];
- Parameters:
index
- The index of the element to return.- Returns:
- The forcedNamespaceAliases at the given index.
-
getForcedNamespaceAliasesBytes
com.google.protobuf.ByteString getForcedNamespaceAliasesBytes(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 [json_name = "forcedNamespaceAliases"];
- Parameters:
index
- The index of the element to return.- Returns:
- The forcedNamespaceAliases at the given index.
-
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 [json_name = "handwrittenSignatures"];
- Returns:
- A list containing the handwrittenSignatures.
-
getHandwrittenSignaturesCount
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 [json_name = "handwrittenSignatures"];
- Returns:
- The count of handwrittenSignatures.
-
getHandwrittenSignatures
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 [json_name = "handwrittenSignatures"];
- Parameters:
index
- The index of the element to return.- Returns:
- The handwrittenSignatures at the given index.
-
getHandwrittenSignaturesBytes
com.google.protobuf.ByteString getHandwrittenSignaturesBytes(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 [json_name = "handwrittenSignatures"];
- Parameters:
index
- The index of the element to return.- Returns:
- The handwrittenSignatures at the given index.
-