3030@ SuppressWarnings ("javadoc" )
3131public final class GoogleChromeManagementVersionsV1CertificateProvisioningProcess extends com .google .api .client .json .GenericJson {
3232
33- /**
34- * Output only. A JSON string that contains the administrator-provided configuration for the
35- * certification authority service. This field can be missing if no configuration was given.
36- * The value may be {@code null}.
37- */
38- @ com .google .api .client .util .Key
39- private java .lang .String caConnectionAdapterConfigReference ;
40-
4133 /**
4234 * Output only. The client certificate is being provisioned for a ChromeOS device. This contains
4335 * information about the device.
@@ -47,16 +39,16 @@ public final class GoogleChromeManagementVersionsV1CertificateProvisioningProces
4739 private GoogleChromeManagementVersionsV1ChromeOsDevice chromeOsDevice ;
4840
4941 /**
50- * Output only. The client certificate is being provisioned for a ChromeOS user session . This
51- * contains information about the user session.
42+ * Output only. The client certificate is being provisioned for a ChromeOS user. This contains
43+ * information about the current user session.
5244 * The value may be {@code null}.
5345 */
5446 @ com .google .api .client .util .Key
5547 private GoogleChromeManagementVersionsV1ChromeOsUserSession chromeOsUserSession ;
5648
5749 /**
58- * Output only. A message describing why this `CertificateProvisioningProcess` failed. Presence of
59- * this field indicates that the `CertificateProvisioningProcess` has failed.
50+ * Output only. A message describing why this `CertificateProvisioningProcess` has failed.
51+ * Presence of this field indicates that the `CertificateProvisioningProcess` has failed.
6052 * The value may be {@code null}.
6153 */
6254 @ com .google .api .client .util .Key
@@ -93,14 +85,6 @@ public final class GoogleChromeManagementVersionsV1CertificateProvisioningProces
9385 @ com .google .api .client .util .Key
9486 private java .lang .String name ;
9587
96- /**
97- * Output only. A JSON string that contains the administrator-provided configuration for the
98- * certificate provisioning profile. This field can be missing if no configuration was given.
99- * The value may be {@code null}.
100- */
101- @ com .google .api .client .util .Key
102- private java .lang .String profileAdapterConfigReference ;
103-
10488 /**
10589 * Output only. The ID of the certificate provisioning profile.
10690 * The value may be {@code null}.
@@ -118,7 +102,7 @@ public final class GoogleChromeManagementVersionsV1CertificateProvisioningProces
118102
119103 /**
120104 * Output only. The signature of `signature_algorithm`, generated using the client's private key
121- * using `signature_algorithm`. This field is only present after the`SignData` operation has
105+ * using `signature_algorithm`. This field is only present after the `SignData` operation has
122106 * finished.
123107 * The value may be {@code null}.
124108 */
@@ -150,25 +134,6 @@ public final class GoogleChromeManagementVersionsV1CertificateProvisioningProces
150134 @ com .google .api .client .util .Key
151135 private java .lang .String subjectPublicKeyInfo ;
152136
153- /**
154- * Output only. A JSON string that contains the administrator-provided configuration for the
155- * certification authority service. This field can be missing if no configuration was given.
156- * @return value or {@code null} for none
157- */
158- public java .lang .String getCaConnectionAdapterConfigReference () {
159- return caConnectionAdapterConfigReference ;
160- }
161-
162- /**
163- * Output only. A JSON string that contains the administrator-provided configuration for the
164- * certification authority service. This field can be missing if no configuration was given.
165- * @param caConnectionAdapterConfigReference caConnectionAdapterConfigReference or {@code null} for none
166- */
167- public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setCaConnectionAdapterConfigReference (java .lang .String caConnectionAdapterConfigReference ) {
168- this .caConnectionAdapterConfigReference = caConnectionAdapterConfigReference ;
169- return this ;
170- }
171-
172137 /**
173138 * Output only. The client certificate is being provisioned for a ChromeOS device. This contains
174139 * information about the device.
@@ -189,17 +154,17 @@ public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setChromeO
189154 }
190155
191156 /**
192- * Output only. The client certificate is being provisioned for a ChromeOS user session . This
193- * contains information about the user session.
157+ * Output only. The client certificate is being provisioned for a ChromeOS user. This contains
158+ * information about the current user session.
194159 * @return value or {@code null} for none
195160 */
196161 public GoogleChromeManagementVersionsV1ChromeOsUserSession getChromeOsUserSession () {
197162 return chromeOsUserSession ;
198163 }
199164
200165 /**
201- * Output only. The client certificate is being provisioned for a ChromeOS user session . This
202- * contains information about the user session.
166+ * Output only. The client certificate is being provisioned for a ChromeOS user. This contains
167+ * information about the current user session.
203168 * @param chromeOsUserSession chromeOsUserSession or {@code null} for none
204169 */
205170 public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setChromeOsUserSession (GoogleChromeManagementVersionsV1ChromeOsUserSession chromeOsUserSession ) {
@@ -208,17 +173,17 @@ public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setChromeO
208173 }
209174
210175 /**
211- * Output only. A message describing why this `CertificateProvisioningProcess` failed. Presence of
212- * this field indicates that the `CertificateProvisioningProcess` has failed.
176+ * Output only. A message describing why this `CertificateProvisioningProcess` has failed.
177+ * Presence of this field indicates that the `CertificateProvisioningProcess` has failed.
213178 * @return value or {@code null} for none
214179 */
215180 public java .lang .String getFailureMessage () {
216181 return failureMessage ;
217182 }
218183
219184 /**
220- * Output only. A message describing why this `CertificateProvisioningProcess` failed. Presence of
221- * this field indicates that the `CertificateProvisioningProcess` has failed.
185+ * Output only. A message describing why this `CertificateProvisioningProcess` has failed.
186+ * Presence of this field indicates that the `CertificateProvisioningProcess` has failed.
222187 * @param failureMessage failureMessage or {@code null} for none
223188 */
224189 public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setFailureMessage (java .lang .String failureMessage ) {
@@ -300,25 +265,6 @@ public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setName(ja
300265 return this ;
301266 }
302267
303- /**
304- * Output only. A JSON string that contains the administrator-provided configuration for the
305- * certificate provisioning profile. This field can be missing if no configuration was given.
306- * @return value or {@code null} for none
307- */
308- public java .lang .String getProfileAdapterConfigReference () {
309- return profileAdapterConfigReference ;
310- }
311-
312- /**
313- * Output only. A JSON string that contains the administrator-provided configuration for the
314- * certificate provisioning profile. This field can be missing if no configuration was given.
315- * @param profileAdapterConfigReference profileAdapterConfigReference or {@code null} for none
316- */
317- public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setProfileAdapterConfigReference (java .lang .String profileAdapterConfigReference ) {
318- this .profileAdapterConfigReference = profileAdapterConfigReference ;
319- return this ;
320- }
321-
322268 /**
323269 * Output only. The ID of the certificate provisioning profile.
324270 * @return value or {@code null} for none
@@ -387,7 +333,7 @@ public GoogleChromeManagementVersionsV1CertificateProvisioningProcess encodeSign
387333
388334 /**
389335 * Output only. The signature of `signature_algorithm`, generated using the client's private key
390- * using `signature_algorithm`. This field is only present after the`SignData` operation has
336+ * using `signature_algorithm`. This field is only present after the `SignData` operation has
391337 * finished.
392338 * @see #decodeSignature()
393339 * @return value or {@code null} for none
@@ -398,7 +344,7 @@ public java.lang.String getSignature() {
398344
399345 /**
400346 * Output only. The signature of `signature_algorithm`, generated using the client's private key
401- * using `signature_algorithm`. This field is only present after the`SignData` operation has
347+ * using `signature_algorithm`. This field is only present after the `SignData` operation has
402348 * finished.
403349 * @see #getSignature()
404350 * @return Base64 decoded value or {@code null} for none
@@ -411,7 +357,7 @@ public byte[] decodeSignature() {
411357
412358 /**
413359 * Output only. The signature of `signature_algorithm`, generated using the client's private key
414- * using `signature_algorithm`. This field is only present after the`SignData` operation has
360+ * using `signature_algorithm`. This field is only present after the `SignData` operation has
415361 * finished.
416362 * @see #encodeSignature()
417363 * @param signature signature or {@code null} for none
@@ -423,7 +369,7 @@ public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setSignatu
423369
424370 /**
425371 * Output only. The signature of `signature_algorithm`, generated using the client's private key
426- * using `signature_algorithm`. This field is only present after the`SignData` operation has
372+ * using `signature_algorithm`. This field is only present after the `SignData` operation has
427373 * finished.
428374 * @see #setSignature()
429375 *
0 commit comments