- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- SdkUpdateConnectorParameterRequest
- Try it!
Full name: projects.locations.instances.legacySdk.legacyUpdateConnectorParameter
Legacy RPC for update connector parameter.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The UpdateConnectorParameter request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:updateConnectorParameter |
Query parameters
Parameters | |
---|---|
identifier |
Required. The connector identifier. |
parameterName |
Required. The parameter name. |
Request body
The request body contains an instance of SdkUpdateConnectorParameterRequest
.
Response body
If successful, the response body contains an instance of SdkConnectorParameterResponse
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
SdkUpdateConnectorParameterRequest
The UpdateConnectorParameterRequest message.
JSON representation |
---|
{ "parameterValue": string } |
Fields | |
---|---|
parameterValue |
Required. The instance of the legacy sdk. The connector identifier. |