- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates a Serverless VPC Access connector, returns an operation.
HTTP request
PATCH https://vpcaccess.googleapis.com/v1beta1/{connector.name=projects/*/locations/*/connectors/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
connector.name |
The resource name in the format |
Query parameters
Parameters | |
---|---|
updateMask |
The fields to update on the entry group. If absent or empty, all modifiable fields are updated. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of Connector
.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.