GoogleCloudAPIKeyRestrictionAPITarget
No description
type GoogleCloudAPIKeyRestrictionAPITarget {
methods: [String!]!
service: String!
}
Fields
GoogleCloudAPIKeyRestrictionAPITarget.methods
● [String!]!
non-null scalar
List of one or more methods that can be called The valid examples:
google.cloud.translate.v2.TranslateService.GetSupportedLanguage
,TranslateText
,Get*
andtranslate.googleapis.com.Get*
etc.
GoogleCloudAPIKeyRestrictionAPITarget.service
● String!
non-null scalar
The service for this restriction, for example,
translate.googleapis.com
Member of
GoogleCloudAPIKeyRestriction
object