@@ -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) {
0 commit comments