File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ package google.bigtable.admin.v2;
1919import "google/api/field_behavior.proto" ;
2020import "google/api/resource.proto" ;
2121import "google/bigtable/admin/v2/common.proto" ;
22+ import "google/protobuf/timestamp.proto" ;
23+ import "google/api/annotations.proto" ;
2224
2325option csharp_namespace = "Google.Cloud.Bigtable.Admin.V2" ;
2426option 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
You can’t perform that action at this time.
0 commit comments