Class BigtableAuthorizedViewSubsetViewFamilySubsets.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigtable_authorized_view.BigtableAuthorizedViewSubsetViewFamilySubsets.Jsii$Proxy
-
- All Implemented Interfaces:
BigtableAuthorizedViewSubsetViewFamilySubsets,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigtableAuthorizedViewSubsetViewFamilySubsets
@Stability(Stable) @Internal public static final class BigtableAuthorizedViewSubsetViewFamilySubsets.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigtableAuthorizedViewSubsetViewFamilySubsets
An implementation forBigtableAuthorizedViewSubsetViewFamilySubsets
-
-
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.bigtable_authorized_view.BigtableAuthorizedViewSubsetViewFamilySubsets
BigtableAuthorizedViewSubsetViewFamilySubsets.Builder, BigtableAuthorizedViewSubsetViewFamilySubsets.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigtableAuthorizedViewSubsetViewFamilySubsets.Builder builder)Constructor that initializes the object based on literal property values passed by theBigtableAuthorizedViewSubsetViewFamilySubsets.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)StringgetFamilyName()Name of the column family to be included in the authorized view.List<String>getQualifierPrefixes()Base64-encoded prefixes for qualifiers of the column family to be included in the authorized view.List<String>getQualifiers()Base64-encoded individual exact column qualifiers of the column family to be included in the authorized view.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(BigtableAuthorizedViewSubsetViewFamilySubsets.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigtableAuthorizedViewSubsetViewFamilySubsets.Builder.
-
-
Method Detail
-
getFamilyName
public final String getFamilyName()
Description copied from interface:BigtableAuthorizedViewSubsetViewFamilySubsetsName of the column family to be included in the authorized view.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_authorized_view#family_name BigtableAuthorizedView#family_name}
- Specified by:
getFamilyNamein interfaceBigtableAuthorizedViewSubsetViewFamilySubsets
-
getQualifierPrefixes
public final List<String> getQualifierPrefixes()
Description copied from interface:BigtableAuthorizedViewSubsetViewFamilySubsetsBase64-encoded prefixes for qualifiers of the column family to be included in the authorized view.Every qualifier starting with one of these prefixes is included in the authorized view. To provide access to all qualifiers, include the empty string as a prefix (""). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_authorized_view#qualifier_prefixes BigtableAuthorizedView#qualifier_prefixes}
- Specified by:
getQualifierPrefixesin interfaceBigtableAuthorizedViewSubsetViewFamilySubsets
-
getQualifiers
public final List<String> getQualifiers()
Description copied from interface:BigtableAuthorizedViewSubsetViewFamilySubsetsBase64-encoded individual exact column qualifiers of the column family to be included in the authorized view.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_authorized_view#qualifiers BigtableAuthorizedView#qualifiers}
- Specified by:
getQualifiersin interfaceBigtableAuthorizedViewSubsetViewFamilySubsets
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-