30
30
@ SuppressWarnings ("javadoc" )
31
31
public final class GoogleChromeManagementVersionsV1CertificateProvisioningProcess extends com .google .api .client .json .GenericJson {
32
32
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
-
41
33
/**
42
34
* Output only. The client certificate is being provisioned for a ChromeOS device. This contains
43
35
* information about the device.
@@ -47,16 +39,16 @@ public final class GoogleChromeManagementVersionsV1CertificateProvisioningProces
47
39
private GoogleChromeManagementVersionsV1ChromeOsDevice chromeOsDevice ;
48
40
49
41
/**
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.
52
44
* The value may be {@code null}.
53
45
*/
54
46
@ com .google .api .client .util .Key
55
47
private GoogleChromeManagementVersionsV1ChromeOsUserSession chromeOsUserSession ;
56
48
57
49
/**
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.
60
52
* The value may be {@code null}.
61
53
*/
62
54
@ com .google .api .client .util .Key
@@ -93,14 +85,6 @@ public final class GoogleChromeManagementVersionsV1CertificateProvisioningProces
93
85
@ com .google .api .client .util .Key
94
86
private java .lang .String name ;
95
87
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
-
104
88
/**
105
89
* Output only. The ID of the certificate provisioning profile.
106
90
* The value may be {@code null}.
@@ -118,7 +102,7 @@ public final class GoogleChromeManagementVersionsV1CertificateProvisioningProces
118
102
119
103
/**
120
104
* 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
122
106
* finished.
123
107
* The value may be {@code null}.
124
108
*/
@@ -150,25 +134,6 @@ public final class GoogleChromeManagementVersionsV1CertificateProvisioningProces
150
134
@ com .google .api .client .util .Key
151
135
private java .lang .String subjectPublicKeyInfo ;
152
136
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
-
172
137
/**
173
138
* Output only. The client certificate is being provisioned for a ChromeOS device. This contains
174
139
* information about the device.
@@ -189,17 +154,17 @@ public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setChromeO
189
154
}
190
155
191
156
/**
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.
194
159
* @return value or {@code null} for none
195
160
*/
196
161
public GoogleChromeManagementVersionsV1ChromeOsUserSession getChromeOsUserSession () {
197
162
return chromeOsUserSession ;
198
163
}
199
164
200
165
/**
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.
203
168
* @param chromeOsUserSession chromeOsUserSession or {@code null} for none
204
169
*/
205
170
public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setChromeOsUserSession (GoogleChromeManagementVersionsV1ChromeOsUserSession chromeOsUserSession ) {
@@ -208,17 +173,17 @@ public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setChromeO
208
173
}
209
174
210
175
/**
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.
213
178
* @return value or {@code null} for none
214
179
*/
215
180
public java .lang .String getFailureMessage () {
216
181
return failureMessage ;
217
182
}
218
183
219
184
/**
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.
222
187
* @param failureMessage failureMessage or {@code null} for none
223
188
*/
224
189
public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setFailureMessage (java .lang .String failureMessage ) {
@@ -300,25 +265,6 @@ public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setName(ja
300
265
return this ;
301
266
}
302
267
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
-
322
268
/**
323
269
* Output only. The ID of the certificate provisioning profile.
324
270
* @return value or {@code null} for none
@@ -387,7 +333,7 @@ public GoogleChromeManagementVersionsV1CertificateProvisioningProcess encodeSign
387
333
388
334
/**
389
335
* 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
391
337
* finished.
392
338
* @see #decodeSignature()
393
339
* @return value or {@code null} for none
@@ -398,7 +344,7 @@ public java.lang.String getSignature() {
398
344
399
345
/**
400
346
* 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
402
348
* finished.
403
349
* @see #getSignature()
404
350
* @return Base64 decoded value or {@code null} for none
@@ -411,7 +357,7 @@ public byte[] decodeSignature() {
411
357
412
358
/**
413
359
* 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
415
361
* finished.
416
362
* @see #encodeSignature()
417
363
* @param signature signature or {@code null} for none
@@ -423,7 +369,7 @@ public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setSignatu
423
369
424
370
/**
425
371
* 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
427
373
* finished.
428
374
* @see #setSignature()
429
375
*
0 commit comments