Skip to content

Commit 2d1e492

Browse files
Google APIscopybara-github
authored andcommitted
chore: reformat protos, add extra imports for LRO annotations
PiperOrigin-RevId: 508114548
1 parent 2c78a2a commit 2d1e492

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

google/cloud/orchestration/airflow/service/v1/environments.proto

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ import "google/api/annotations.proto";
2020
import "google/api/client.proto";
2121
import "google/api/field_behavior.proto";
2222
import "google/api/resource.proto";
23+
import "google/cloud/orchestration/airflow/service/v1/operations.proto";
2324
import "google/longrunning/operations.proto";
25+
import "google/protobuf/empty.proto";
2426
import "google/protobuf/field_mask.proto";
2527
import "google/protobuf/timestamp.proto";
2628

@@ -823,9 +825,6 @@ message NodeConfig {
823825
// to identify valid sources or targets for network firewalls. Each tag within
824826
// the list must comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt).
825827
// Cannot be updated.
826-
//
827-
// This field is supported for Cloud Composer environments in versions
828-
// composer-1.*.*-airflow-*.*.*.
829828
repeated string tags = 8;
830829

831830
// Optional. The configuration for controlling how IPs are allocated in the

0 commit comments

Comments
 (0)