Skip to content

Commit 0a2a1ee

Browse files
docs: [google-cloud-orchestration-airflow] enabled field of MasterAuthorizedNetworksConfig is now marked as optional (#13784)
BEGIN_COMMIT_OVERRIDE docs: `enabled` field of `MasterAuthorizedNetworksConfig` is now marked as optional END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. PiperOrigin-RevId: 747748356 Source-Link: googleapis/googleapis@61ae870 Source-Link: googleapis/googleapis-gen@94d4583 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW9yY2hlc3RyYXRpb24tYWlyZmxvdy8uT3dsQm90LnlhbWwiLCJoIjoiOTRkNDU4MzU0Mjc1MmJjYzJiZjE0MTNlN2EwMjNiYzgwMGRkMTk4MCJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent aceb95a commit 0a2a1ee

File tree

1 file changed

+2
-2
lines changed
  • packages/google-cloud-orchestration-airflow/google/cloud/orchestration/airflow/service_v1/types

1 file changed

+2
-2
lines changed

packages/google-cloud-orchestration-airflow/google/cloud/orchestration/airflow/service_v1/types/environments.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2702,8 +2702,8 @@ class MasterAuthorizedNetworksConfig(proto.Message):
27022702
27032703
Attributes:
27042704
enabled (bool):
2705-
Whether or not master authorized networks
2706-
feature is enabled.
2705+
Optional. Whether or not master authorized
2706+
networks feature is enabled.
27072707
cidr_blocks (MutableSequence[google.cloud.orchestration.airflow.service_v1.types.MasterAuthorizedNetworksConfig.CidrBlock]):
27082708
Up to 50 external networks that could access
27092709
Kubernetes master through HTTPS.

0 commit comments

Comments
 (0)