Skip to content

Commit 24e76e8

Browse files
1 parent a3c8d85 commit 24e76e8

File tree

4 files changed

+15
-15
lines changed

4 files changed

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ public final class GoogleCloudApihubV1Deployment extends com.google.api.client.j
122122
private java.lang.String name;
123123

124124
/**
125-
* Required. A URI to the runtime resource. This URI can be used to manage the resource. For
126-
* example, if the runtime resource is of type APIGEE_PROXY, then this field will contain the URI
127-
* to the management UI of the proxy.
125+
* Required. A uri that uniquely identfies the deployment within a particular gateway. For
126+
* example, if the runtime resource is of type APIGEE_PROXY, then this field will be a combination
127+
* of org, proxy name and environment.
128128
* The value may be {@code null}.
129129
*/
130130
@com.google.api.client.util.Key
@@ -354,19 +354,19 @@ public GoogleCloudApihubV1Deployment setName(java.lang.String name) {
354354
}
355355

356356
/**
357-
* Required. A URI to the runtime resource. This URI can be used to manage the resource. For
358-
* example, if the runtime resource is of type APIGEE_PROXY, then this field will contain the URI
359-
* to the management UI of the proxy.
357+
* Required. A uri that uniquely identfies the deployment within a particular gateway. For
358+
* example, if the runtime resource is of type APIGEE_PROXY, then this field will be a combination
359+
* of org, proxy name and environment.
360360
* @return value or {@code null} for none
361361
*/
362362
public java.lang.String getResourceUri() {
363363
return resourceUri;
364364
}
365365

366366
/**
367-
* Required. A URI to the runtime resource. This URI can be used to manage the resource. For
368-
* example, if the runtime resource is of type APIGEE_PROXY, then this field will contain the URI
369-
* to the management UI of the proxy.
367+
* Required. A uri that uniquely identfies the deployment within a particular gateway. For
368+
* example, if the runtime resource is of type APIGEE_PROXY, then this field will be a combination
369+
* of org, proxy name and environment.
370370
* @param resourceUri resourceUri or {@code null} for none
371371
*/
372372
public GoogleCloudApihubV1Deployment setResourceUri(java.lang.String resourceUri) {

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-rev20250324-2.0.0</version>
12-
<name>API hub API v1-rev20250324-2.0.0</name>
11+
<version>v1-rev20250514-2.0.0</version>
12+
<name>API hub API v1-rev20250514-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-rev20250324-2.0.0</version>
25+
<version>v1-rev20250514-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-rev20250324-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apihub:v1-rev20250514-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)