Skip to content

Commit b483beb

Browse files
docs: Clarify that initial_user is not required in Cluster (#32253)
* docs: Clarify that initial_user is not required in Cluster The comment for the initial_user field in the Cluster message has been updated to remove the "Required." annotation, better reflecting its optional nature. PiperOrigin-RevId: 841859434 Source-Link: googleapis/googleapis@35365cb Source-Link: googleapis/googleapis-gen@18ed7a9 Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWFsbG95X2RiLXYxLy5Pd2xCb3QueWFtbCIsImgiOiIxOGVkN2E5N2RkNjljYjc4MWVhMDY2MTA2NzNiMTc3OGY5OWVlMTc1In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 8d76d9e commit b483beb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • google-cloud-alloy_db-v1/proto_docs/google/cloud/alloydb/v1

google-cloud-alloy_db-v1/proto_docs/google/cloud/alloydb/v1/resources.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ class MaintenanceSchedule
480480
# system actions like failover or maintenance.
481481
# @!attribute [rw] initial_user
482482
# @return [::Google::Cloud::AlloyDB::V1::UserPassword]
483-
# Input only. Initial user to setup during cluster creation. Required.
483+
# Input only. Initial user to setup during cluster creation.
484484
# If used in `RestoreCluster` this is ignored.
485485
# @!attribute [rw] automated_backup_policy
486486
# @return [::Google::Cloud::AlloyDB::V1::AutomatedBackupPolicy]

0 commit comments

Comments
 (0)