Skip to content

Commit 75f5214

Browse files
1 parent 6b74ffd commit 75f5214

File tree

7 files changed

+481
-10
lines changed

7 files changed

+481
-10
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-rev20250730-2.0.0</version>
25+
<version>v1-rev20250820-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-rev20250730-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20250820-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: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,20 @@ public final class GoogleChromeManagementVersionsV1CertificateProvisioningProces
9292
@com.google.api.client.util.Key
9393
private java.lang.String provisioningProfileId;
9494

95+
/**
96+
* Output only. The CA connection is a SCEP CA connection.
97+
* The value may be {@code null}.
98+
*/
99+
@com.google.api.client.util.Key
100+
private GoogleChromeManagementVersionsV1ScepCaConnection scepCaConnection;
101+
102+
/**
103+
* Output only. The profile is a SCEP certificate provisioning profile.
104+
* The value may be {@code null}.
105+
*/
106+
@com.google.api.client.util.Key
107+
private GoogleChromeManagementVersionsV1ScepProfile scepProfile;
108+
95109
/**
96110
* Output only. The data that the client was asked to sign. This field is only present after the
97111
* `SignData` operation has been initiated.
@@ -282,6 +296,40 @@ public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setProvisi
282296
return this;
283297
}
284298

299+
/**
300+
* Output only. The CA connection is a SCEP CA connection.
301+
* @return value or {@code null} for none
302+
*/
303+
public GoogleChromeManagementVersionsV1ScepCaConnection getScepCaConnection() {
304+
return scepCaConnection;
305+
}
306+
307+
/**
308+
* Output only. The CA connection is a SCEP CA connection.
309+
* @param scepCaConnection scepCaConnection or {@code null} for none
310+
*/
311+
public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setScepCaConnection(GoogleChromeManagementVersionsV1ScepCaConnection scepCaConnection) {
312+
this.scepCaConnection = scepCaConnection;
313+
return this;
314+
}
315+
316+
/**
317+
* Output only. The profile is a SCEP certificate provisioning profile.
318+
* @return value or {@code null} for none
319+
*/
320+
public GoogleChromeManagementVersionsV1ScepProfile getScepProfile() {
321+
return scepProfile;
322+
}
323+
324+
/**
325+
* Output only. The profile is a SCEP certificate provisioning profile.
326+
* @param scepProfile scepProfile or {@code null} for none
327+
*/
328+
public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setScepProfile(GoogleChromeManagementVersionsV1ScepProfile scepProfile) {
329+
this.scepProfile = scepProfile;
330+
return this;
331+
}
332+
285333
/**
286334
* Output only. The data that the client was asked to sign. This field is only present after the
287335
* `SignData` operation has been initiated.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.chromemanagement.v1.model;
18+
19+
/**
20+
* Describes a SCEP Certificate Authority Connection.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Chrome Management API. For a detailed explanation
24+
* see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GoogleChromeManagementVersionsV1ScepCaConnection extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Output only. A string that references 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+
/**
42+
* Output only. A string that references the administrator-provided configuration for the
43+
* certification authority service. This field can be missing if no configuration was given.
44+
* @return value or {@code null} for none
45+
*/
46+
public java.lang.String getCaConnectionAdapterConfigReference() {
47+
return caConnectionAdapterConfigReference;
48+
}
49+
50+
/**
51+
* Output only. A string that references the administrator-provided configuration for the
52+
* certification authority service. This field can be missing if no configuration was given.
53+
* @param caConnectionAdapterConfigReference caConnectionAdapterConfigReference or {@code null} for none
54+
*/
55+
public GoogleChromeManagementVersionsV1ScepCaConnection setCaConnectionAdapterConfigReference(java.lang.String caConnectionAdapterConfigReference) {
56+
this.caConnectionAdapterConfigReference = caConnectionAdapterConfigReference;
57+
return this;
58+
}
59+
60+
@Override
61+
public GoogleChromeManagementVersionsV1ScepCaConnection set(String fieldName, Object value) {
62+
return (GoogleChromeManagementVersionsV1ScepCaConnection) super.set(fieldName, value);
63+
}
64+
65+
@Override
66+
public GoogleChromeManagementVersionsV1ScepCaConnection clone() {
67+
return (GoogleChromeManagementVersionsV1ScepCaConnection) super.clone();
68+
}
69+
70+
}

0 commit comments

Comments
 (0)