Returns the versions Resource.
Close httplib2 connections.
Gets details of a single Connector.
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists Connectors in a given project and location.
list_next(previous_request, previous_response)
Retrieves the next page of results.
close()
Close httplib2 connections.
get(name, x__xgafv=None)
Gets details of a single Connector. Args: name: string, Required. Resource name of the form: `projects/*/locations/*/providers/*/connectors/*` (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Connectors indicates a specific connector type, e.x. Salesforce, SAP etc. "createTime": "A String", # Output only. Created time. "description": "A String", # Output only. Description of the resource. "displayName": "A String", # Output only. Display name. "documentationUri": "A String", # Output only. Link to documentation page. "externalUri": "A String", # Output only. Link to external page. "labels": { # Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources "a_key": "A String", }, "name": "A String", # Output only. Resource name of the Connector. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector} "updateTime": "A String", # Output only. Updated time. "webAssetsLocation": "A String", # Output only. Cloud storage location of icons etc consumed by UI. }
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists Connectors in a given project and location. Args: parent: string, Required. Parent resource of the connectors, of the form: `projects/*/locations/*/providers/*` (required) pageSize: integer, Page size. pageToken: string, Page token. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Response message for Connectors.ListConnectors. "connectors": [ # A list of connectors. { # Connectors indicates a specific connector type, e.x. Salesforce, SAP etc. "createTime": "A String", # Output only. Created time. "description": "A String", # Output only. Description of the resource. "displayName": "A String", # Output only. Display name. "documentationUri": "A String", # Output only. Link to documentation page. "externalUri": "A String", # Output only. Link to external page. "labels": { # Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources "a_key": "A String", }, "name": "A String", # Output only. Resource name of the Connector. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector} "updateTime": "A String", # Output only. Updated time. "webAssetsLocation": "A String", # Output only. Cloud storage location of icons etc consumed by UI. }, ], "nextPageToken": "A String", # Next page token. "unreachable": [ # Locations that could not be reached. "A String", ], }
list_next(previous_request, previous_response)
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.