V2Api Target Args
data class V2ApiTargetArgs(val methods: Output<List<String>>? = null, val service: Output<String>? = null) : ConvertibleToJava<V2ApiTargetArgs>
A restriction for a specific service and optionally one or multiple specific methods. Both fields are case insensitive.
Properties
Link copied to clipboard
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.GetSupportedLanguage
TranslateText
Get*
translate.googleapis.com.Get*