Skip to content

Commit 52f02cd

Browse files
Regenerate developerconnect client
1 parent c9fa9d7 commit 52f02cd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/DeveloperConnect/Resource/ProjectsLocationsAccountConnectors.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,16 +143,16 @@ public function listProjectsLocationsAccountConnectors($parent, $optParams = [])
143143
* Updates the parameters of a single AccountConnector.
144144
* (accountConnectors.patch)
145145
*
146-
* @param string $name Identifier. The resource name of the userConnection, in
146+
* @param string $name Identifier. The resource name of the accountConnector, in
147147
* the format `projects/{project}/locations/{location}/accountConnectors/{accoun
148148
* t_connector_id}`.
149149
* @param AccountConnector $postBody
150150
* @param array $optParams Optional parameters.
151151
*
152-
* @opt_param bool allowMissing Optional. If set to true, and the userConnection
153-
* is not found a new userConnection will be created. In this situation
154-
* `update_mask` is ignored. The creation will succeed only if the input
155-
* userConnection has all the necessary
152+
* @opt_param bool allowMissing Optional. If set to true, and the
153+
* accountConnector is not found a new accountConnector will be created. In this
154+
* situation `update_mask` is ignored. The creation will succeed only if the
155+
* input accountConnector has all the necessary
156156
* @opt_param string requestId Optional. An optional request ID to identify
157157
* requests. Specify a unique request ID so that if you must retry your request,
158158
* the server will know to ignore the request if it has already been completed.

src/DeveloperConnect/Resource/ProjectsLocationsAccountConnectorsUsers.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function delete($name, $optParams = [])
6565
return $this->call('delete', [$params], Operation::class);
6666
}
6767
/**
68-
* Delete the User of the user themselves. (users.deleteSelf)
68+
* Delete the User based on the user credentials. (users.deleteSelf)
6969
*
7070
* @param string $name Required. Name of the AccountConnector resource
7171
* @param array $optParams Optional parameters.
@@ -96,7 +96,7 @@ public function fetchAccessToken($accountConnector, FetchAccessTokenRequest $pos
9696
return $this->call('fetchAccessToken', [$params], FetchAccessTokenResponse::class);
9797
}
9898
/**
99-
* Fetches the User of the user themselves. (users.fetchSelf)
99+
* Fetch the User based on the user credentials. (users.fetchSelf)
100100
*
101101
* @param string $name Required. Name of the AccountConnector resource
102102
* @param array $optParams Optional parameters.

0 commit comments

Comments
 (0)