Class ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.apikeys_key.ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications.Jsii$Proxy
-
- All Implemented Interfaces:
ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications
@Stability(Stable) @Internal public static final class ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications
An implementation forApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications
-
-
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.ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications
ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications.Builder, ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications.Builder builder)Constructor that initializes the object based on literal property values passed by theApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications.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)StringgetPackageName()The package name of the application.StringgetSha1Fingerprint()The SHA1 fingerprint of the application.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(ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications.Builder builder)
Constructor that initializes the object based on literal property values passed by theApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications.Builder.
-
-
Method Detail
-
getPackageName
public final String getPackageName()
Description copied from interface:ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplicationsThe package name of the application.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#package_name ApikeysKey#package_name}
- Specified by:
getPackageNamein interfaceApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications
-
getSha1Fingerprint
public final String getSha1Fingerprint()
Description copied from interface:ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplicationsThe SHA1 fingerprint of the application.For example, both sha1 formats are acceptable : DA:39:A3:EE:5E:6B:4B:0D:32:55:BF:EF:95:60:18:90:AF:D8:07:09 or DA39A3EE5E6B4B0D3255BFEF95601890AFD80709. Output format is the latter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#sha1_fingerprint ApikeysKey#sha1_fingerprint}
- Specified by:
getSha1Fingerprintin interfaceApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-