Skip to content

Commit 9bce7db

Browse files
1 parent e461e5a commit 9bce7db

18 files changed

+2409
-53
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-rev20250701-2.0.0</version>
25+
<version>v1-rev20250731-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-rev20250701-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apihub:v1-rev20250731-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 776 additions & 23 deletions
Large diffs are not rendered by default.

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

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public final class GoogleCloudApihubV1Deployment extends com.google.api.client.j
118118
* to the following system defined attribute:
119119
* `projects/{project}/locations/{location}/attributes/system-management-url` The number of values
120120
* for this attribute will be based on the cardinality of the attribute. The same can be retrieved
121-
* via GetAttribute API.
121+
* via GetAttribute API. The value of the attribute should be a valid URL.
122122
* The value may be {@code null}.
123123
*/
124124
@com.google.api.client.util.Key
@@ -133,9 +133,10 @@ public final class GoogleCloudApihubV1Deployment extends com.google.api.client.j
133133
private java.lang.String name;
134134

135135
/**
136-
* Required. A uri that uniquely identfies the deployment within a particular gateway. For
137-
* example, if the runtime resource is of type APIGEE_PROXY, then this field will be a combination
138-
* of org, proxy name and environment.
136+
* Required. The resource URI identifies the deployment within its gateway. For Apigee gateways,
137+
* its recommended to use the format: organizations/{org}/environments/{env}/apis/{api}. For ex:
138+
* if a proxy with name `orders` is deployed in `staging` environment of `cymbal` organization,
139+
* the resource URI would be: `organizations/cymbal/environments/staging/apis/orders`.
139140
* The value may be {@code null}.
140141
*/
141142
@com.google.api.client.util.Key
@@ -179,7 +180,8 @@ public final class GoogleCloudApihubV1Deployment extends com.google.api.client.j
179180
* found. This maps to the following system defined attribute:
180181
* `projects/{project}/locations/{location}/attributes/system-source-uri` The number of values for
181182
* this attribute will be based on the cardinality of the attribute. The same can be retrieved via
182-
* GetAttribute API.
183+
* GetAttribute API. The value of the attribute should be a valid URI, and in case of Cloud
184+
* Storage URI, it should point to a Cloud Storage object, not a directory.
183185
* The value may be {@code null}.
184186
*/
185187
@com.google.api.client.util.Key
@@ -376,7 +378,7 @@ public GoogleCloudApihubV1Deployment setEnvironment(GoogleCloudApihubV1Attribute
376378
* to the following system defined attribute:
377379
* `projects/{project}/locations/{location}/attributes/system-management-url` The number of values
378380
* for this attribute will be based on the cardinality of the attribute. The same can be retrieved
379-
* via GetAttribute API.
381+
* via GetAttribute API. The value of the attribute should be a valid URL.
380382
* @return value or {@code null} for none
381383
*/
382384
public GoogleCloudApihubV1AttributeValues getManagementUrl() {
@@ -388,7 +390,7 @@ public GoogleCloudApihubV1AttributeValues getManagementUrl() {
388390
* to the following system defined attribute:
389391
* `projects/{project}/locations/{location}/attributes/system-management-url` The number of values
390392
* for this attribute will be based on the cardinality of the attribute. The same can be retrieved
391-
* via GetAttribute API.
393+
* via GetAttribute API. The value of the attribute should be a valid URL.
392394
* @param managementUrl managementUrl or {@code null} for none
393395
*/
394396
public GoogleCloudApihubV1Deployment setManagementUrl(GoogleCloudApihubV1AttributeValues managementUrl) {
@@ -416,19 +418,21 @@ public GoogleCloudApihubV1Deployment setName(java.lang.String name) {
416418
}
417419

418420
/**
419-
* Required. A uri that uniquely identfies the deployment within a particular gateway. For
420-
* example, if the runtime resource is of type APIGEE_PROXY, then this field will be a combination
421-
* of org, proxy name and environment.
421+
* Required. The resource URI identifies the deployment within its gateway. For Apigee gateways,
422+
* its recommended to use the format: organizations/{org}/environments/{env}/apis/{api}. For ex:
423+
* if a proxy with name `orders` is deployed in `staging` environment of `cymbal` organization,
424+
* the resource URI would be: `organizations/cymbal/environments/staging/apis/orders`.
422425
* @return value or {@code null} for none
423426
*/
424427
public java.lang.String getResourceUri() {
425428
return resourceUri;
426429
}
427430

428431
/**
429-
* Required. A uri that uniquely identfies the deployment within a particular gateway. For
430-
* example, if the runtime resource is of type APIGEE_PROXY, then this field will be a combination
431-
* of org, proxy name and environment.
432+
* Required. The resource URI identifies the deployment within its gateway. For Apigee gateways,
433+
* its recommended to use the format: organizations/{org}/environments/{env}/apis/{api}. For ex:
434+
* if a proxy with name `orders` is deployed in `staging` environment of `cymbal` organization,
435+
* the resource URI would be: `organizations/cymbal/environments/staging/apis/orders`.
432436
* @param resourceUri resourceUri or {@code null} for none
433437
*/
434438
public GoogleCloudApihubV1Deployment setResourceUri(java.lang.String resourceUri) {
@@ -519,7 +523,8 @@ public GoogleCloudApihubV1Deployment setSourceProject(java.lang.String sourcePro
519523
* found. This maps to the following system defined attribute:
520524
* `projects/{project}/locations/{location}/attributes/system-source-uri` The number of values for
521525
* this attribute will be based on the cardinality of the attribute. The same can be retrieved via
522-
* GetAttribute API.
526+
* GetAttribute API. The value of the attribute should be a valid URI, and in case of Cloud
527+
* Storage URI, it should point to a Cloud Storage object, not a directory.
523528
* @return value or {@code null} for none
524529
*/
525530
public GoogleCloudApihubV1AttributeValues getSourceUri() {
@@ -531,7 +536,8 @@ public GoogleCloudApihubV1AttributeValues getSourceUri() {
531536
* found. This maps to the following system defined attribute:
532537
* `projects/{project}/locations/{location}/attributes/system-source-uri` The number of values for
533538
* this attribute will be based on the cardinality of the attribute. The same can be retrieved via
534-
* GetAttribute API.
539+
* GetAttribute API. The value of the attribute should be a valid URI, and in case of Cloud
540+
* Storage URI, it should point to a Cloud Storage object, not a directory.
535541
* @param sourceUri sourceUri or {@code null} for none
536542
*/
537543
public GoogleCloudApihubV1Deployment setSourceUri(GoogleCloudApihubV1AttributeValues sourceUri) {

0 commit comments

Comments
 (0)