Interface BigtableAuthorizedViewSubsetViewFamilySubsets

    • Method Detail

      • getFamilyName

        @Stability(Stable)
        @NotNull
        String getFamilyName()
        Name 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}

      • getQualifierPrefixes

        @Stability(Stable)
        @Nullable
        default List<String> getQualifierPrefixes()
        Base64-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}

      • getQualifiers

        @Stability(Stable)
        @Nullable
        default List<String> getQualifiers()
        Base64-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}