3232public final class InlineCertificateIssuanceConfig extends com .google .api .client .json .GenericJson {
3333
3434 /**
35- * Optional. A required mapping of a cloud region to the CA pool resource located in that region
36- * used for certificate issuance, adhering to these constraints: * Key format: A supported cloud
37- * region name equivalent to the location identifier in the corresponding map entry's value. *
38- * Value format: A valid CA pool resource path format like:
35+ * Optional. A required mapping of a Google Cloud region to the CA pool resource located in that
36+ * region. The CA pool is used for certificate issuance, adhering to the following constraints: *
37+ * Key format: A supported cloud region name equivalent to the location identifier in the
38+ * corresponding map entry's value. * Value format: A valid CA pool resource path format like:
3939 * "projects/{project}/locations/{location}/caPools/{ca_pool}" * Region Matching: Workloads are
4040 * ONLY issued certificates from CA pools within the same region. Also the CA pool region (in
4141 * value) must match the workload's region (key).
@@ -46,34 +46,34 @@ public final class InlineCertificateIssuanceConfig extends com.google.api.client
4646
4747 /**
4848 * Optional. Key algorithm to use when generating the key pair. This key pair will be used to
49- * create the certificate. If unspecified , this will default to ECDSA_P256.
49+ * create the certificate. If not specified , this will default to ECDSA_P256.
5050 * The value may be {@code null}.
5151 */
5252 @ com .google .api .client .util .Key
5353 private java .lang .String keyAlgorithm ;
5454
5555 /**
5656 * Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 10 hours
57- * - 30 days. If unspecified , this will be defaulted to 24 hours.
57+ * and 30 days. If not specified , this will be defaulted to 24 hours.
5858 * The value may be {@code null}.
5959 */
6060 @ com .google .api .client .util .Key
6161 private String lifetime ;
6262
6363 /**
6464 * Optional. Rotation window percentage indicating when certificate rotation should be initiated
65- * based on remaining lifetime. Must be between 10 - 80. If unspecified , this will be defaulted to
66- * 50.
65+ * based on remaining lifetime. Must be between 10 and 80. If not specified , this will be
66+ * defaulted to 50.
6767 * The value may be {@code null}.
6868 */
6969 @ com .google .api .client .util .Key
7070 private java .lang .Integer rotationWindowPercentage ;
7171
7272 /**
73- * Optional. A required mapping of a cloud region to the CA pool resource located in that region
74- * used for certificate issuance, adhering to these constraints: * Key format: A supported cloud
75- * region name equivalent to the location identifier in the corresponding map entry's value. *
76- * Value format: A valid CA pool resource path format like:
73+ * Optional. A required mapping of a Google Cloud region to the CA pool resource located in that
74+ * region. The CA pool is used for certificate issuance, adhering to the following constraints: *
75+ * Key format: A supported cloud region name equivalent to the location identifier in the
76+ * corresponding map entry's value. * Value format: A valid CA pool resource path format like:
7777 * "projects/{project}/locations/{location}/caPools/{ca_pool}" * Region Matching: Workloads are
7878 * ONLY issued certificates from CA pools within the same region. Also the CA pool region (in
7979 * value) must match the workload's region (key).
@@ -84,10 +84,10 @@ public java.util.Map<String, java.lang.String> getCaPools() {
8484 }
8585
8686 /**
87- * Optional. A required mapping of a cloud region to the CA pool resource located in that region
88- * used for certificate issuance, adhering to these constraints: * Key format: A supported cloud
89- * region name equivalent to the location identifier in the corresponding map entry's value. *
90- * Value format: A valid CA pool resource path format like:
87+ * Optional. A required mapping of a Google Cloud region to the CA pool resource located in that
88+ * region. The CA pool is used for certificate issuance, adhering to the following constraints: *
89+ * Key format: A supported cloud region name equivalent to the location identifier in the
90+ * corresponding map entry's value. * Value format: A valid CA pool resource path format like:
9191 * "projects/{project}/locations/{location}/caPools/{ca_pool}" * Region Matching: Workloads are
9292 * ONLY issued certificates from CA pools within the same region. Also the CA pool region (in
9393 * value) must match the workload's region (key).
@@ -100,7 +100,7 @@ public InlineCertificateIssuanceConfig setCaPools(java.util.Map<String, java.lan
100100
101101 /**
102102 * Optional. Key algorithm to use when generating the key pair. This key pair will be used to
103- * create the certificate. If unspecified , this will default to ECDSA_P256.
103+ * create the certificate. If not specified , this will default to ECDSA_P256.
104104 * @return value or {@code null} for none
105105 */
106106 public java .lang .String getKeyAlgorithm () {
@@ -109,7 +109,7 @@ public java.lang.String getKeyAlgorithm() {
109109
110110 /**
111111 * Optional. Key algorithm to use when generating the key pair. This key pair will be used to
112- * create the certificate. If unspecified , this will default to ECDSA_P256.
112+ * create the certificate. If not specified , this will default to ECDSA_P256.
113113 * @param keyAlgorithm keyAlgorithm or {@code null} for none
114114 */
115115 public InlineCertificateIssuanceConfig setKeyAlgorithm (java .lang .String keyAlgorithm ) {
@@ -119,7 +119,7 @@ public InlineCertificateIssuanceConfig setKeyAlgorithm(java.lang.String keyAlgor
119119
120120 /**
121121 * Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 10 hours
122- * - 30 days. If unspecified , this will be defaulted to 24 hours.
122+ * and 30 days. If not specified , this will be defaulted to 24 hours.
123123 * @return value or {@code null} for none
124124 */
125125 public String getLifetime () {
@@ -128,7 +128,7 @@ public String getLifetime() {
128128
129129 /**
130130 * Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 10 hours
131- * - 30 days. If unspecified , this will be defaulted to 24 hours.
131+ * and 30 days. If not specified , this will be defaulted to 24 hours.
132132 * @param lifetime lifetime or {@code null} for none
133133 */
134134 public InlineCertificateIssuanceConfig setLifetime (String lifetime ) {
@@ -138,8 +138,8 @@ public InlineCertificateIssuanceConfig setLifetime(String lifetime) {
138138
139139 /**
140140 * Optional. Rotation window percentage indicating when certificate rotation should be initiated
141- * based on remaining lifetime. Must be between 10 - 80. If unspecified , this will be defaulted to
142- * 50.
141+ * based on remaining lifetime. Must be between 10 and 80. If not specified , this will be
142+ * defaulted to 50.
143143 * @return value or {@code null} for none
144144 */
145145 public java .lang .Integer getRotationWindowPercentage () {
@@ -148,8 +148,8 @@ public java.lang.Integer getRotationWindowPercentage() {
148148
149149 /**
150150 * Optional. Rotation window percentage indicating when certificate rotation should be initiated
151- * based on remaining lifetime. Must be between 10 - 80. If unspecified , this will be defaulted to
152- * 50.
151+ * based on remaining lifetime. Must be between 10 and 80. If not specified , this will be
152+ * defaulted to 50.
153153 * @param rotationWindowPercentage rotationWindowPercentage or {@code null} for none
154154 */
155155 public InlineCertificateIssuanceConfig setRotationWindowPercentage (java .lang .Integer rotationWindowPercentage ) {
0 commit comments