Liking cljdoc? Tell your friends :D

happygapi.appengine.apps

App Engine Admin API: apps. Provisions and manages developers' App Engine applications. See: https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps

App Engine Admin API: apps.
Provisions and manages developers' App Engine applications.
See: https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps
raw docstring

authorizedCertificates-create$clj

(authorizedCertificates-create$ auth parameters body)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/authorizedCertificates/create

Required parameters: appsId

Optional parameters: none

Body:

{:certificateRawData {:privateKey string, :publicCertificate string}, :displayName string, :name string, :visibleDomainMappings [string], :id string, :domainMappingsCount integer, :domainNames [string], :managedCertificate {:lastRenewalTime string, :status string}, :expireTime string}

Uploads the specified SSL certificate.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/authorizedCertificates/create

Required parameters: appsId

Optional parameters: none

Body: 

{:certificateRawData {:privateKey string, :publicCertificate string},
 :displayName string,
 :name string,
 :visibleDomainMappings [string],
 :id string,
 :domainMappingsCount integer,
 :domainNames [string],
 :managedCertificate {:lastRenewalTime string, :status string},
 :expireTime string}

Uploads the specified SSL certificate.
raw docstring

authorizedCertificates-delete$clj

(authorizedCertificates-delete$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/authorizedCertificates/delete

Required parameters: appsId, authorizedCertificatesId

Optional parameters: none

Deletes the specified SSL certificate.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/authorizedCertificates/delete

Required parameters: appsId, authorizedCertificatesId

Optional parameters: none

Deletes the specified SSL certificate.
raw docstring

authorizedCertificates-get$clj

(authorizedCertificates-get$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/authorizedCertificates/get

Required parameters: appsId, authorizedCertificatesId

Optional parameters: view

Gets the specified SSL certificate.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/authorizedCertificates/get

Required parameters: appsId, authorizedCertificatesId

Optional parameters: view

Gets the specified SSL certificate.
raw docstring

authorizedCertificates-list$clj

(authorizedCertificates-list$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/authorizedCertificates/list

Required parameters: appsId

Optional parameters: pageSize, pageToken, view

Lists all SSL certificates the user is authorized to administer.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/authorizedCertificates/list

Required parameters: appsId

Optional parameters: pageSize, pageToken, view

Lists all SSL certificates the user is authorized to administer.
raw docstring

authorizedCertificates-patch$clj

(authorizedCertificates-patch$ auth parameters body)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/authorizedCertificates/patch

Required parameters: appsId, authorizedCertificatesId

Optional parameters: updateMask

Body:

{:certificateRawData {:privateKey string, :publicCertificate string}, :displayName string, :name string, :visibleDomainMappings [string], :id string, :domainMappingsCount integer, :domainNames [string], :managedCertificate {:lastRenewalTime string, :status string}, :expireTime string}

Updates the specified SSL certificate. To renew a certificate and maintain its existing domain mappings, update certificate_data with a new certificate. The new certificate must be applicable to the same domains as the original certificate. The certificate display_name may also be updated.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/authorizedCertificates/patch

Required parameters: appsId, authorizedCertificatesId

Optional parameters: updateMask

Body: 

{:certificateRawData {:privateKey string, :publicCertificate string},
 :displayName string,
 :name string,
 :visibleDomainMappings [string],
 :id string,
 :domainMappingsCount integer,
 :domainNames [string],
 :managedCertificate {:lastRenewalTime string, :status string},
 :expireTime string}

Updates the specified SSL certificate. To renew a certificate and maintain its existing domain mappings, update certificate_data with a new certificate. The new certificate must be applicable to the same domains as the original certificate. The certificate display_name may also be updated.
raw docstring

authorizedDomains-list$clj

(authorizedDomains-list$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/authorizedDomains/list

Required parameters: appsId

Optional parameters: pageToken, pageSize

Lists all domains the user is authorized to administer.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/authorizedDomains/list

Required parameters: appsId

Optional parameters: pageToken, pageSize

Lists all domains the user is authorized to administer.
raw docstring

create$clj

(create$ auth parameters body)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/create

Required parameters: none

Optional parameters: none

Body:

{:gcrDomain string, :defaultBucket string, :codeBucket string, :locationId string, :servingStatus string, :name string, :authDomain string, :dispatchRules [{:domain string, :service string, :path string}], :defaultHostname string, :iap {:oauth2ClientId string, :enabled boolean, :oauth2ClientSecretSha256 string, :oauth2ClientSecret string}, :id string, :featureSettings {:useContainerOptimizedOs boolean, :splitHealthChecks boolean}, :databaseType string, :defaultCookieExpiration string}

Creates an App Engine application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud Platform project. location - The region (https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.For more information about App Engine applications, see Managing Projects, Applications, and Billing (https://cloud.google.com/appengine/docs/standard/python/console/).

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/create

Required parameters: none

Optional parameters: none

Body: 

{:gcrDomain string,
 :defaultBucket string,
 :codeBucket string,
 :locationId string,
 :servingStatus string,
 :name string,
 :authDomain string,
 :dispatchRules [{:domain string, :service string, :path string}],
 :defaultHostname string,
 :iap {:oauth2ClientId string,
       :enabled boolean,
       :oauth2ClientSecretSha256 string,
       :oauth2ClientSecret string},
 :id string,
 :featureSettings {:useContainerOptimizedOs boolean,
                   :splitHealthChecks boolean},
 :databaseType string,
 :defaultCookieExpiration string}

Creates an App Engine application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud Platform project. location - The region (https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.For more information about App Engine applications, see Managing Projects, Applications, and Billing (https://cloud.google.com/appengine/docs/standard/python/console/).
raw docstring

domainMappings-create$clj

(domainMappings-create$ auth parameters body)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/domainMappings/create

Required parameters: appsId

Optional parameters: overrideStrategy

Body:

{:resourceRecords [{:name string, :rrdata string, :type string}], :sslSettings {:pendingManagedCertificateId string, :sslManagementType string, :certificateId string}, :name string, :id string}

Maps a domain to an application. A user must be authorized to administer a domain in order to map it to an application. For a list of available authorized domains, see AuthorizedDomains.ListAuthorizedDomains.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/domainMappings/create

Required parameters: appsId

Optional parameters: overrideStrategy

Body: 

{:resourceRecords [{:name string, :rrdata string, :type string}],
 :sslSettings {:pendingManagedCertificateId string,
               :sslManagementType string,
               :certificateId string},
 :name string,
 :id string}

Maps a domain to an application. A user must be authorized to administer a domain in order to map it to an application. For a list of available authorized domains, see AuthorizedDomains.ListAuthorizedDomains.
raw docstring

domainMappings-delete$clj

(domainMappings-delete$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/domainMappings/delete

Required parameters: domainMappingsId, appsId

Optional parameters: none

Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/domainMappings/delete

Required parameters: domainMappingsId, appsId

Optional parameters: none

Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource.
raw docstring

domainMappings-get$clj

(domainMappings-get$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/domainMappings/get

Required parameters: domainMappingsId, appsId

Optional parameters: none

Gets the specified domain mapping.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/domainMappings/get

Required parameters: domainMappingsId, appsId

Optional parameters: none

Gets the specified domain mapping.
raw docstring

domainMappings-list$clj

(domainMappings-list$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/domainMappings/list

Required parameters: appsId

Optional parameters: pageSize, pageToken

Lists the domain mappings on an application.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/domainMappings/list

Required parameters: appsId

Optional parameters: pageSize, pageToken

Lists the domain mappings on an application.
raw docstring

domainMappings-patch$clj

(domainMappings-patch$ auth parameters body)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/domainMappings/patch

Required parameters: domainMappingsId, appsId

Optional parameters: updateMask

Body:

{:resourceRecords [{:name string, :rrdata string, :type string}], :sslSettings {:pendingManagedCertificateId string, :sslManagementType string, :certificateId string}, :name string, :id string}

Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to administer the associated domain in order to update a DomainMapping resource.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/domainMappings/patch

Required parameters: domainMappingsId, appsId

Optional parameters: updateMask

Body: 

{:resourceRecords [{:name string, :rrdata string, :type string}],
 :sslSettings {:pendingManagedCertificateId string,
               :sslManagementType string,
               :certificateId string},
 :name string,
 :id string}

Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to administer the associated domain in order to update a DomainMapping resource.
raw docstring

firewall-ingressRules-batchUpdate$clj

(firewall-ingressRules-batchUpdate$ auth parameters body)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/firewall/ingressRules/batchUpdate

Required parameters: appsId

Optional parameters: none

Body:

{:ingressRules [{:action string, :sourceRange string, :priority integer, :description string}]}

Replaces the entire firewall ruleset in one bulk operation. This overrides and replaces the rules of an existing firewall with the new rules.If the final rule does not match traffic with the '*' wildcard IP range, then an "allow all" rule is explicitly added to the end of the list.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/firewall/ingressRules/batchUpdate

Required parameters: appsId

Optional parameters: none

Body: 

{:ingressRules [{:action string,
                 :sourceRange string,
                 :priority integer,
                 :description string}]}

Replaces the entire firewall ruleset in one bulk operation. This overrides and replaces the rules of an existing firewall with the new rules.If the final rule does not match traffic with the '*' wildcard IP range, then an "allow all" rule is explicitly added to the end of the list.
raw docstring

firewall-ingressRules-create$clj

(firewall-ingressRules-create$ auth parameters body)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/firewall/ingressRules/create

Required parameters: appsId

Optional parameters: none

Body:

{:action string, :sourceRange string, :priority integer, :description string}

Creates a firewall rule for the application.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/firewall/ingressRules/create

Required parameters: appsId

Optional parameters: none

Body: 

{:action string,
 :sourceRange string,
 :priority integer,
 :description string}

Creates a firewall rule for the application.
raw docstring

firewall-ingressRules-delete$clj

(firewall-ingressRules-delete$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/firewall/ingressRules/delete

Required parameters: appsId, ingressRulesId

Optional parameters: none

Deletes the specified firewall rule.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/firewall/ingressRules/delete

Required parameters: appsId, ingressRulesId

Optional parameters: none

Deletes the specified firewall rule.
raw docstring

firewall-ingressRules-get$clj

(firewall-ingressRules-get$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/firewall/ingressRules/get

Required parameters: ingressRulesId, appsId

Optional parameters: none

Gets the specified firewall rule.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/firewall/ingressRules/get

Required parameters: ingressRulesId, appsId

Optional parameters: none

Gets the specified firewall rule.
raw docstring

firewall-ingressRules-list$clj

(firewall-ingressRules-list$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/firewall/ingressRules/list

Required parameters: appsId

Optional parameters: pageToken, matchingAddress, pageSize

Lists the firewall rules of an application.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/firewall/ingressRules/list

Required parameters: appsId

Optional parameters: pageToken, matchingAddress, pageSize

Lists the firewall rules of an application.
raw docstring

firewall-ingressRules-patch$clj

(firewall-ingressRules-patch$ auth parameters body)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/firewall/ingressRules/patch

Required parameters: ingressRulesId, appsId

Optional parameters: updateMask

Body:

{:action string, :sourceRange string, :priority integer, :description string}

Updates the specified firewall rule.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/firewall/ingressRules/patch

Required parameters: ingressRulesId, appsId

Optional parameters: updateMask

Body: 

{:action string,
 :sourceRange string,
 :priority integer,
 :description string}

Updates the specified firewall rule.
raw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/get

Required parameters: appsId

Optional parameters: none

Gets information about an application.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/get

Required parameters: appsId

Optional parameters: none

Gets information about an application.
raw docstring

locations-get$clj

(locations-get$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/locations/get

Required parameters: locationsId, appsId

Optional parameters: none

Gets information about a location.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/locations/get

Required parameters: locationsId, appsId

Optional parameters: none

Gets information about a location.
raw docstring

locations-list$clj

(locations-list$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/locations/list

Required parameters: appsId

Optional parameters: pageToken, pageSize, filter

Lists information about the supported locations for this service.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/locations/list

Required parameters: appsId

Optional parameters: pageToken, pageSize, filter

Lists information about the supported locations for this service.
raw docstring

operations-get$clj

(operations-get$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/operations/get

Required parameters: appsId, operationsId

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/appengine/docs/admin-api/api/reference/rest/v1/apps/operations/get

Required parameters: appsId, operationsId

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

operations-list$clj

(operations-list$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/operations/list

Required parameters: appsId

Optional parameters: filter, pageSize, pageToken

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/appengine/docs/admin-api/api/reference/rest/v1/apps/operations/list

Required parameters: appsId

Optional parameters: filter, pageSize, pageToken

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

patch$clj

(patch$ auth parameters body)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/patch

Required parameters: appsId

Optional parameters: updateMask

Body:

{:gcrDomain string, :defaultBucket string, :codeBucket string, :locationId string, :servingStatus string, :name string, :authDomain string, :dispatchRules [{:domain string, :service string, :path string}], :defaultHostname string, :iap {:oauth2ClientId string, :enabled boolean, :oauth2ClientSecretSha256 string, :oauth2ClientSecret string}, :id string, :featureSettings {:useContainerOptimizedOs boolean, :splitHealthChecks boolean}, :databaseType string, :defaultCookieExpiration string}

Updates the specified Application resource. You can update the following fields: auth_domain - Google authentication domain for controlling user access to the application. default_cookie_expiration - Cookie expiration policy for the application. iap - Identity-Aware Proxy properties for the application.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/patch

Required parameters: appsId

Optional parameters: updateMask

Body: 

{:gcrDomain string,
 :defaultBucket string,
 :codeBucket string,
 :locationId string,
 :servingStatus string,
 :name string,
 :authDomain string,
 :dispatchRules [{:domain string, :service string, :path string}],
 :defaultHostname string,
 :iap {:oauth2ClientId string,
       :enabled boolean,
       :oauth2ClientSecretSha256 string,
       :oauth2ClientSecret string},
 :id string,
 :featureSettings {:useContainerOptimizedOs boolean,
                   :splitHealthChecks boolean},
 :databaseType string,
 :defaultCookieExpiration string}

Updates the specified Application resource. You can update the following fields: auth_domain - Google authentication domain for controlling user access to the application. default_cookie_expiration - Cookie expiration policy for the application. iap - Identity-Aware Proxy properties for the application.
raw docstring

repair$clj

(repair$ auth parameters body)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/repair

Required parameters: appsId

Optional parameters: none

Body:

{}

Recreates the required App Engine features for the specified App Engine application, for example a Cloud Storage bucket or App Engine service account. Use this method if you receive an error message about a missing feature, for example, Error retrieving the App Engine service account. If you have deleted your App Engine service account, this will not be able to recreate it. Instead, you should attempt to use the IAM undelete API if possible at https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts/undelete?apix_params=%7B"name"%3A"projects%2F-%2FserviceAccounts%2Funique_id"%2C"resource"%3A%7B%7D%7D . If the deletion was recent, the numeric ID can be found in the Cloud Console Activity Log.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/repair

Required parameters: appsId

Optional parameters: none

Body: 

{}

Recreates the required App Engine features for the specified App Engine application, for example a Cloud Storage bucket or App Engine service account. Use this method if you receive an error message about a missing feature, for example, Error retrieving the App Engine service account. If you have deleted your App Engine service account, this will not be able to recreate it. Instead, you should attempt to use the IAM undelete API if possible at https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts/undelete?apix_params=%7B"name"%3A"projects%2F-%2FserviceAccounts%2Funique_id"%2C"resource"%3A%7B%7D%7D . If the deletion was recent, the numeric ID can be found in the Cloud Console Activity Log.
raw docstring

services-delete$clj

(services-delete$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/delete

Required parameters: appsId, servicesId

Optional parameters: none

Deletes the specified service and all enclosed versions.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/delete

Required parameters: appsId, servicesId

Optional parameters: none

Deletes the specified service and all enclosed versions.
raw docstring

services-get$clj

(services-get$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/get

Required parameters: appsId, servicesId

Optional parameters: none

Gets the current configuration of the specified service.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/get

Required parameters: appsId, servicesId

Optional parameters: none

Gets the current configuration of the specified service.
raw docstring

services-list$clj

(services-list$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/list

Required parameters: appsId

Optional parameters: pageSize, pageToken

Lists all the services in the application.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/list

Required parameters: appsId

Optional parameters: pageSize, pageToken

Lists all the services in the application.
raw docstring

services-patch$clj

(services-patch$ auth parameters body)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/patch

Required parameters: servicesId, appsId

Optional parameters: migrateTraffic, updateMask

Body:

{:networkSettings {:ingressTrafficAllowed string}, :split {:allocations {}, :shardBy string}, :name string, :id string}

Updates the configuration of the specified service.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/patch

Required parameters: servicesId, appsId

Optional parameters: migrateTraffic, updateMask

Body: 

{:networkSettings {:ingressTrafficAllowed string},
 :split {:allocations {}, :shardBy string},
 :name string,
 :id string}

Updates the configuration of the specified service.
raw docstring

services-versions-create$clj

(services-versions-create$ auth parameters body)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/versions/create

Required parameters: servicesId, appsId

Optional parameters: none

Body:

{:serviceAccount string, :runtimeChannel string, :automaticScaling {:maxConcurrentRequests integer, :maxPendingLatency string, :requestUtilization RequestUtilization, :maxTotalInstances integer, :standardSchedulerSettings StandardSchedulerSettings, :diskUtilization DiskUtilization, :cpuUtilization CpuUtilization, :coolDownPeriod string, :minPendingLatency string, :minTotalInstances integer, :minIdleInstances integer, :maxIdleInstances integer, :networkUtilization NetworkUtilization}, :createdBy string, :libraries [{:name string, :version string}], :nobuildFilesRegex string, :servingStatus string, :endpointsApiService {:name string, :disableTraceSampling boolean, :configId string, :rolloutStrategy string}, :name string, :versionUrl string, :createTime string, :vm boolean, :betaSettings {}, :handlers [{:staticFiles StaticFilesHandler, :apiEndpoint ApiEndpointHandler, :script ScriptHandler, :redirectHttpResponseCode string, :securityLevel string, :urlRegex string, :login string, :authFailAction string}], :env string, :buildEnvVariables {}, :threadsafe boolean, :runtimeMainExecutablePath string, :livenessCheck {:host string, :timeout string, :checkInterval string, :successThreshold integer, :path string, :failureThreshold integer, :initialDelay string}, :envVariables {}, :vpcAccessConnector {:name string, :egressSetting string}, :id string, :runtime string, :manualScaling {:instances integer}, :zones [string], :entrypoint {:shell string}, :deployment {:container ContainerInfo, :cloudBuildOptions CloudBuildOptions, :files {}, :zip ZipInfo}, :errorHandlers [{:mimeType string, :errorCode string, :staticFile string}], :network {:name string, :instanceTag string, :forwardedPorts [string], :sessionAffinity boolean, :subnetworkName string}, :instanceClass string, :inboundServices [string], :resources {:diskGb number, :memoryGb number, :kmsKeyReference string, :cpu number, :volumes [Volume]}, :defaultExpiration string, :diskUsageBytes string, :apiConfig {:script string, :securityLevel string, :login string, :authFailAction string, :url string}, :healthCheck {:checkInterval string, :timeout string, :host string, :disableHealthCheck boolean, :healthyThreshold integer, :unhealthyThreshold integer, :restartThreshold integer}, :basicScaling {:idleTimeout string, :maxInstances integer}, :readinessCheck {:host string, :timeout string, :successThreshold integer, :failureThreshold integer, :appStartTimeout string, :checkInterval string, :path string}, :runtimeApiVersion string}

Deploys code and resource files to a new version.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/versions/create

Required parameters: servicesId, appsId

Optional parameters: none

Body: 

{:serviceAccount string,
 :runtimeChannel string,
 :automaticScaling {:maxConcurrentRequests integer,
                    :maxPendingLatency string,
                    :requestUtilization RequestUtilization,
                    :maxTotalInstances integer,
                    :standardSchedulerSettings StandardSchedulerSettings,
                    :diskUtilization DiskUtilization,
                    :cpuUtilization CpuUtilization,
                    :coolDownPeriod string,
                    :minPendingLatency string,
                    :minTotalInstances integer,
                    :minIdleInstances integer,
                    :maxIdleInstances integer,
                    :networkUtilization NetworkUtilization},
 :createdBy string,
 :libraries [{:name string, :version string}],
 :nobuildFilesRegex string,
 :servingStatus string,
 :endpointsApiService {:name string,
                       :disableTraceSampling boolean,
                       :configId string,
                       :rolloutStrategy string},
 :name string,
 :versionUrl string,
 :createTime string,
 :vm boolean,
 :betaSettings {},
 :handlers [{:staticFiles StaticFilesHandler,
             :apiEndpoint ApiEndpointHandler,
             :script ScriptHandler,
             :redirectHttpResponseCode string,
             :securityLevel string,
             :urlRegex string,
             :login string,
             :authFailAction string}],
 :env string,
 :buildEnvVariables {},
 :threadsafe boolean,
 :runtimeMainExecutablePath string,
 :livenessCheck {:host string,
                 :timeout string,
                 :checkInterval string,
                 :successThreshold integer,
                 :path string,
                 :failureThreshold integer,
                 :initialDelay string},
 :envVariables {},
 :vpcAccessConnector {:name string, :egressSetting string},
 :id string,
 :runtime string,
 :manualScaling {:instances integer},
 :zones [string],
 :entrypoint {:shell string},
 :deployment {:container ContainerInfo,
              :cloudBuildOptions CloudBuildOptions,
              :files {},
              :zip ZipInfo},
 :errorHandlers [{:mimeType string,
                  :errorCode string,
                  :staticFile string}],
 :network {:name string,
           :instanceTag string,
           :forwardedPorts [string],
           :sessionAffinity boolean,
           :subnetworkName string},
 :instanceClass string,
 :inboundServices [string],
 :resources {:diskGb number,
             :memoryGb number,
             :kmsKeyReference string,
             :cpu number,
             :volumes [Volume]},
 :defaultExpiration string,
 :diskUsageBytes string,
 :apiConfig {:script string,
             :securityLevel string,
             :login string,
             :authFailAction string,
             :url string},
 :healthCheck {:checkInterval string,
               :timeout string,
               :host string,
               :disableHealthCheck boolean,
               :healthyThreshold integer,
               :unhealthyThreshold integer,
               :restartThreshold integer},
 :basicScaling {:idleTimeout string, :maxInstances integer},
 :readinessCheck {:host string,
                  :timeout string,
                  :successThreshold integer,
                  :failureThreshold integer,
                  :appStartTimeout string,
                  :checkInterval string,
                  :path string},
 :runtimeApiVersion string}

Deploys code and resource files to a new version.
raw docstring

services-versions-delete$clj

(services-versions-delete$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/versions/delete

Required parameters: appsId, servicesId, versionsId

Optional parameters: none

Deletes an existing Version resource.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/versions/delete

Required parameters: appsId, servicesId, versionsId

Optional parameters: none

Deletes an existing Version resource.
raw docstring

services-versions-get$clj

(services-versions-get$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/versions/get

Required parameters: versionsId, servicesId, appsId

Optional parameters: view

Gets the specified Version resource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW parameter to get the full resource.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/versions/get

Required parameters: versionsId, servicesId, appsId

Optional parameters: view

Gets the specified Version resource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW parameter to get the full resource.
raw docstring

services-versions-instances-debug$clj

(services-versions-instances-debug$ auth parameters body)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/versions/instances/debug

Required parameters: appsId, versionsId, servicesId, instancesId

Optional parameters: none

Body:

{:sshKey string}

Enables debugging on a VM instance. This allows you to use the SSH command to connect to the virtual machine where the instance lives. While in "debug mode", the instance continues to serve live traffic. You should delete the instance when you are done debugging and then allow the system to take over and determine if another instance should be started.Only applicable for instances in App Engine flexible environment.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/versions/instances/debug

Required parameters: appsId, versionsId, servicesId, instancesId

Optional parameters: none

Body: 

{:sshKey string}

Enables debugging on a VM instance. This allows you to use the SSH command to connect to the virtual machine where the instance lives. While in "debug mode", the instance continues to serve live traffic. You should delete the instance when you are done debugging and then allow the system to take over and determine if another instance should be started.Only applicable for instances in App Engine flexible environment.
raw docstring

services-versions-instances-delete$clj

(services-versions-instances-delete$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/versions/instances/delete

Required parameters: servicesId, versionsId, appsId, instancesId

Optional parameters: none

Stops a running instance.The instance might be automatically recreated based on the scaling settings of the version. For more information, see "How Instances are Managed" (standard environment (https://cloud.google.com/appengine/docs/standard/python/how-instances-are-managed) | flexible environment (https://cloud.google.com/appengine/docs/flexible/python/how-instances-are-managed)).To ensure that instances are not re-created and avoid getting billed, you can stop all instances within the target version by changing the serving status of the version to STOPPED with the apps.services.versions.patch (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions/patch) method.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/versions/instances/delete

Required parameters: servicesId, versionsId, appsId, instancesId

Optional parameters: none

Stops a running instance.The instance might be automatically recreated based on the scaling settings of the version. For more information, see "How Instances are Managed" (standard environment (https://cloud.google.com/appengine/docs/standard/python/how-instances-are-managed) | flexible environment (https://cloud.google.com/appengine/docs/flexible/python/how-instances-are-managed)).To ensure that instances are not re-created and avoid getting billed, you can stop all instances within the target version by changing the serving status of the version to STOPPED with the apps.services.versions.patch (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions/patch) method.
raw docstring

services-versions-instances-get$clj

(services-versions-instances-get$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/versions/instances/get

Required parameters: appsId, instancesId, versionsId, servicesId

Optional parameters: none

Gets instance information.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/versions/instances/get

Required parameters: appsId, instancesId, versionsId, servicesId

Optional parameters: none

Gets instance information.
raw docstring

services-versions-instances-list$clj

(services-versions-instances-list$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/versions/instances/list

Required parameters: servicesId, appsId, versionsId

Optional parameters: pageToken, pageSize

Lists the instances of a version.Tip: To aggregate details about instances over time, see the Stackdriver Monitoring API (https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/versions/instances/list

Required parameters: servicesId, appsId, versionsId

Optional parameters: pageToken, pageSize

Lists the instances of a version.Tip: To aggregate details about instances over time, see the Stackdriver Monitoring API (https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
raw docstring

services-versions-list$clj

(services-versions-list$ auth parameters)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/versions/list

Required parameters: appsId, servicesId

Optional parameters: pageToken, view, pageSize

Lists the versions of a service.

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/versions/list

Required parameters: appsId, servicesId

Optional parameters: pageToken, view, pageSize

Lists the versions of a service.
raw docstring

services-versions-patch$clj

(services-versions-patch$ auth parameters body)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/versions/patch

Required parameters: versionsId, appsId, servicesId

Optional parameters: updateMask

Body:

{:serviceAccount string, :runtimeChannel string, :automaticScaling {:maxConcurrentRequests integer, :maxPendingLatency string, :requestUtilization RequestUtilization, :maxTotalInstances integer, :standardSchedulerSettings StandardSchedulerSettings, :diskUtilization DiskUtilization, :cpuUtilization CpuUtilization, :coolDownPeriod string, :minPendingLatency string, :minTotalInstances integer, :minIdleInstances integer, :maxIdleInstances integer, :networkUtilization NetworkUtilization}, :createdBy string, :libraries [{:name string, :version string}], :nobuildFilesRegex string, :servingStatus string, :endpointsApiService {:name string, :disableTraceSampling boolean, :configId string, :rolloutStrategy string}, :name string, :versionUrl string, :createTime string, :vm boolean, :betaSettings {}, :handlers [{:staticFiles StaticFilesHandler, :apiEndpoint ApiEndpointHandler, :script ScriptHandler, :redirectHttpResponseCode string, :securityLevel string, :urlRegex string, :login string, :authFailAction string}], :env string, :buildEnvVariables {}, :threadsafe boolean, :runtimeMainExecutablePath string, :livenessCheck {:host string, :timeout string, :checkInterval string, :successThreshold integer, :path string, :failureThreshold integer, :initialDelay string}, :envVariables {}, :vpcAccessConnector {:name string, :egressSetting string}, :id string, :runtime string, :manualScaling {:instances integer}, :zones [string], :entrypoint {:shell string}, :deployment {:container ContainerInfo, :cloudBuildOptions CloudBuildOptions, :files {}, :zip ZipInfo}, :errorHandlers [{:mimeType string, :errorCode string, :staticFile string}], :network {:name string, :instanceTag string, :forwardedPorts [string], :sessionAffinity boolean, :subnetworkName string}, :instanceClass string, :inboundServices [string], :resources {:diskGb number, :memoryGb number, :kmsKeyReference string, :cpu number, :volumes [Volume]}, :defaultExpiration string, :diskUsageBytes string, :apiConfig {:script string, :securityLevel string, :login string, :authFailAction string, :url string}, :healthCheck {:checkInterval string, :timeout string, :host string, :disableHealthCheck boolean, :healthyThreshold integer, :unhealthyThreshold integer, :restartThreshold integer}, :basicScaling {:idleTimeout string, :maxInstances integer}, :readinessCheck {:host string, :timeout string, :successThreshold integer, :failureThreshold integer, :appStartTimeout string, :checkInterval string, :path string}, :runtimeApiVersion string}

Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:Standard environment instance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class)automatic scaling in the standard environment: automatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automaticScaling.standard_scheduler_settings.max_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.min_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_cpu_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_throughput_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)basic scaling or manual scaling in the standard environment: serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status) manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)Flexible environment serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)automatic scaling in the flexible environment: automatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)manual scaling in the flexible environment: manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)

https://cloud.google.com/appengine/docs/admin-api/api/reference/rest/v1/apps/services/versions/patch

Required parameters: versionsId, appsId, servicesId

Optional parameters: updateMask

Body: 

{:serviceAccount string,
 :runtimeChannel string,
 :automaticScaling {:maxConcurrentRequests integer,
                    :maxPendingLatency string,
                    :requestUtilization RequestUtilization,
                    :maxTotalInstances integer,
                    :standardSchedulerSettings StandardSchedulerSettings,
                    :diskUtilization DiskUtilization,
                    :cpuUtilization CpuUtilization,
                    :coolDownPeriod string,
                    :minPendingLatency string,
                    :minTotalInstances integer,
                    :minIdleInstances integer,
                    :maxIdleInstances integer,
                    :networkUtilization NetworkUtilization},
 :createdBy string,
 :libraries [{:name string, :version string}],
 :nobuildFilesRegex string,
 :servingStatus string,
 :endpointsApiService {:name string,
                       :disableTraceSampling boolean,
                       :configId string,
                       :rolloutStrategy string},
 :name string,
 :versionUrl string,
 :createTime string,
 :vm boolean,
 :betaSettings {},
 :handlers [{:staticFiles StaticFilesHandler,
             :apiEndpoint ApiEndpointHandler,
             :script ScriptHandler,
             :redirectHttpResponseCode string,
             :securityLevel string,
             :urlRegex string,
             :login string,
             :authFailAction string}],
 :env string,
 :buildEnvVariables {},
 :threadsafe boolean,
 :runtimeMainExecutablePath string,
 :livenessCheck {:host string,
                 :timeout string,
                 :checkInterval string,
                 :successThreshold integer,
                 :path string,
                 :failureThreshold integer,
                 :initialDelay string},
 :envVariables {},
 :vpcAccessConnector {:name string, :egressSetting string},
 :id string,
 :runtime string,
 :manualScaling {:instances integer},
 :zones [string],
 :entrypoint {:shell string},
 :deployment {:container ContainerInfo,
              :cloudBuildOptions CloudBuildOptions,
              :files {},
              :zip ZipInfo},
 :errorHandlers [{:mimeType string,
                  :errorCode string,
                  :staticFile string}],
 :network {:name string,
           :instanceTag string,
           :forwardedPorts [string],
           :sessionAffinity boolean,
           :subnetworkName string},
 :instanceClass string,
 :inboundServices [string],
 :resources {:diskGb number,
             :memoryGb number,
             :kmsKeyReference string,
             :cpu number,
             :volumes [Volume]},
 :defaultExpiration string,
 :diskUsageBytes string,
 :apiConfig {:script string,
             :securityLevel string,
             :login string,
             :authFailAction string,
             :url string},
 :healthCheck {:checkInterval string,
               :timeout string,
               :host string,
               :disableHealthCheck boolean,
               :healthyThreshold integer,
               :unhealthyThreshold integer,
               :restartThreshold integer},
 :basicScaling {:idleTimeout string, :maxInstances integer},
 :readinessCheck {:host string,
                  :timeout string,
                  :successThreshold integer,
                  :failureThreshold integer,
                  :appStartTimeout string,
                  :checkInterval string,
                  :path string},
 :runtimeApiVersion string}

Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:Standard environment instance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class)automatic scaling in the standard environment: automatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automaticScaling.standard_scheduler_settings.max_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.min_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_cpu_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_throughput_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)basic scaling or manual scaling in the standard environment: serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status) manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)Flexible environment serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)automatic scaling in the flexible environment: automatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)manual scaling in the flexible environment: manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)
raw docstring

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

× close