Class DataCatalogTagFields.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_catalog_tag.DataCatalogTagFields.Jsii$Proxy
-
- All Implemented Interfaces:
DataCatalogTagFields,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataCatalogTagFields
@Stability(Stable) @Internal public static final class DataCatalogTagFields.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataCatalogTagFields
An implementation forDataCatalogTagFields
-
-
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.data_catalog_tag.DataCatalogTagFields
DataCatalogTagFields.Builder, DataCatalogTagFields.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataCatalogTagFields.Builder builder)Constructor that initializes the object based on literal property values passed by theDataCatalogTagFields.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)ObjectgetBoolValue()Holds the value for a tag field with boolean type.NumbergetDoubleValue()Holds the value for a tag field with double type.StringgetEnumValue()The display name of the enum value.StringgetFieldName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#field_name DataCatalogTag#field_name}.StringgetStringValue()Holds the value for a tag field with string type.StringgetTimestampValue()Holds the value for a tag field with timestamp type.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(DataCatalogTagFields.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataCatalogTagFields.Builder.
-
-
Method Detail
-
getFieldName
public final String getFieldName()
Description copied from interface:DataCatalogTagFieldsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#field_name DataCatalogTag#field_name}.- Specified by:
getFieldNamein interfaceDataCatalogTagFields
-
getBoolValue
public final Object getBoolValue()
Description copied from interface:DataCatalogTagFieldsHolds the value for a tag field with boolean type.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#bool_value DataCatalogTag#bool_value}
- Specified by:
getBoolValuein interfaceDataCatalogTagFields
-
getDoubleValue
public final Number getDoubleValue()
Description copied from interface:DataCatalogTagFieldsHolds the value for a tag field with double type.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#double_value DataCatalogTag#double_value}
- Specified by:
getDoubleValuein interfaceDataCatalogTagFields
-
getEnumValue
public final String getEnumValue()
Description copied from interface:DataCatalogTagFieldsThe display name of the enum value.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#enum_value DataCatalogTag#enum_value}
- Specified by:
getEnumValuein interfaceDataCatalogTagFields
-
getStringValue
public final String getStringValue()
Description copied from interface:DataCatalogTagFieldsHolds the value for a tag field with string type.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#string_value DataCatalogTag#string_value}
- Specified by:
getStringValuein interfaceDataCatalogTagFields
-
getTimestampValue
public final String getTimestampValue()
Description copied from interface:DataCatalogTagFieldsHolds the value for a tag field with timestamp type.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#timestamp_value DataCatalogTag#timestamp_value}
- Specified by:
getTimestampValuein interfaceDataCatalogTagFields
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-