Skip to content

Commit afffbcd

Browse files
1 parent 6b7e0d9 commit afffbcd

9 files changed

+382
-6
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-rev20250126-2.0.0</version>
25+
<version>v1-rev20250212-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-rev20250126-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20250212-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
@@ -62,6 +62,20 @@ public final class GoogleChromeManagementVersionsV1CertificateProvisioningProces
6262
@com.google.api.client.util.Key
6363
private java.lang.String failureMessage;
6464

65+
/**
66+
* Output only. The CA connection is a generic CA connection.
67+
* The value may be {@code null}.
68+
*/
69+
@com.google.api.client.util.Key
70+
private GoogleChromeManagementVersionsV1GenericCaConnection genericCaConnection;
71+
72+
/**
73+
* Output only. The profile is a generic certificate provisioning profile.
74+
* The value may be {@code null}.
75+
*/
76+
@com.google.api.client.util.Key
77+
private GoogleChromeManagementVersionsV1GenericProfile genericProfile;
78+
6579
/**
6680
* Output only. The issued certificate for this `CertificateProvisioningProcess` in PEM format.
6781
* The value may be {@code null}.
@@ -212,6 +226,40 @@ public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setFailure
212226
return this;
213227
}
214228

229+
/**
230+
* Output only. The CA connection is a generic CA connection.
231+
* @return value or {@code null} for none
232+
*/
233+
public GoogleChromeManagementVersionsV1GenericCaConnection getGenericCaConnection() {
234+
return genericCaConnection;
235+
}
236+
237+
/**
238+
* Output only. The CA connection is a generic CA connection.
239+
* @param genericCaConnection genericCaConnection or {@code null} for none
240+
*/
241+
public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setGenericCaConnection(GoogleChromeManagementVersionsV1GenericCaConnection genericCaConnection) {
242+
this.genericCaConnection = genericCaConnection;
243+
return this;
244+
}
245+
246+
/**
247+
* Output only. The profile is a generic certificate provisioning profile.
248+
* @return value or {@code null} for none
249+
*/
250+
public GoogleChromeManagementVersionsV1GenericProfile getGenericProfile() {
251+
return genericProfile;
252+
}
253+
254+
/**
255+
* Output only. The profile is a generic certificate provisioning profile.
256+
* @param genericProfile genericProfile or {@code null} for none
257+
*/
258+
public GoogleChromeManagementVersionsV1CertificateProvisioningProcess setGenericProfile(GoogleChromeManagementVersionsV1GenericProfile genericProfile) {
259+
this.genericProfile = genericProfile;
260+
return this;
261+
}
262+
215263
/**
216264
* Output only. The issued certificate for this `CertificateProvisioningProcess` in PEM format.
217265
* @return value or {@code null} for none
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 generic 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 GoogleChromeManagementVersionsV1GenericCaConnection 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 GoogleChromeManagementVersionsV1GenericCaConnection setCaConnectionAdapterConfigReference(java.lang.String caConnectionAdapterConfigReference) {
56+
this.caConnectionAdapterConfigReference = caConnectionAdapterConfigReference;
57+
return this;
58+
}
59+
60+
@Override
61+
public GoogleChromeManagementVersionsV1GenericCaConnection set(String fieldName, Object value) {
62+
return (GoogleChromeManagementVersionsV1GenericCaConnection) super.set(fieldName, value);
63+
}
64+
65+
@Override
66+
public GoogleChromeManagementVersionsV1GenericCaConnection clone() {
67+
return (GoogleChromeManagementVersionsV1GenericCaConnection) super.clone();
68+
}
69+
70+
}
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 generic certificate provisioning profile.
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 GoogleChromeManagementVersionsV1GenericProfile extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Output only. A string that references the administrator-provided configuration for the
35+
* certificate provisioning profile. 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 profileAdapterConfigReference;
40+
41+
/**
42+
* Output only. A string that references the administrator-provided configuration for the
43+
* certificate provisioning profile. This field can be missing if no configuration was given.
44+
* @return value or {@code null} for none
45+
*/
46+
public java.lang.String getProfileAdapterConfigReference() {
47+
return profileAdapterConfigReference;
48+
}
49+
50+
/**
51+
* Output only. A string that references the administrator-provided configuration for the
52+
* certificate provisioning profile. This field can be missing if no configuration was given.
53+
* @param profileAdapterConfigReference profileAdapterConfigReference or {@code null} for none
54+
*/
55+
public GoogleChromeManagementVersionsV1GenericProfile setProfileAdapterConfigReference(java.lang.String profileAdapterConfigReference) {
56+
this.profileAdapterConfigReference = profileAdapterConfigReference;
57+
return this;
58+
}
59+
60+
@Override
61+
public GoogleChromeManagementVersionsV1GenericProfile set(String fieldName, Object value) {
62+
return (GoogleChromeManagementVersionsV1GenericProfile) super.set(fieldName, value);
63+
}
64+
65+
@Override
66+
public GoogleChromeManagementVersionsV1GenericProfile clone() {
67+
return (GoogleChromeManagementVersionsV1GenericProfile) super.clone();
68+
}
69+
70+
}

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

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,20 @@ public final class GoogleChromeManagementVersionsV1alpha1CertificateProvisioning
6262
@com.google.api.client.util.Key
6363
private java.lang.String failureMessage;
6464

