Skip to content

Commit

Permalink
Regenerate apigeeregistry client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Aug 11, 2023
1 parent 104c928 commit 871e280
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ public function setIamPolicy($resource, SetIamPolicyRequest $postBody, $optParam
* Adds a tag to a specified revision of a deployment. (deployments.tagRevision)
*
* @param string $name Required. The name of the deployment to be tagged,
* including the revision ID.
* including the revision ID is optional. If a revision is not specified, it
* will tag the latest revision.
* @param TagApiDeploymentRevisionRequest $postBody
* @param array $optParams Optional parameters.
* @return ApiDeployment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ public function setIamPolicy($resource, SetIamPolicyRequest $postBody, $optParam
* Adds a tag to a specified revision of a spec. (specs.tagRevision)
*
* @param string $name Required. The name of the spec to be tagged, including
* the revision ID.
* the revision ID is optional. If a revision is not specified, it will tag the
* latest revision.
* @param TagApiSpecRevisionRequest $postBody
* @param array $optParams Optional parameters.
* @return ApiSpec
Expand Down
10 changes: 2 additions & 8 deletions src/ApigeeRegistry/Resource/ProjectsLocationsOperations.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,8 @@ public function get($name, $optParams = [])
}
/**
* Lists operations that match the specified filter in the request. If the
* server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the
* `name` binding allows API services to override the binding to use different
* resource name schemes, such as `users/operations`. To override the binding,
* API services can add a binding such as `"/v1/{name=users}/operations"` to
* their service configuration. For backwards compatibility, the default name
* includes the operations collection id, however overriding users must ensure
* the name binding is the parent resource, without the operations collection
* id. (operations.listProjectsLocationsOperations)
* server doesn't support this method, it returns `UNIMPLEMENTED`.
* (operations.listProjectsLocationsOperations)
*
* @param string $name The name of the operation's parent resource.
* @param array $optParams Optional parameters.
Expand Down

0 comments on commit 871e280

Please sign in to comment.