Close httplib2 connections.
Gets details of a single GoldenGateDeploymentType.
list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)
Lists GoldenGateDeploymentTypes in a given project and location.
Retrieves the next page of results.
close()
Close httplib2 connections.
get(name, x__xgafv=None)
Gets details of a single GoldenGateDeploymentType.
Args:
name: string, Required. The name of the GoldengateDeploymentType to retrieve. Format: projects/{project}/locations/{location}/goldengateDeploymentTypes/{goldengate_deployment_type} (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Details of the Goldengate Deployment Type resource.
"category": "A String", # Output only. The category of the Goldengate Deployment Type resource.
"connectionTypes": [ # Output only. The connection types of the Goldengate Deployment Type resource.
"A String",
],
"defaultUsername": "A String", # Output only. The default username of the Goldengate Deployment Type resource.
"deploymentType": "A String", # Output only. The deployment type of the Goldengate Deployment Type resource.
"displayName": "A String", # Output only. The display name of the Goldengate Deployment Type resource.
"name": "A String", # Identifier. The name of the Goldengate Deployment Type resource with the format: projects/{project}/locations/{region}/goldengateDeploymentTypes/{goldengate_deployment_type}
"oggVersion": "A String", # Output only. The Ogg version of the Goldengate Deployment Type resource.
"sourceTechnologies": [ # Output only. The source technologies of the Goldengate Deployment Type resource.
"A String",
],
"supportedCapabilities": [ # Output only. The supported capabilities of the Goldengate Deployment Type resource.
"A String",
],
"supportedTechnologiesUrl": "A String", # Output only. The supported technologies URL of the Goldengate Deployment Type resource.
"targetTechnologies": [ # Output only. The target technologies of the Goldengate Deployment Type resource.
"A String",
],
}
list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)
Lists GoldenGateDeploymentTypes in a given project and location.
Args:
parent: string, Required. The parent resource. Format: projects/{project}/locations/{location} (required)
filter: string, Optional. An expression for filtering the results of the request. Either the deployment_type and ogg_version fields must be specified in the format: `deployment_type="DATABASE_ORACLE"` or `ogg_version="version"`. Allowed values for deployment_type are: `DATABASE_ORACLE`, `BIGDATA`, `DATABASE_MICROSOFT_SQLSERVER`, `DATABASE_MYSQL`, `DATABASE_POSTGRESQL`, `DATABASE_DB2ZOS`, `DATABASE_DB2I`, `GGSA`, `DATA_TRANSFORMS`.
orderBy: string, Optional. Hint for how to order the results
pageSize: integer, Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
pageToken: string, Optional. A token identifying a page of results the server should return.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Message for response to listing GoldengateDeploymentTypes
"goldengateDeploymentTypes": [ # The list of GoldengateDeploymentType
{ # Details of the Goldengate Deployment Type resource.
"category": "A String", # Output only. The category of the Goldengate Deployment Type resource.
"connectionTypes": [ # Output only. The connection types of the Goldengate Deployment Type resource.
"A String",
],
"defaultUsername": "A String", # Output only. The default username of the Goldengate Deployment Type resource.
"deploymentType": "A String", # Output only. The deployment type of the Goldengate Deployment Type resource.
"displayName": "A String", # Output only. The display name of the Goldengate Deployment Type resource.
"name": "A String", # Identifier. The name of the Goldengate Deployment Type resource with the format: projects/{project}/locations/{region}/goldengateDeploymentTypes/{goldengate_deployment_type}
"oggVersion": "A String", # Output only. The Ogg version of the Goldengate Deployment Type resource.
"sourceTechnologies": [ # Output only. The source technologies of the Goldengate Deployment Type resource.
"A String",
],
"supportedCapabilities": [ # Output only. The supported capabilities of the Goldengate Deployment Type resource.
"A String",
],
"supportedTechnologiesUrl": "A String", # Output only. The supported technologies URL of the Goldengate Deployment Type resource.
"targetTechnologies": [ # Output only. The target technologies of the Goldengate Deployment Type resource.
"A String",
],
},
],
"nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
"unreachable": [ # Unordered list. The resource names of locations that could not be reached.
"A String",
],
}
list_next()
Retrieves the next page of results.
Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)
Returns:
A request object that you can call 'execute()' on to request the next
page. Returns None if there are no more items in the collection.