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."],["It is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for managing API targets."],["The `ApiTarget` class has a `Service` property for identifying the restricted service and a `Methods` property for listing specific methods allowed for that service, which can include wildcards."],["The class has two constructors: a default constructor, `ApiTarget()`, and a copy constructor, `ApiTarget(ApiTarget other)`."],["This documentation provides access to versions 1.0.0 up to the latest version 1.4.0 of `ApiTarget`."]]],[]]