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 parameters body)

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

Required parameters: parent

Optional parameters: none

Body:

{:state string, :updateTime string, :name string, :uuid string, :labels {}, :createTime string, :config {:databaseConfig DatabaseConfig, :gkeCluster string, :airflowUri string, :nodeConfig NodeConfig, :softwareConfig SoftwareConfig, :webServerNetworkAccessControl WebServerNetworkAccessControl, :privateEnvironmentConfig PrivateEnvironmentConfig, :webServerConfig WebServerConfig, :nodeCount integer, :encryptionConfig EncryptionConfig, :dagGcsPrefix 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: 

{:state string,
 :updateTime string,
 :name string,
 :uuid string,
 :labels {},
 :createTime string,
 :config {:databaseConfig DatabaseConfig,
          :gkeCluster string,
          :airflowUri string,
          :nodeConfig NodeConfig,
          :softwareConfig SoftwareConfig,
          :webServerNetworkAccessControl WebServerNetworkAccessControl,
          :privateEnvironmentConfig PrivateEnvironmentConfig,
          :webServerConfig WebServerConfig,
          :nodeCount integer,
          :encryptionConfig EncryptionConfig,
          :dagGcsPrefix string}}

Create a new environment.
raw docstring

locations-environments-delete$clj

(locations-environments-delete$ auth parameters)

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.
raw docstring

locations-environments-get$clj

(locations-environments-get$ auth parameters)

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.
raw docstring

locations-environments-list$clj

(locations-environments-list$ auth parameters)

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

Required parameters: parent

Optional parameters: pageSize, pageToken

List environments.

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

Required parameters: parent

Optional parameters: pageSize, pageToken

List environments.
raw docstring

locations-environments-patch$clj

(locations-environments-patch$ auth parameters body)

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

Required parameters: name

Optional parameters: updateMask

Body:

{:state string, :updateTime string, :name string, :uuid string, :labels {}, :createTime string, :config {:databaseConfig DatabaseConfig, :gkeCluster string, :airflowUri string, :nodeConfig NodeConfig, :softwareConfig SoftwareConfig, :webServerNetworkAccessControl WebServerNetworkAccessControl, :privateEnvironmentConfig PrivateEnvironmentConfig, :webServerConfig WebServerConfig, :nodeCount integer, :encryptionConfig EncryptionConfig, :dagGcsPrefix string}}

Update an environment.

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

Required parameters: name

Optional parameters: updateMask

Body: 

{:state string,
 :updateTime string,
 :name string,
 :uuid string,
 :labels {},
 :createTime string,
 :config {:databaseConfig DatabaseConfig,
          :gkeCluster string,
          :airflowUri string,
          :nodeConfig NodeConfig,
          :softwareConfig SoftwareConfig,
          :webServerNetworkAccessControl WebServerNetworkAccessControl,
          :privateEnvironmentConfig PrivateEnvironmentConfig,
          :webServerConfig WebServerConfig,
          :nodeCount integer,
          :encryptionConfig EncryptionConfig,
          :dagGcsPrefix string}}

Update an environment.
raw docstring

locations-imageVersions-list$clj

(locations-imageVersions-list$ auth parameters)

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

Required parameters: parent

Optional parameters: includePastReleases, pageSize, pageToken

List ImageVersions for provided location.

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

Required parameters: parent

Optional parameters: includePastReleases, pageSize, pageToken

List ImageVersions for provided location.
raw docstring

locations-operations-delete$clj

(locations-operations-delete$ auth parameters)

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`.
raw docstring

locations-operations-get$clj

(locations-operations-get$ auth parameters)

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.
raw docstring

locations-operations-list$clj

(locations-operations-list$ auth parameters)

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

Required parameters: name

Optional parameters: pageToken, pageSize, filter

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: pageToken, pageSize, filter

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.
raw docstring

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

× close