Optional. List of one or more methods that can be called.
If empty, all methods for the service are allowed. A wildcard
() can be used as the last symbol.
Valid examples:
google.cloud.translate.v2.TranslateService.GetSupportedLanguageTranslateText
`Get`translate.googleapis.com.Get*
The service for this restriction. It should be the canonical
service name, for example: translate.googleapis.com.
You can use gcloud services list
to get a list of services that are enabled in the project.
[[["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 `ApiTarget` class in the Google Cloud API Keys v2 API allows for specifying restrictions on services and methods."],["`ApiTarget` is part of the `Google.Cloud.ApiKeys.V2` namespace and is found in the `Google.Cloud.ApiKeys.V2.dll` assembly, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["You can find different versions of `ApiTarget`, with version 1.4.0 being the most recent, among several previous releases."],["The `Methods` property of `ApiTarget` enables the specification of allowed methods, with support for wildcards to include multiple methods at once."],["The `Service` property defines the service to which the restrictions apply, requiring the canonical service name, such as `translate.googleapis.com`."]]],[]]