Skip to content

Commit 2c78a2a

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

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

google/cloud/orchestration/airflow/service/v1beta1/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/v1beta1/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

@@ -870,9 +872,6 @@ message NodeConfig {
870872
// to identify valid sources or targets for network firewalls. Each tag within
871873
// the list must comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt).
872874
// Cannot be updated.
873-
//
874-
// This field is supported for Cloud Composer environments in versions
875-
// composer-1.*.*-airflow-*.*.*.
876875
repeated string tags = 8 [(google.api.field_behavior) = OPTIONAL];
877876

878877
// Optional. The IPAllocationPolicy fields for the GKE cluster.

0 commit comments

Comments
 (0)