Skip to content

Commit 324f036

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add create_time to Instance
Committer: @gdcolella PiperOrigin-RevId: 404267819
1 parent 06dac5c commit 324f036

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

google/bigtable/admin/v2/instance.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ package google.bigtable.admin.v2;
1919
import "google/api/field_behavior.proto";
2020
import "google/api/resource.proto";
2121
import "google/bigtable/admin/v2/common.proto";
22+
import "google/protobuf/timestamp.proto";
23+
import "google/api/annotations.proto";
2224

2325
option csharp_namespace = "Google.Cloud.Bigtable.Admin.V2";
2426
option go_package = "google.golang.org/genproto/googleapis/bigtable/admin/v2;admin";
@@ -105,6 +107,11 @@ message Instance {
105107
// * No more than 64 labels can be associated with a given resource.
106108
// * Keys and values must both be under 128 bytes.
107109
map<string, string> labels = 5;
110+
111+
// Output only. A server-assigned timestamp representing when this Instance was created.
112+
// For instances created before this field was added (August 2021), this value
113+
// is `seconds: 0, nanos: 1`.
114+
google.protobuf.Timestamp create_time = 7 [(google.api.field_behavior) = OUTPUT_ONLY];
108115
}
109116

110117
// A resizable group of nodes in a particular cloud location, capable

0 commit comments

Comments
 (0)