32
32
public final class InlineCertificateIssuanceConfig extends com .google .api .client .json .GenericJson {
33
33
34
34
/**
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:
39
39
* "projects/{project}/locations/{location}/caPools/{ca_pool}" * Region Matching: Workloads are
40
40
* ONLY issued certificates from CA pools within the same region. Also the CA pool region (in
41
41
* value) must match the workload's region (key).
@@ -46,34 +46,34 @@ public final class InlineCertificateIssuanceConfig extends com.google.api.client
46
46
47
47
/**
48
48
* 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.
50
50
* The value may be {@code null}.
51
51
*/
52
52
@ com .google .api .client .util .Key
53
53
private java .lang .String keyAlgorithm ;
54
54
55
55
/**
56
56
* 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.
58
58
* The value may be {@code null}.
59
59
*/
60
60
@ com .google .api .client .util .Key
61
61
private String lifetime ;
62
62
63
63
/**
64
64
* 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.
67
67
* The value may be {@code null}.
68
68
*/
69
69
@ com .google .api .client .util .Key
70
70
private java .lang .Integer rotationWindowPercentage ;
71
71
72
72
/**
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:
77
77
* "projects/{project}/locations/{location}/caPools/{ca_pool}" * Region Matching: Workloads are
78
78
* ONLY issued certificates from CA pools within the same region. Also the CA pool region (in
79
79
* value) must match the workload's region (key).
@@ -84,10 +84,10 @@ public java.util.Map<String, java.lang.String> getCaPools() {
84
84
}
85
85
86
86
/**
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:
91
91
* "projects/{project}/locations/{location}/caPools/{ca_pool}" * Region Matching: Workloads are
92
92
* ONLY issued certificates from CA pools within the same region. Also the CA pool region (in
93
93
* value) must match the workload's region (key).
@@ -100,7 +100,7 @@ public InlineCertificateIssuanceConfig setCaPools(java.util.Map<String, java.lan
100
100
101
101
/**
102
102
* 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.
104
104
* @return value or {@code null} for none
105
105
*/
106
106
public java .lang .String getKeyAlgorithm () {
@@ -109,7 +109,7 @@ public java.lang.String getKeyAlgorithm() {
109
109
110
110
/**
111
111
* 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.
113
113
* @param keyAlgorithm keyAlgorithm or {@code null} for none
114
114
*/
115
115
public InlineCertificateIssuanceConfig setKeyAlgorithm (java .lang .String keyAlgorithm ) {
@@ -119,7 +119,7 @@ public InlineCertificateIssuanceConfig setKeyAlgorithm(java.lang.String keyAlgor
119
119
120
120
/**
121
121
* 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.
123
123
* @return value or {@code null} for none
124
124
*/
125
125
public String getLifetime () {
@@ -128,7 +128,7 @@ public String getLifetime() {
128
128
129
129
/**
130
130
* 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.
132
132
* @param lifetime lifetime or {@code null} for none
133
133
*/
134
134
public InlineCertificateIssuanceConfig setLifetime (String lifetime ) {
@@ -138,8 +138,8 @@ public InlineCertificateIssuanceConfig setLifetime(String lifetime) {
138
138
139
139
/**
140
140
* 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.
143
143
* @return value or {@code null} for none
144
144
*/
145
145
public java .lang .Integer getRotationWindowPercentage () {
@@ -148,8 +148,8 @@ public java.lang.Integer getRotationWindowPercentage() {
148
148
149
149
/**
150
150
* 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.
153
153
* @param rotationWindowPercentage rotationWindowPercentage or {@code null} for none
154
154
*/
155
155
public InlineCertificateIssuanceConfig setRotationWindowPercentage (java .lang .Integer rotationWindowPercentage ) {
0 commit comments