File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,11 @@ message FeatureOnlineStore {
8282 // Output only. Metadata of the Bigtable instance. Output only.
8383 BigtableMetadata bigtable_metadata = 4
8484 [(google.api.field_behavior ) = OUTPUT_ONLY ];
85+
86+ // Optional. The zone where the underlying Bigtable cluster for the primary
87+ // Bigtable instance will be provisioned. Only the zone must be provided.
88+ // For example, only "us-central1-a" should be provided.
89+ string zone = 5 [(google.api.field_behavior ) = OPTIONAL ];
8590 }
8691
8792 // Optimized storage type
Original file line number Diff line number Diff line change @@ -81,6 +81,11 @@ message FeatureOnlineStore {
8181 // Metadata of the Bigtable instance. Output only.
8282 BigtableMetadata bigtable_metadata = 4
8383 [(google.api.field_behavior ) = OUTPUT_ONLY ];
84+
85+ // Optional. The zone where the underlying Bigtable cluster for the primary
86+ // Bigtable instance will be provisioned. Only the zone must be provided.
87+ // For example, only "us-central1-a" should be provided.
88+ string zone = 5 [(google.api.field_behavior ) = OPTIONAL ];
8489 }
8590
8691 // Optimized storage type
You can’t perform that action at this time.
0 commit comments