Skip to content

Commit df7ac8e

Browse files
1 parent 8900f88 commit df7ac8e

File tree

4 files changed

+42
-15
lines changed

4 files changed

+42
-15
lines changed

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

clients/google-api-services-apihub/v1/2.0.0/com/google/api/services/apihub/v1/model/GoogleCloudApihubV1Api.java

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,21 @@ public final class GoogleCloudApihubV1Api extends com.google.api.client.json.Gen
3131

3232
/**
3333
* Optional. The api functional requirements associated with the API resource. Carinality is 1 for
34-
* this attribute.
34+
* this attribute. This maps to the following system defined attribute:
35+
* `projects/{project}/locations/{location}/attributes/system-api-functional-requirements`
36+
* attribute. The value of the attribute should be a proper URI, and in case of Cloud Storage URI,
37+
* it should point to a Cloud Storage object, not a directory.
3538
* The value may be {@code null}.
3639
*/
3740
@com.google.api.client.util.Key
3841
private GoogleCloudApihubV1AttributeValues apiFunctionalRequirements;
3942

4043
/**
4144
* Optional. The api requirement doc associated with the API resource. Carinality is 1 for this
42-
* attribute.
45+
* attribute. This maps to the following system defined attribute:
46+
* `projects/{project}/locations/{location}/attributes/system-api-requirements` attribute. The
47+
* value of the attribute should be a proper URI, and in case of Cloud Storage URI, it should
48+
* point to a Cloud Storage object, not a directory.
4349
* The value may be {@code null}.
4450
*/
4551
@com.google.api.client.util.Key
@@ -58,7 +64,10 @@ public final class GoogleCloudApihubV1Api extends com.google.api.client.json.Gen
5864

5965
/**
6066
* Optional. The api technical requirements associated with the API resource. Carinality is 1 for
61-
* this attribute.
67+
* this attribute. This maps to the following system defined attribute:
68+
* `projects/{project}/locations/{location}/attributes/system-api-technical-requirements`
69+
* attribute. The value of the attribute should be a proper URI, and in case of Cloud Storage URI,
70+
* it should point to a Cloud Storage object, not a directory.
6271
* The value may be {@code null}.
6372
*/
6473
@com.google.api.client.util.Key
@@ -202,7 +211,10 @@ public final class GoogleCloudApihubV1Api extends com.google.api.client.json.Gen
202211

203212
/**
204213
* Optional. The api functional requirements associated with the API resource. Carinality is 1 for
205-
* this attribute.
214+
* this attribute. This maps to the following system defined attribute:
215+
* `projects/{project}/locations/{location}/attributes/system-api-functional-requirements`
216+
* attribute. The value of the attribute should be a proper URI, and in case of Cloud Storage URI,
217+
* it should point to a Cloud Storage object, not a directory.
206218
* @return value or {@code null} for none
207219
*/
208220
public GoogleCloudApihubV1AttributeValues getApiFunctionalRequirements() {
@@ -211,7 +223,10 @@ public GoogleCloudApihubV1AttributeValues getApiFunctionalRequirements() {
211223

212224
/**
213225
* Optional. The api functional requirements associated with the API resource. Carinality is 1 for
214-
* this attribute.
226+
* this attribute. This maps to the following system defined attribute:
227+
* `projects/{project}/locations/{location}/attributes/system-api-functional-requirements`
228+
* attribute. The value of the attribute should be a proper URI, and in case of Cloud Storage URI,
229+
* it should point to a Cloud Storage object, not a directory.
215230
* @param apiFunctionalRequirements apiFunctionalRequirements or {@code null} for none
216231
*/
217232
public GoogleCloudApihubV1Api setApiFunctionalRequirements(GoogleCloudApihubV1AttributeValues apiFunctionalRequirements) {
@@ -221,7 +236,10 @@ public GoogleCloudApihubV1Api setApiFunctionalRequirements(GoogleCloudApihubV1At
221236

222237
/**
223238
* Optional. The api requirement doc associated with the API resource. Carinality is 1 for this
224-
* attribute.
239+
* attribute. This maps to the following system defined attribute:
240+
* `projects/{project}/locations/{location}/attributes/system-api-requirements` attribute. The
241+
* value of the attribute should be a proper URI, and in case of Cloud Storage URI, it should
242+
* point to a Cloud Storage object, not a directory.
225243
* @return value or {@code null} for none
226244
*/
227245
public GoogleCloudApihubV1AttributeValues getApiRequirements() {
@@ -230,7 +248,10 @@ public GoogleCloudApihubV1AttributeValues getApiRequirements() {
230248

231249
/**
232250
* Optional. The api requirement doc associated with the API resource. Carinality is 1 for this
233-
* attribute.
251+
* attribute. This maps to the following system defined attribute:
252+
* `projects/{project}/locations/{location}/attributes/system-api-requirements` attribute. The
253+
* value of the attribute should be a proper URI, and in case of Cloud Storage URI, it should
254+
* point to a Cloud Storage object, not a directory.
234255
* @param apiRequirements apiRequirements or {@code null} for none
235256
*/
236257
public GoogleCloudApihubV1Api setApiRequirements(GoogleCloudApihubV1AttributeValues apiRequirements) {
@@ -265,7 +286,10 @@ public GoogleCloudApihubV1Api setApiStyle(GoogleCloudApihubV1AttributeValues api
265286

266287
/**
267288
* Optional. The api technical requirements associated with the API resource. Carinality is 1 for
268-
* this attribute.
289+
* this attribute. This maps to the following system defined attribute:
290+
* `projects/{project}/locations/{location}/attributes/system-api-technical-requirements`
291+
* attribute. The value of the attribute should be a proper URI, and in case of Cloud Storage URI,
292+
* it should point to a Cloud Storage object, not a directory.
269293
* @return value or {@code null} for none
270294
*/
271295
public GoogleCloudApihubV1AttributeValues getApiTechnicalRequirements() {
@@ -274,7 +298,10 @@ public GoogleCloudApihubV1AttributeValues getApiTechnicalRequirements() {
274298

275299
/**
276300
* Optional. The api technical requirements associated with the API resource. Carinality is 1 for
277-
* this attribute.
301+
* this attribute. This maps to the following system defined attribute:
302+
* `projects/{project}/locations/{location}/attributes/system-api-technical-requirements`
303+
* attribute. The value of the attribute should be a proper URI, and in case of Cloud Storage URI,
304+
* it should point to a Cloud Storage object, not a directory.
278305
* @param apiTechnicalRequirements apiTechnicalRequirements or {@code null} for none
279306
*/
280307
public GoogleCloudApihubV1Api setApiTechnicalRequirements(GoogleCloudApihubV1AttributeValues apiTechnicalRequirements) {

clients/google-api-services-apihub/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-apihub</artifactId>
11-
<version>v1-rev20250526-2.0.0</version>
12-
<name>API hub API v1-rev20250526-2.0.0</name>
11+
<version>v1-rev20250528-2.0.0</version>
12+
<name>API hub API v1-rev20250528-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)