Skip to main content

GoogleCloudAPIKeyAPITargetRestriction

No description

type GoogleCloudAPIKeyAPITargetRestriction {
methods: [String!]!
service: String!
}

Fields

GoogleCloudAPIKeyAPITargetRestriction.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* and translate.googleapis.com.Get* etc.

GoogleCloudAPIKeyAPITargetRestriction.service ● String! non-null scalar

The service for this restriction, for example, translate.googleapis.com

Member of

GoogleCloudAPIKeyRestriction object