Skip to content

Commit febd564

Browse files
1 parent 8546e1d commit febd564

8 files changed

Lines changed: 141 additions & 6 deletions

File tree

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@ public final class Certificate extends com.google.api.client.json.GenericJson {
110110
@com.google.api.client.util.Key
111111
private SelfManagedCertificate selfManaged;
112112

113+
/**
114+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
115+
* "123/environment": "production", "123/costCenter": "marketing"
116+
* The value may be {@code null}.
117+
*/
118+
@com.google.api.client.util.Key
119+
private java.util.Map<String, java.lang.String> tags;
120+
113121
/**
114122
* Output only. The last update timestamp of a Certificate.
115123
* The value may be {@code null}.
@@ -317,6 +325,25 @@ public Certificate setSelfManaged(SelfManagedCertificate selfManaged) {
317325
return this;
318326
}
319327

328+
/**
329+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
330+
* "123/environment": "production", "123/costCenter": "marketing"
331+
* @return value or {@code null} for none
332+
*/
333+
public java.util.Map<String, java.lang.String> getTags() {
334+
return tags;
335+
}
336+
337+
/**
338+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
339+
* "123/environment": "production", "123/costCenter": "marketing"
340+
* @param tags tags or {@code null} for none
341+
*/
342+
public Certificate setTags(java.util.Map<String, java.lang.String> tags) {
343+
this.tags = tags;
344+
return this;
345+
}
346+
320347
/**
321348
* Output only. The last update timestamp of a Certificate.
322349
* @return value or {@code null} for none

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@ public final class CertificateIssuanceConfig extends com.google.api.client.json.
9090
@com.google.api.client.util.Key
9191
private java.lang.Integer rotationWindowPercentage;
9292

93+
/**
94+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
95+
* "123/environment": "production", "123/costCenter": "marketing"
96+
* The value may be {@code null}.
97+
*/
98+
@com.google.api.client.util.Key
99+
private java.util.Map<String, java.lang.String> tags;
100+
93101
/**
94102
* Output only. The last update timestamp of a CertificateIssuanceConfig.
95103
* The value may be {@code null}.
@@ -241,6 +249,25 @@ public CertificateIssuanceConfig setRotationWindowPercentage(java.lang.Integer r
241249
return this;
242250
}
243251

252+
/**
253+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
254+
* "123/environment": "production", "123/costCenter": "marketing"
255+
* @return value or {@code null} for none
256+
*/
257+
public java.util.Map<String, java.lang.String> getTags() {
258+
return tags;
259+
}
260+
261+
/**
262+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
263+
* "123/environment": "production", "123/costCenter": "marketing"
264+
* @param tags tags or {@code null} for none
265+
*/
266+
public CertificateIssuanceConfig setTags(java.util.Map<String, java.lang.String> tags) {
267+
this.tags = tags;
268+
return this;
269+
}
270+
244271
/**
245272
* Output only. The last update timestamp of a CertificateIssuanceConfig.
246273
* @return value or {@code null} for none

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ public final class CertificateMap extends com.google.api.client.json.GenericJson
6767
@com.google.api.client.util.Key
6868
private java.lang.String name;
6969

70+
/**
71+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
72+
* "123/environment": "production", "123/costCenter": "marketing"
73+
* The value may be {@code null}.
74+
*/
75+
@com.google.api.client.util.Key
76+
private java.util.Map<String, java.lang.String> tags;
77+
7078
/**
7179
* Output only. The update timestamp of a Certificate Map.
7280
* The value may be {@code null}.
@@ -163,6 +171,25 @@ public CertificateMap setName(java.lang.String name) {
163171
return this;
164172
}
165173

174+
/**
175+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
176+
* "123/environment": "production", "123/costCenter": "marketing"
177+
* @return value or {@code null} for none
178+
*/
179+
public java.util.Map<String, java.lang.String> getTags() {
180+
return tags;
181+
}
182+
183+
/**
184+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
185+
* "123/environment": "production", "123/costCenter": "marketing"
186+
* @param tags tags or {@code null} for none
187+
*/
188+
public CertificateMap setTags(java.util.Map<String, java.lang.String> tags) {
189+
this.tags = tags;
190+
return this;
191+
}
192+
166193
/**
167194
* Output only. The update timestamp of a Certificate Map.
168195
* @return value or {@code null} for none

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ public final class DnsAuthorization extends com.google.api.client.json.GenericJs
7676
@com.google.api.client.util.Key
7777
private java.lang.String name;
7878

79+
/**
80+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
81+
* "123/environment": "production", "123/costCenter": "marketing"
82+
* The value may be {@code null}.
83+
*/
84+
@com.google.api.client.util.Key
85+
private java.util.Map<String, java.lang.String> tags;
86+
7987
/**
8088
* Optional. Immutable. Type of DnsAuthorization. If unset during resource creation the following
8189
* default will be used: - in location `global`: FIXED_RECORD, - in other locations:
@@ -200,6 +208,25 @@ public DnsAuthorization setName(java.lang.String name) {
200208
return this;
201209
}
202210

211+
/**
212+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
213+
* "123/environment": "production", "123/costCenter": "marketing"
214+
* @return value or {@code null} for none
215+
*/
216+
public java.util.Map<String, java.lang.String> getTags() {
217+
return tags;
218+
}
219+
220+
/**
221+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
222+
* "123/environment": "production", "123/costCenter": "marketing"
223+
* @param tags tags or {@code null} for none
224+
*/
225+
public DnsAuthorization setTags(java.util.Map<String, java.lang.String> tags) {
226+
this.tags = tags;
227+
return this;
228+
}
229+
203230
/**
204231
* Optional. Immutable. Type of DnsAuthorization. If unset during resource creation the following
205232
* default will be used: - in location `global`: FIXED_RECORD, - in other locations:

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
@@ -90,6 +90,14 @@ public final class TrustConfig extends com.google.api.client.json.GenericJson {
9090
@com.google.api.client.util.Key
9191
private java.util.Map<String, TrustStore> spiffeTrustStores;
9292

93+
/**
94+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
95+
* "123/environment": "production", "123/costCenter": "marketing"
96+
* The value may be {@code null}.
97+
*/
98+
@com.google.api.client.util.Key
99+
private java.util.Map<String, java.lang.String> tags;
100+
93101
/**
94102
* Optional. Set of trust stores to perform validation against. This field is supported when
95103
* TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate
@@ -235,6 +243,25 @@ public TrustConfig setSpiffeTrustStores(java.util.Map<String, TrustStore> spiffe
235243
return this;
236244
}
237245

246+
/**
247+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
248+
* "123/environment": "production", "123/costCenter": "marketing"
249+
* @return value or {@code null} for none
250+
*/
251+
public java.util.Map<String, java.lang.String> getTags() {
252+
return tags;
253+
}
254+
255+
/**
256+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
257+
* "123/environment": "production", "123/costCenter": "marketing"
258+
* @param tags tags or {@code null} for none
259+
*/
260+
public TrustConfig setTags(java.util.Map<String, java.lang.String> tags) {
261+
this.tags = tags;
262+
return this;
263+
}
264+
238265
/**
239266
* Optional. Set of trust stores to perform validation against. This field is supported when
240267
* 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-rev20260427-2.0.0</version>
12-
<name>Certificate Manager API v1-rev20260427-2.0.0</name>
11+
<version>v1-rev20260629-2.0.0</version>
12+
<name>Certificate Manager API v1-rev20260629-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-rev20260427-2.0.0</version>
25+
<version>v1-rev20260629-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-rev20260427-2.0.0'
38+
implementation 'com.google.apis:google-api-services-certificatemanager:v1-rev20260629-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)