public RepeatedField<string> HandwrittenSignatures { get; }
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.
public RepeatedField<string> IgnoredResources { get; }
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"
public MapField<string, string> RenamedResources { get; }
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"
public MapField<string, string> RenamedServices { get; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `DotnetSettings` class provides settings for .NET client libraries and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is part of the `Google.Api` namespace, found in the `Google.Api.CommonProtos.dll` assembly, and includes constructors for creating new `DotnetSettings` objects, either empty or by cloning existing ones."],["It contains fields like `CommonFieldNumber`, `ForcedNamespaceAliasesFieldNumber`, `HandwrittenSignaturesFieldNumber`, `IgnoredResourcesFieldNumber`, `RenamedResourcesFieldNumber`, and `RenamedServicesFieldNumber`, each representing settings that can be configured for .NET clients."],["The `DotnetSettings` class offers properties to manage various aspects of the client libraries, such as `Common`, `ForcedNamespaceAliases`, `HandwrittenSignatures`, `IgnoredResources`, `RenamedResources`, and `RenamedServices`, each serving a specific configuration purpose."],["It contains multiple methods for handling equality, cloning, data merging, and input/output operations using `CodedInputStream` and `CodedOutputStream`."]]],[]]