Skip to content

Commit fc8760f

Browse files
1 parent 9d2a6a3 commit fc8760f

File tree

8 files changed

+187
-19
lines changed

8 files changed

+187
-19
lines changed

clients/google-api-services-certificatemanager/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-certificatemanager</artifactId>
25-
<version>v1-rev20251027-2.0.0</version>
25+
<version>v1-rev20251204-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-certificatemanager:v1-rev20251027-2.0.0'
38+
implementation 'com.google.apis:google-api-services-certificatemanager:v1-rev20251204-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-certificatemanager/v1/2.0.0/com/google/api/services/certificatemanager/v1/CertificateManager.java

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5478,30 +5478,31 @@ public List setPageToken(java.lang.String pageToken) {
54785478

54795479
/**
54805480
* When set to `true`, operations that are reachable are returned as normal, and those
5481-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
5482-
* This can only be `true` when reading across collections e.g. when `parent` is set to
5483-
* `"projects/example/locations/-"`. This field is not by default supported and will
5481+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
5482+
* can only be `true` when reading across collections. For example, when `parent` is set
5483+
* to `"projects/example/locations/-"`. This field is not supported by default and will
54845484
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
54855485
* service or product specific documentation.
54865486
*/
54875487
@com.google.api.client.util.Key
54885488
private java.lang.Boolean returnPartialSuccess;
54895489

54905490
/** When set to `true`, operations that are reachable are returned as normal, and those that are
5491-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
5492-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
5493-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
5494-
explicitly documented otherwise in service or product specific documentation.
5491+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
5492+
when reading across collections. For example, when `parent` is set to
5493+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
5494+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
5495+
documentation.
54955496
*/
54965497
public java.lang.Boolean getReturnPartialSuccess() {
54975498
return returnPartialSuccess;
54985499
}
54995500

55005501
/**
55015502
* When set to `true`, operations that are reachable are returned as normal, and those
5502-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
5503-
* This can only be `true` when reading across collections e.g. when `parent` is set to
5504-
* `"projects/example/locations/-"`. This field is not by default supported and will
5503+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
5504+
* can only be `true` when reading across collections. For example, when `parent` is set
5505+
* to `"projects/example/locations/-"`. This field is not supported by default and will
55055506
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
55065507
* service or product specific documentation.
55075508
*/

clients/google-api-services-certificatemanager/v1/2.0.0/com/google/api/services/certificatemanager/v1/model/Certificate.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ public final class Certificate extends com.google.api.client.json.GenericJson {
6565
@com.google.api.client.util.Key
6666
private ManagedCertificate managed;
6767

68+
/**
69+
* If set, contains configuration and state of a managed identity certificate.
70+
* The value may be {@code null}.
71+
*/
72+
@com.google.api.client.util.Key
73+
private ManagedIdentityCertificate managedIdentity;
74+
6875
/**
6976
* Identifier. A user-defined name of the certificate. Certificate names must be unique globally
7077
* and match pattern `projects/locations/certificates`.
@@ -202,6 +209,23 @@ public Certificate setManaged(ManagedCertificate managed) {
202209
return this;
203210
}
204211

212+
/**
213+
* If set, contains configuration and state of a managed identity certificate.
214+
* @return value or {@code null} for none
215+
*/
216+
public ManagedIdentityCertificate getManagedIdentity() {
217+
return managedIdentity;
218+
}
219+
220+
/**
221+
* If set, contains configuration and state of a managed identity certificate.
222+
* @param managedIdentity managedIdentity or {@code null} for none
223+
*/
224+
public Certificate setManagedIdentity(ManagedIdentityCertificate managedIdentity) {
225+
this.managedIdentity = managedIdentity;
226+
return this;
227+
}
228+
205229
/**
206230
* Identifier. A user-defined name of the certificate. Certificate names must be unique globally
207231
* and match pattern `projects/locations/certificates`.

clients/google-api-services-certificatemanager/v1/2.0.0/com/google/api/services/certificatemanager/v1/model/ListOperationsResponse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4646

4747
/**
4848
* Unordered list. Unreachable resources. Populated when the request sets
49-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
49+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
5050
* attempting to list all resources across all supported locations.
5151
* The value may be {@code null}.
5252
*/
@@ -89,7 +89,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8989

9090
/**
9191
* Unordered list. Unreachable resources. Populated when the request sets
92-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
92+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
9393
* attempting to list all resources across all supported locations.
9494
* @return value or {@code null} for none
9595
*/
@@ -99,7 +99,7 @@ public java.util.List<java.lang.String> getUnreachable() {
9999

100100
/**
101101
* Unordered list. Unreachable resources. Populated when the request sets
102-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
102+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
103103
* attempting to list all resources across all supported locations.
104104
* @param unreachable unreachable or {@code null} for none
105105
*/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
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.certificatemanager.v1.model;
18+
19+
/**
20+
* Configuration and state of a Managed Identity Certificate. Certificate Manager provisions and
21+
* renews Managed Identity Certificates automatically, for as long as it's authorized to do so.
22+
*
23+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24+
* transmitted over HTTP when working with the Certificate Manager API. For a detailed explanation
25+
* see:
26+
* <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>
27+
* </p>
28+
*
29+
* @author Google, Inc.
30+
*/
31+
@SuppressWarnings("javadoc")
32+
public final class ManagedIdentityCertificate extends com.google.api.client.json.GenericJson {
33+
34+
/**
35+
* Required. Immutable. SPIFFE ID of the Managed Identity used for this certificate.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.String identity;
40+
41+
/**
42+
* Output only. Information about issues with provisioning a managed certificate.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private ProvisioningIssue provisioningIssue;
47+
48+
/**
49+
* Output only. State of the managed certificate resource.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private java.lang.String state;
54+
55+
/**
56+
* Required. Immutable. SPIFFE ID of the Managed Identity used for this certificate.
57+
* @return value or {@code null} for none
58+
*/
59+
public java.lang.String getIdentity() {
60+
return identity;
61+
}
62+
63+
/**
64+
* Required. Immutable. SPIFFE ID of the Managed Identity used for this certificate.
65+
* @param identity identity or {@code null} for none
66+
*/
67+
public ManagedIdentityCertificate setIdentity(java.lang.String identity) {
68+
this.identity = identity;
69+
return this;
70+
}
71+
72+
/**
73+
* Output only. Information about issues with provisioning a managed certificate.
74+
* @return value or {@code null} for none
75+
*/
76+
public ProvisioningIssue getProvisioningIssue() {
77+
return provisioningIssue;
78+
}
79+
80+
/**
81+
* Output only. Information about issues with provisioning a managed certificate.
82+
* @param provisioningIssue provisioningIssue or {@code null} for none
83+
*/
84+
public ManagedIdentityCertificate setProvisioningIssue(ProvisioningIssue provisioningIssue) {
85+
this.provisioningIssue = provisioningIssue;
86+
return this;
87+
}
88+
89+
/**
90+
* Output only. State of the managed certificate resource.
91+
* @return value or {@code null} for none
92+
*/
93+
public java.lang.String getState() {
94+
return state;
95+
}
96+
97+
/**
98+
* Output only. State of the managed certificate resource.
99+
* @param state state or {@code null} for none
100+
*/
101+
public ManagedIdentityCertificate setState(java.lang.String state) {
102+
this.state = state;
103+
return this;
104+
}
105+
106+
@Override
107+
public ManagedIdentityCertificate set(String fieldName, Object value) {
108+
return (ManagedIdentityCertificate) super.set(fieldName, value);
109+
}
110+
111+
@Override
112+
public ManagedIdentityCertificate clone() {
113+
return (ManagedIdentityCertificate) super.clone();
114+
}
115+
116+
}

clients/google-api-services-certificatemanager/v1/2.0.0/com/google/api/services/certificatemanager/v1/model/TrustConfig.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ public final class TrustConfig extends com.google.api.client.json.GenericJson {
8282
@com.google.api.client.util.Key
8383
private java.lang.String name;
8484

85+
/**
86+
* Optional. Defines a mapping from a trust domain to a TrustStore. This is used for SPIFFE
87+
* certificate validation.
88+
* The value may be {@code null}.
89+
*/
90+
@com.google.api.client.util.Key
91+
private java.util.Map<String, TrustStore> spiffeTrustStores;
92+
8593
/**
8694
* Optional. Set of trust stores to perform validation against. This field is supported when
8795
* TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate
@@ -208,6 +216,25 @@ public TrustConfig setName(java.lang.String name) {
208216
return this;
209217
}
210218

219+
/**
220+
* Optional. Defines a mapping from a trust domain to a TrustStore. This is used for SPIFFE
221+
* certificate validation.
222+
* @return value or {@code null} for none
223+
*/
224+
public java.util.Map<String, TrustStore> getSpiffeTrustStores() {
225+
return spiffeTrustStores;
226+
}
227+
228+
/**
229+
* Optional. Defines a mapping from a trust domain to a TrustStore. This is used for SPIFFE
230+
* certificate validation.
231+
* @param spiffeTrustStores spiffeTrustStores or {@code null} for none
232+
*/
233+
public TrustConfig setSpiffeTrustStores(java.util.Map<String, TrustStore> spiffeTrustStores) {
234+
this.spiffeTrustStores = spiffeTrustStores;
235+
return this;
236+
}
237+
211238
/**
212239
* Optional. Set of trust stores to perform validation against. This field is supported when
213240
* TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate

clients/google-api-services-certificatemanager/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-certificatemanager</artifactId>
11-
<version>v1-rev20251027-2.0.0</version>
12-
<name>Certificate Manager API v1-rev20251027-2.0.0</name>
11+
<version>v1-rev20251204-2.0.0</version>
12+
<name>Certificate Manager API v1-rev20251204-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-certificatemanager/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-certificatemanager</artifactId>
25-
<version>v1-rev20251027-2.0.0</version>
25+
<version>v1-rev20251204-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-certificatemanager:v1-rev20251027-2.0.0'
38+
implementation 'com.google.apis:google-api-services-certificatemanager:v1-rev20251204-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)