Skip to content

Commit 0597970

Browse files
1 parent 3c70d74 commit 0597970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/APIhub/Resource/ProjectsLocationsPlugins.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class ProjectsLocationsPlugins extends \Google\Service\Resource
4848
* field is optional. * If provided, the same will be used. The service will
4949
* throw an error if the specified id is already used by another Plugin resource
5050
* in the API hub instance. * If not provided, a system generated id will be
51-
* used. This value should be 4-500 characters, overall resource name which will
51+
* used. This value should be 4-63 characters, overall resource name which will
5252
* be of format `projects/{project}/locations/{location}/plugins/{plugin}`, its
5353
* length is limited to 1000 characters and valid characters are /a-z[0-9]-_/.
5454
* @return GoogleCloudApihubV1Plugin

src/APIhub/Resource/ProjectsLocationsPluginsInstances.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class ProjectsLocationsPluginsInstances extends \Google\Service\Resource
4747
* resource name. This field is optional. * If provided, the same will be used.
4848
* The service will throw an error if the specified id is already used by
4949
* another plugin instance in the plugin resource. * If not provided, a system
50-
* generated id will be used. This value should be 4-500 characters, and valid
50+
* generated id will be used. This value should be 4-63 characters, and valid
5151
* characters are /a-z[0-9]-_/.
5252
* @return GoogleLongrunningOperation
5353
* @throws \Google\Service\Exception

0 commit comments

Comments
 (0)