Close httplib2 connections.
Gets details of a single GoldengateConnectionType.
list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
Lists GoldengateConnectionTypes 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 GoldengateConnectionType.
Args:
name: string, Required. Name of the resource in the format: projects/{project}/locations/{location}/goldengateConnectionTypes/{goldengate_connection_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 Connection Type resource.
"connectionType": "A String", # Output only. The connection type of the Goldengate Connection Type resource.
"name": "A String", # Identifier. The name of the Goldengate Connection Type resource with the format: projects/{project}/locations/{region}/goldengateConnectionTypes/{goldengate_connection_type}
"technologyTypes": [ # Output only. The technology type of the Goldengate Connection Type resource.
"A String",
],
}
list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
Lists GoldengateConnectionTypes in a given project and location.
Args:
parent: string, Required. Parent value for ListGoldengateConnectionTypesRequest Format: projects/{project}/locations/{location} (required)
filter: string, Optional. An expression for filtering the results of the request. The connection_type field must be specified in the format: `connection_type="ORACLE"`.
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 GoldengateConnectionTypes
"goldengateConnectionTypes": [ # The list of GoldengateConnectionType
{ # Details of the Goldengate Connection Type resource.
"connectionType": "A String", # Output only. The connection type of the Goldengate Connection Type resource.
"name": "A String", # Identifier. The name of the Goldengate Connection Type resource with the format: projects/{project}/locations/{region}/goldengateConnectionTypes/{goldengate_connection_type}
"technologyTypes": [ # Output only. The technology type of the Goldengate Connection 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. 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.