- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Lists GoldengateDeploymentVersions in a given project and location.
HTTP request
GET https://oracledatabase.googleapis.com/v1/{parent=projects/*/locations/*}/goldengateDeploymentVersions The URLs use gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Parent value for ListGoldengateDeploymentVersionsRequest Format: projects/{project}/locations/{location} |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. The maximum value is 1000; values above 1000 will be coerced to 1000. |
pageToken |
Optional. A token identifying a page of results the server should return. |
filter |
Optional. An expression for filtering the results of the request. Either the deployment_id and deploymentType fields must be specified in the format: |
Request body
The request body must be empty.
Response body
Message for response to listing GoldengateDeploymentVersions
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"goldengateDeploymentVersions": [
{
object ( |
| Fields | |
|---|---|
goldengateDeploymentVersions[] |
The list of GoldengateDeploymentVersion |
nextPageToken |
A token, which can be sent as |
unreachable[] |
Unordered list. Locations that could not be reached. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/oracle-database
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
oracledatabase.goldenGateDeploymentVersions.list
For more information, see the IAM documentation.