@@ -12288,7 +12288,7 @@ public Create setParent(java.lang.String parent) {
12288
12288
* of the Plugin's resource name. This field is optional. * If provided, the same will be
12289
12289
* used. The service will throw an error if the specified id is already used by another
12290
12290
* 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
12292
12292
* format `projects/{project}/locations/{location}/plugins/{plugin}`, its length is
12293
12293
* limited to 1000 characters and valid characters are /a-z[0-9]-_/.
12294
12294
*/
@@ -12298,7 +12298,7 @@ public Create setParent(java.lang.String parent) {
12298
12298
/** Optional. The ID to use for the Plugin resource, which will become the final component of the
12299
12299
Plugin's resource name. This field is optional. * If provided, the same will be used. The service
12300
12300
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
12302
12302
characters, overall resource name which will be of format
12303
12303
`projects/{project}/locations/{location}/plugins/{plugin}`, its length is limited to 1000
12304
12304
characters and valid characters are /a-z[0-9]-_/.
@@ -12312,7 +12312,7 @@ public java.lang.String getPluginId() {
12312
12312
* of the Plugin's resource name. This field is optional. * If provided, the same will be
12313
12313
* used. The service will throw an error if the specified id is already used by another
12314
12314
* 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
12316
12316
* format `projects/{project}/locations/{location}/plugins/{plugin}`, its length is
12317
12317
* limited to 1000 characters and valid characters are /a-z[0-9]-_/.
12318
12318
*/
@@ -13603,7 +13603,7 @@ public Create setParent(java.lang.String parent) {
13603
13603
* component of the plugin instance's resource name. This field is optional. * If
13604
13604
* provided, the same will be used. The service will throw an error if the specified id
13605
13605
* 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
13607
13607
* characters are /a-z[0-9]-_/.
13608
13608
*/
13609
13609
@com.google.api.client.util.Key
@@ -13612,7 +13612,7 @@ public Create setParent(java.lang.String parent) {
13612
13612
/** Optional. The ID to use for the plugin instance, which will become the final component of the
13613
13613
plugin instance's resource name. This field is optional. * If provided, the same will be used. The
13614
13614
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
13616
13616
characters, and valid characters are /a-z[0-9]-_/.
13617
13617
*/
13618
13618
public java.lang.String getPluginInstanceId() {
@@ -13624,7 +13624,7 @@ public java.lang.String getPluginInstanceId() {
13624
13624
* component of the plugin instance's resource name. This field is optional. * If
13625
13625
* provided, the same will be used. The service will throw an error if the specified id
13626
13626
* 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
13628
13628
* characters are /a-z[0-9]-_/.
13629
13629
*/
13630
13630
public Create setPluginInstanceId(java.lang.String pluginInstanceId) {
0 commit comments