Skip to content

Commit 2f04881

Browse files
1 parent ccbf383 commit 2f04881

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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-rev20250514-2.0.0</version>
25+
<version>v1-rev20250526-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-rev20250514-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apihub:v1-rev20250526-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12288,7 +12288,7 @@ public Create setParent(java.lang.String parent) {
1228812288
* of the Plugin's resource name. This field is optional. * If provided, the same will be
1228912289
* used. The service will throw an error if the specified id is already used by another
1229012290
* Plugin resource in the API hub instance. * If not provided, a system generated id will
12291-
* be used. This value should be 4-500 characters, overall resource name which will be of
12291+
* be used. This value should be 4-63 characters, overall resource name which will be of
1229212292
* format `projects/{project}/locations/{location}/plugins/{plugin}`, its length is
1229312293
* limited to 1000 characters and valid characters are /a-z[0-9]-_/.
1229412294
*/
@@ -12298,7 +12298,7 @@ public Create setParent(java.lang.String parent) {
1229812298
/** Optional. The ID to use for the Plugin resource, which will become the final component of the
1229912299
Plugin's resource name. This field is optional. * If provided, the same will be used. The service
1230012300
will throw an error if the specified id is already used by another Plugin resource in the API hub
12301-
instance. * If not provided, a system generated id will be used. This value should be 4-500
12301+
instance. * If not provided, a system generated id will be used. This value should be 4-63
1230212302
characters, overall resource name which will be of format
1230312303
`projects/{project}/locations/{location}/plugins/{plugin}`, its length is limited to 1000
1230412304
characters and valid characters are /a-z[0-9]-_/.
@@ -12312,7 +12312,7 @@ public java.lang.String getPluginId() {
1231212312
* of the Plugin's resource name. This field is optional. * If provided, the same will be
1231312313
* used. The service will throw an error if the specified id is already used by another
1231412314
* Plugin resource in the API hub instance. * If not provided, a system generated id will
12315-
* be used. This value should be 4-500 characters, overall resource name which will be of
12315+
* be used. This value should be 4-63 characters, overall resource name which will be of
1231612316
* format `projects/{project}/locations/{location}/plugins/{plugin}`, its length is
1231712317
* limited to 1000 characters and valid characters are /a-z[0-9]-_/.
1231812318
*/
@@ -13603,7 +13603,7 @@ public Create setParent(java.lang.String parent) {
1360313603
* component of the plugin instance's resource name. This field is optional. * If
1360413604
* provided, the same will be used. The service will throw an error if the specified id
1360513605
* is already used by another plugin instance in the plugin resource. * If not provided,
13606-
* a system generated id will be used. This value should be 4-500 characters, and valid
13606+
* a system generated id will be used. This value should be 4-63 characters, and valid
1360713607
* characters are /a-z[0-9]-_/.
1360813608
*/
1360913609
@com.google.api.client.util.Key
@@ -13612,7 +13612,7 @@ public Create setParent(java.lang.String parent) {
1361213612
/** Optional. The ID to use for the plugin instance, which will become the final component of the
1361313613
plugin instance's resource name. This field is optional. * If provided, the same will be used. The
1361413614
service will throw an error if the specified id is already used by another plugin instance in the
13615-
plugin resource. * If not provided, a system generated id will be used. This value should be 4-500
13615+
plugin resource. * If not provided, a system generated id will be used. This value should be 4-63
1361613616
characters, and valid characters are /a-z[0-9]-_/.
1361713617
*/
1361813618
public java.lang.String getPluginInstanceId() {
@@ -13624,7 +13624,7 @@ public java.lang.String getPluginInstanceId() {
1362413624
* component of the plugin instance's resource name. This field is optional. * If
1362513625
* provided, the same will be used. The service will throw an error if the specified id
1362613626
* is already used by another plugin instance in the plugin resource. * If not provided,
13627-
* a system generated id will be used. This value should be 4-500 characters, and valid
13627+
* a system generated id will be used. This value should be 4-63 characters, and valid
1362813628
* characters are /a-z[0-9]-_/.
1362913629
*/
1363013630
public Create setPluginInstanceId(java.lang.String pluginInstanceId) {

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

0 commit comments

Comments
 (0)