Liking cljdoc? Tell your friends :D

happygapi.composer.projects

Cloud Composer API: projects. Manages Apache Airflow environments on Google Cloud Platform. See: https://cloud.google.com/composer/api/reference/rest/v1/projects

Cloud Composer API: projects.
Manages Apache Airflow environments on Google Cloud Platform.
See: https://cloud.google.com/composer/api/reference/rest/v1/projects
raw docstring

locations-environments-create$clj

(locations-environments-create$ auth args body)

https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/create

Required parameters: parent

Optional parameters: none

Body:

{:createTime string, :labels {}, :updateTime string, :config {:airflowUri string, :softwareConfig SoftwareConfig, :nodeConfig NodeConfig, :nodeCount integer, :dagGcsPrefix string, :gkeCluster string}, :state string, :name string, :uuid string}

Create a new environment.

https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/create

Required parameters: parent

Optional parameters: none

Body: 

{:createTime string,
 :labels {},
 :updateTime string,
 :config {:airflowUri string,
          :softwareConfig SoftwareConfig,
          :nodeConfig NodeConfig,
          :nodeCount integer,
          :dagGcsPrefix string,
          :gkeCluster string},
 :state string,
 :name string,
 :uuid string}

Create a new environment.
sourceraw docstring

locations-environments-delete$clj

(locations-environments-delete$ auth args)

https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/delete

Required parameters: name

Optional parameters: none Delete an environment.

https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/delete

Required parameters: name

Optional parameters: none
Delete an environment.
sourceraw docstring

locations-environments-get$clj

(locations-environments-get$ auth args)

https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/get

Required parameters: name

Optional parameters: none Get an existing environment.

https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/get

Required parameters: name

Optional parameters: none
Get an existing environment.
sourceraw docstring

locations-environments-list$clj

(locations-environments-list$ auth args)

https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/list

Required parameters: parent

Optional parameters: pageToken, pageSize List environments.

https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/list

Required parameters: parent

Optional parameters: pageToken, pageSize
List environments.
sourceraw docstring

locations-environments-patch$clj

(locations-environments-patch$ auth args body)

https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:createTime string, :labels {}, :updateTime string, :config {:airflowUri string, :softwareConfig SoftwareConfig, :nodeConfig NodeConfig, :nodeCount integer, :dagGcsPrefix string, :gkeCluster string}, :state string, :name string, :uuid string}

Update an environment.

https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:createTime string,
 :labels {},
 :updateTime string,
 :config {:airflowUri string,
          :softwareConfig SoftwareConfig,
          :nodeConfig NodeConfig,
          :nodeCount integer,
          :dagGcsPrefix string,
          :gkeCluster string},
 :state string,
 :name string,
 :uuid string}

Update an environment.
sourceraw docstring

locations-imageVersions-list$clj

(locations-imageVersions-list$ auth args)

https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/imageVersions/list

Required parameters: parent

Optional parameters: pageToken, pageSize List ImageVersions for provided location.

https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/imageVersions/list

Required parameters: parent

Optional parameters: pageToken, pageSize
List ImageVersions for provided location.
sourceraw docstring

locations-operations-delete$clj

(locations-operations-delete$ auth args)

https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/operations/delete

Required parameters: name

Optional parameters: none Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.

https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/operations/delete

Required parameters: name

Optional parameters: none
Deletes a long-running operation. This method indicates that the client is
no longer interested in the operation result. It does not cancel the
operation. If the server doesn't support this method, it returns
`google.rpc.Code.UNIMPLEMENTED`.
sourceraw docstring

locations-operations-get$clj

(locations-operations-get$ auth args)

https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/operations/get

Required parameters: name

Optional parameters: none Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/operations/get

Required parameters: name

Optional parameters: none
Gets the latest state of a long-running operation.  Clients can use this
method to poll the operation result at intervals as recommended by the API
service.
sourceraw docstring

locations-operations-list$clj

(locations-operations-list$ auth args)

https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/operations/list

Required parameters: name

Optional parameters: filter, pageToken, pageSize Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

NOTE: the name binding allows API services to override the binding to use different resource name schemes, such as users/*/operations. To override the binding, API services can add a binding such as "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.

https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/operations/list

Required parameters: name

Optional parameters: filter, pageToken, pageSize
Lists operations that match the specified filter in the request. If the
server doesn't support this method, it returns `UNIMPLEMENTED`.

NOTE: the `name` binding allows API services to override the binding
to use different resource name schemes, such as `users/*/operations`. To
override the binding, API services can add a binding such as
`"/v1/{name=users/*}/operations"` to their service configuration.
For backwards compatibility, the default name includes the operations
collection id, however overriding users must ensure the name binding
is the parent resource, without the operations collection id.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close