We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5acd0eb + 2a4dc41 commit c88ffbaCopy full SHA for c88ffba
1 file changed
mmv1/products/alloydb/Cluster.yaml
@@ -652,18 +652,22 @@ properties:
652
description: |
653
Hours of day in 24 hour format. Should be from 0 to 23.
654
required: true
655
+ send_empty_value: true
656
- name: 'minutes'
657
type: Integer
658
659
Minutes of hour of day. Currently, only the value 0 is supported.
660
661
- name: 'seconds'
662
663
664
Seconds of minutes of the time. Currently, only the value 0 is supported.
665
666
- name: 'nanos'
667
668
669
Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.
670
671
- name: 'subscriptionType'
672
type: Enum
673
0 commit comments