Class BigqueryAnalyticsHubListingDataProvider.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_analytics_hub_listing.BigqueryAnalyticsHubListingDataProvider.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryAnalyticsHubListingDataProvider,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryAnalyticsHubListingDataProvider
@Stability(Stable) @Internal public static final class BigqueryAnalyticsHubListingDataProvider.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryAnalyticsHubListingDataProvider
An implementation forBigqueryAnalyticsHubListingDataProvider
-
-
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.bigquery_analytics_hub_listing.BigqueryAnalyticsHubListingDataProvider
BigqueryAnalyticsHubListingDataProvider.Builder, BigqueryAnalyticsHubListingDataProvider.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryAnalyticsHubListingDataProvider.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryAnalyticsHubListingDataProvider.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)StringgetName()Name of the data provider.StringgetPrimaryContact()Email or URL of the data provider.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(BigqueryAnalyticsHubListingDataProvider.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryAnalyticsHubListingDataProvider.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:BigqueryAnalyticsHubListingDataProviderName of the data provider.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_listing#name BigqueryAnalyticsHubListing#name}
- Specified by:
getNamein interfaceBigqueryAnalyticsHubListingDataProvider
-
getPrimaryContact
public final String getPrimaryContact()
Description copied from interface:BigqueryAnalyticsHubListingDataProviderEmail or URL of the data provider.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_analytics_hub_listing#primary_contact BigqueryAnalyticsHubListing#primary_contact}
- Specified by:
getPrimaryContactin interfaceBigqueryAnalyticsHubListingDataProvider
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-