65+
/**
66+
* Output only. The CA connection is a generic CA connection.
67+
* The value may be {@code null}.
68+
*/
69+
@com.google.api.client.util.Key
70+
private GoogleChromeManagementVersionsV1alpha1GenericCaConnection genericCaConnection;
71+
72+
/**
73+
* Output only. The profile is a generic certificate provisioning profile.
74+
* The value may be {@code null}.
75+
*/
76+
@com.google.api.client.util.Key
77+
private GoogleChromeManagementVersionsV1alpha1GenericProfile genericProfile;
78+
6579
/**
6680
* Output only. The issued certificate for this `CertificateProvisioningProcess` in PEM format.
6781
* The value may be {@code null}.
@@ -212,6 +226,40 @@ public GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess setF
212226
return this;
213227
}
214228

229+
/**
230+
* Output only. The CA connection is a generic CA connection.
231+
* @return value or {@code null} for none
232+
*/
233+
public GoogleChromeManagementVersionsV1alpha1GenericCaConnection getGenericCaConnection() {
234+
return genericCaConnection;
235+
}
236+
237+
/**
238+
* Output only. The CA connection is a generic CA connection.
239+
* @param genericCaConnection genericCaConnection or {@code null} for none
240+
*/
241+
public GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess setGenericCaConnection(GoogleChromeManagementVersionsV1alpha1GenericCaConnection genericCaConnection) {
242+
this.genericCaConnection = genericCaConnection;
243+
return this;
244+
}
245+
246+
/**
247+
* Output only. The profile is a generic certificate provisioning profile.
248+
* @return value or {@code null} for none
249+
*/
250+
public GoogleChromeManagementVersionsV1alpha1GenericProfile getGenericProfile() {
251+
return genericProfile;
252+
}
253+
254+
/**
255+
* Output only. The profile is a generic certificate provisioning profile.
256+
* @param genericProfile genericProfile or {@code null} for none
257+
*/
258+
public GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess setGenericProfile(GoogleChromeManagementVersionsV1alpha1GenericProfile genericProfile) {
259+
this.genericProfile = genericProfile;
260+
return this;
261+
}
262+
215263
/**
216264
* Output only. The issued certificate for this `CertificateProvisioningProcess` in PEM format.
217265
* @return value or {@code null} for none
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 generic 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 GoogleChromeManagementVersionsV1alpha1GenericCaConnection 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 GoogleChromeManagementVersionsV1alpha1GenericCaConnection setCaConnectionAdapterConfigReference(java.lang.String caConnectionAdapterConfigReference) {
56+
this.caConnectionAdapterConfigReference = caConnectionAdapterConfigReference;
57+
return this;
58+
}
59+
60+
@Override
61+
public GoogleChromeManagementVersionsV1alpha1GenericCaConnection set(String fieldName, Object value) {
62+
return (GoogleChromeManagementVersionsV1alpha1GenericCaConnection) super.set(fieldName, value);
63+
}
64+
65+
@Override
66+
public GoogleChromeManagementVersionsV1alpha1GenericCaConnection clone() {
67+
return (GoogleChromeManagementVersionsV1alpha1GenericCaConnection) super.clone();
68+
}
69+
70+
}

0 commit comments

Comments
 (0)