Class ApikeysKeyRestrictionsApiTargets.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.apikeys_key.ApikeysKeyRestrictionsApiTargets.Jsii$Proxy
-
- All Implemented Interfaces:
ApikeysKeyRestrictionsApiTargets,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ApikeysKeyRestrictionsApiTargets
@Stability(Stable) @Internal public static final class ApikeysKeyRestrictionsApiTargets.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApikeysKeyRestrictionsApiTargets
An implementation forApikeysKeyRestrictionsApiTargets
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.apikeys_key.ApikeysKeyRestrictionsApiTargets
ApikeysKeyRestrictionsApiTargets.Builder, ApikeysKeyRestrictionsApiTargets.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ApikeysKeyRestrictionsApiTargets.Builder builder)Constructor that initializes the object based on literal property values passed by theApikeysKeyRestrictionsApiTargets.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getMethods()Optional.StringgetService()The service for this restriction.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ApikeysKeyRestrictionsApiTargets.Builder builder)
Constructor that initializes the object based on literal property values passed by theApikeysKeyRestrictionsApiTargets.Builder.
-
-
Method Detail
-
getService
public final String getService()
Description copied from interface:ApikeysKeyRestrictionsApiTargetsThe 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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#service ApikeysKey#service}
- Specified by:
getServicein interfaceApikeysKeyRestrictionsApiTargets
-
getMethods
public final List<String> getMethods()
Description copied from interface:ApikeysKeyRestrictionsApiTargetsOptional.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*` Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#methods ApikeysKey#methods}
- Specified by:
getMethodsin interfaceApikeysKeyRestrictionsApiTargets
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-