File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,13 @@ message FeatureOnlineStore {
7474 // Required. Autoscaling config applied to Bigtable Instance.
7575 AutoScaling auto_scaling = 1 [(google.api.field_behavior ) = REQUIRED ];
7676
77- // Optional. Whether direct access to the Bigtable instance is enabled or not.
78- bool enable_direct_bigtable_access = 2
77+ // Optional. Whether direct access to the Bigtable instance is enabled or
78+ // not.
79+ bool enable_direct_bigtable_access = 3
7980 [(google.api.field_behavior ) = OPTIONAL ];
8081
8182 // Output only. Metadata of the Bigtable instance. Output only.
82- BigtableMetadata bigtable_metadata = 3
83+ BigtableMetadata bigtable_metadata = 4
8384 [(google.api.field_behavior ) = OUTPUT_ONLY ];
8485 }
8586
Original file line number Diff line number Diff line change @@ -297,6 +297,6 @@ message FeatureView {
297297 }
298298
299299 // Metadata containing information about the Cloud Bigtable.
300- BigtableMetadata bigtable_metadata = 21
300+ BigtableMetadata bigtable_metadata = 22
301301 [(google.api.field_behavior ) = OUTPUT_ONLY ];
302302}
Original file line number Diff line number Diff line change @@ -75,11 +75,11 @@ message FeatureOnlineStore {
7575 AutoScaling auto_scaling = 1 [(google.api.field_behavior ) = REQUIRED ];
7676
7777 // If true, enable direct access to the Bigtable instance.
78- bool enable_direct_bigtable_access = 2
78+ bool enable_direct_bigtable_access = 3
7979 [(google.api.field_behavior ) = OPTIONAL ];
8080
8181 // Metadata of the Bigtable instance. Output only.
82- BigtableMetadata bigtable_metadata = 3
82+ BigtableMetadata bigtable_metadata = 4
8383 [(google.api.field_behavior ) = OUTPUT_ONLY ];
8484 }
8585
Original file line number Diff line number Diff line change @@ -379,6 +379,6 @@ message FeatureView {
379379 }
380380
381381 // Metadata containing information about the Cloud Bigtable.
382- BigtableMetadata bigtable_metadata = 21
382+ BigtableMetadata bigtable_metadata = 22
383383 [(google.api.field_behavior ) = OUTPUT_ONLY ];
384384}
You can’t perform that action at this time.
0 commit comments