Class BigtableAuthorizedViewSubsetView.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigtable_authorized_view.BigtableAuthorizedViewSubsetView.Jsii$Proxy
-
- All Implemented Interfaces:
BigtableAuthorizedViewSubsetView,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigtableAuthorizedViewSubsetView
@Stability(Stable) @Internal public static final class BigtableAuthorizedViewSubsetView.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigtableAuthorizedViewSubsetView
An implementation forBigtableAuthorizedViewSubsetView
-
-
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.BigtableAuthorizedViewSubsetView
BigtableAuthorizedViewSubsetView.Builder, BigtableAuthorizedViewSubsetView.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigtableAuthorizedViewSubsetView.Builder builder)Constructor that initializes the object based on literal property values passed by theBigtableAuthorizedViewSubsetView.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)ObjectgetFamilySubsets()family_subsets block.List<String>getRowPrefixes()Base64-encoded row prefixes 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(BigtableAuthorizedViewSubsetView.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigtableAuthorizedViewSubsetView.Builder.
-
-
Method Detail
-
getFamilySubsets
public final Object getFamilySubsets()
Description copied from interface:BigtableAuthorizedViewSubsetViewfamily_subsets block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_authorized_view#family_subsets BigtableAuthorizedView#family_subsets}
- Specified by:
getFamilySubsetsin interfaceBigtableAuthorizedViewSubsetView
-
getRowPrefixes
public final List<String> getRowPrefixes()
Description copied from interface:BigtableAuthorizedViewSubsetViewBase64-encoded row prefixes to be included in the authorized view.To provide access to all rows, 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#row_prefixes BigtableAuthorizedView#row_prefixes}
- Specified by:
getRowPrefixesin interfaceBigtableAuthorizedViewSubsetView
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-