Skip to content

Commit 9819205

Browse files
1 parent ae1d60e commit 9819205

File tree

5 files changed

+29
-83
lines changed

5 files changed

+29
-83
lines changed

clients/google-api-services-chromemanagement/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-chromemanagement</artifactId>
25-
<version>v1-rev20250309-2.0.0</version>
25+
<version>v1-rev20250311-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20250309-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20250311-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-chromemanagement/v1/2.0.0/com/google/api/services/chromemanagement/v1/model/GoogleChromeManagementVersionsV1CertificateProvisioningProcess.java

Lines changed: 17 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@
3030
@SuppressWarnings("javadoc")
3131
public 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
*

clients/google-api-services-chromemanagement/v1/2.0.0/com/google/api/services/chromemanagement/v1/model/GoogleChromeManagementVersionsV1ChromeOsUserSession.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ public final class GoogleChromeManagementVersionsV1ChromeOsUserSession extends c
3232

3333
/**
3434
* Output only. This field contains information about the ChromeOS device that the user session is
35-
* running on. It is only set if the user session is affiliated, i.e. if the user is managed by
36-
* the same organization that managed the ChromeOS device.
35+
* running on. It is only set if the user is affiliated, i.e., if the user is managed by the same
36+
* organization that manages the ChromeOS device.
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
@@ -55,8 +55,8 @@ public final class GoogleChromeManagementVersionsV1ChromeOsUserSession extends c
5555

5656
/**
5757
* Output only. This field contains information about the ChromeOS device that the user session is
58-
* running on. It is only set if the user session is affiliated, i.e. if the user is managed by
59-
* the same organization that managed the ChromeOS device.
58+
* running on. It is only set if the user is affiliated, i.e., if the user is managed by the same
59+
* organization that manages the ChromeOS device.
6060
* @return value or {@code null} for none
6161
*/
6262
public GoogleChromeManagementVersionsV1ChromeOsDevice getChromeOsDevice() {
@@ -65,8 +65,8 @@ public GoogleChromeManagementVersionsV1ChromeOsDevice getChromeOsDevice() {
6565

6666
/**
6767
* Output only. This field contains information about the ChromeOS device that the user session is
68-
* running on. It is only set if the user session is affiliated, i.e. if the user is managed by
69-
* the same organization that managed the ChromeOS device.
68+
* running on. It is only set if the user is affiliated, i.e., if the user is managed by the same
69+
* organization that manages the ChromeOS device.
7070
* @param chromeOsDevice chromeOsDevice or {@code null} for none
7171
*/
7272
public GoogleChromeManagementVersionsV1ChromeOsUserSession setChromeOsDevice(GoogleChromeManagementVersionsV1ChromeOsDevice chromeOsDevice) {

clients/google-api-services-chromemanagement/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-chromemanagement</artifactId>
11-
<version>v1-rev20250309-2.0.0</version>
12-
<name>Chrome Management API v1-rev20250309-2.0.0</name>
11+
<version>v1-rev20250311-2.0.0</version>
12+
<name>Chrome Management API v1-rev20250311-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-chromemanagement/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-chromemanagement</artifactId>
25-
<version>v1-rev20250309-2.0.0</version>
25+
<version>v1-rev20250311-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20250309-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20250311-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)