mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-17 13:06:47 +02:00
chore: reformat protos, add extra imports for LRO annotations
PiperOrigin-RevId: 508114468
This commit is contained in:
parent
53811fd535
commit
2c78a2a0b3
1 changed files with 2 additions and 3 deletions
|
|
@ -20,7 +20,9 @@ import "google/api/annotations.proto";
|
|||
import "google/api/client.proto";
|
||||
import "google/api/field_behavior.proto";
|
||||
import "google/api/resource.proto";
|
||||
import "google/cloud/orchestration/airflow/service/v1beta1/operations.proto";
|
||||
import "google/longrunning/operations.proto";
|
||||
import "google/protobuf/empty.proto";
|
||||
import "google/protobuf/field_mask.proto";
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
|
|
@ -870,9 +872,6 @@ message NodeConfig {
|
|||
// to identify valid sources or targets for network firewalls. Each tag within
|
||||
// the list must comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt).
|
||||
// Cannot be updated.
|
||||
//
|
||||
// This field is supported for Cloud Composer environments in versions
|
||||
// composer-1.*.*-airflow-*.*.*.
|
||||
repeated string tags = 8 [(google.api.field_behavior) = OPTIONAL];
|
||||
|
||||
// Optional. The IPAllocationPolicy fields for the GKE cluster.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue