Application Integration API . projects . locations . cloudFunctions

Instance Methods

close()

Close httplib2 connections.

create(parent, body=None, x__xgafv=None)

Creates a cloud function project.

Method Details

close()
Close httplib2 connections.
create(parent, body=None, x__xgafv=None)
Creates a cloud function project.

Args:
  parent: string, Required. The project that the executed integration belongs to. (required)
  body: object, The request body.
    The object takes the form of:

{ # Request for Creating Cloud Function rpc call.
  "functionName": "A String", # The function name of CF to be created
  "functionRegion": "A String", # The function region of CF to be created
  "projectId": "A String", # Indicates the id of the GCP project that the function will be created in.
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Response for Creating Cloud Function rpc call.
  "triggerUrl": "A String", # The trigger url that will be returned
}