Skip to content

Commit 8b6f877

Browse files
Google APIscopybara-github
authored andcommitted
feat: Expose zone when creating a FeatureOnlineStore
PiperOrigin-RevId: 837256132
1 parent 943025a commit 8b6f877

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

google/cloud/aiplatform/v1/feature_online_store.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

google/cloud/aiplatform/v1beta1/feature_online_store.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)