Skip to content

Commit 61ae870

Browse files
Google APIscopybara-github
authored andcommitted
docs: enabled field of MasterAuthorizedNetworksConfig is now marked as optional
PiperOrigin-RevId: 747748356
1 parent 86c36f7 commit 61ae870

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,8 +1884,8 @@ message MasterAuthorizedNetworksConfig {
18841884
string cidr_block = 2;
18851885
}
18861886

1887-
// Whether or not master authorized networks feature is enabled.
1888-
bool enabled = 1;
1887+
// Optional. Whether or not master authorized networks feature is enabled.
1888+
bool enabled = 1 [(google.api.field_behavior) = OPTIONAL];
18891889

18901890
// Up to 50 external networks that could access Kubernetes master through
18911891
// HTTPS.

0 commit comments

Comments
 (0)