Liking cljdoc? Tell your friends :D

happygapi.run.projects

Cloud Run API: projects. Deploy and manage user provided container images that scale automatically based on HTTP traffic. See: https://cloud.google.com/run/api/reference/rest/v1/projects

Cloud Run API: projects.
Deploy and manage user provided container images that scale automatically based on HTTP traffic.
See: https://cloud.google.com/run/api/reference/rest/v1/projects
raw docstring

locations-authorizeddomains-list$clj

(locations-authorizeddomains-list$ auth args)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/authorizeddomains/list

Required parameters: parent

Optional parameters: pageToken, pageSize List authorized domains.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/authorizeddomains/list

Required parameters: parent

Optional parameters: pageToken, pageSize
List authorized domains.
sourceraw docstring

locations-configurations-get$clj

(locations-configurations-get$ auth args)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/configurations/get

Required parameters: name

Optional parameters: none Get information about a configuration.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/configurations/get

Required parameters: name

Optional parameters: none
Get information about a configuration.
sourceraw docstring

locations-configurations-list$clj

(locations-configurations-list$ auth args)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/configurations/list

Required parameters: parent

Optional parameters: labelSelector, resourceVersion, includeUninitialized, fieldSelector, continue, limit, watch List configurations.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/configurations/list

Required parameters: parent

Optional parameters: labelSelector, resourceVersion, includeUninitialized, fieldSelector, continue, limit, watch
List configurations.
sourceraw docstring

locations-domainmappings-create$clj

(locations-domainmappings-create$ auth args body)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/domainmappings/create

Required parameters: parent

Optional parameters: none

Body:

{:kind string, :metadata {:labels {}, :clusterName string, :generation integer, :ownerReferences [OwnerReference], :creationTimestamp string, :uid string, :name string, :resourceVersion string, :selfLink string, :deletionTimestamp string, :finalizers [string], :deletionGracePeriodSeconds integer, :annotations {}, :namespace string, :generateName string}, :status {:resourceRecords [ResourceRecord], :mappedRouteName string, :conditions [GoogleCloudRunV1Condition], :observedGeneration integer}, :apiVersion string, :spec {:forceOverride boolean, :routeName string, :certificateMode string}}

Create a new domain mapping.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/domainmappings/create

Required parameters: parent

Optional parameters: none

Body: 

{:kind string,
 :metadata {:labels {},
            :clusterName string,
            :generation integer,
            :ownerReferences [OwnerReference],
            :creationTimestamp string,
            :uid string,
            :name string,
            :resourceVersion string,
            :selfLink string,
            :deletionTimestamp string,
            :finalizers [string],
            :deletionGracePeriodSeconds integer,
            :annotations {},
            :namespace string,
            :generateName string},
 :status {:resourceRecords [ResourceRecord],
          :mappedRouteName string,
          :conditions [GoogleCloudRunV1Condition],
          :observedGeneration integer},
 :apiVersion string,
 :spec {:forceOverride boolean,
        :routeName string,
        :certificateMode string}}

Create a new domain mapping.
sourceraw docstring

locations-domainmappings-delete$clj

(locations-domainmappings-delete$ auth args)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/domainmappings/delete

Required parameters: name

Optional parameters: apiVersion, propagationPolicy, kind Delete a domain mapping.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/domainmappings/delete

Required parameters: name

Optional parameters: apiVersion, propagationPolicy, kind
Delete a domain mapping.
sourceraw docstring

locations-domainmappings-get$clj

(locations-domainmappings-get$ auth args)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/domainmappings/get

Required parameters: name

Optional parameters: none Get information about a domain mapping.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/domainmappings/get

Required parameters: name

Optional parameters: none
Get information about a domain mapping.
sourceraw docstring

locations-domainmappings-list$clj

(locations-domainmappings-list$ auth args)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/domainmappings/list

Required parameters: parent

Optional parameters: labelSelector, resourceVersion, includeUninitialized, fieldSelector, continue, limit, watch List domain mappings.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/domainmappings/list

Required parameters: parent

Optional parameters: labelSelector, resourceVersion, includeUninitialized, fieldSelector, continue, limit, watch
List domain mappings.
sourceraw docstring

locations-list$clj

(locations-list$ auth args)

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

Required parameters: name

Optional parameters: pageToken, pageSize, filter Lists information about the supported locations for this service.

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

Required parameters: name

Optional parameters: pageToken, pageSize, filter
Lists information about the supported locations for this service.
sourceraw docstring

locations-namespaces-get$clj

(locations-namespaces-get$ auth args)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/namespaces/get

Required parameters: name

Optional parameters: none Rpc to get information about a namespace.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/namespaces/get

Required parameters: name

Optional parameters: none
Rpc to get information about a namespace.
sourceraw docstring

locations-namespaces-patch$clj

(locations-namespaces-patch$ auth args body)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/namespaces/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:metadata {:labels {}, :clusterName string, :generation integer, :ownerReferences [OwnerReference], :creationTimestamp string, :uid string, :name string, :resourceVersion string, :selfLink string, :deletionTimestamp string, :finalizers [string], :deletionGracePeriodSeconds integer, :annotations {}, :namespace string, :generateName string}, :status {:phase string}, :spec {:finalizers [string]}}

Rpc to update a namespace.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/namespaces/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:metadata {:labels {},
            :clusterName string,
            :generation integer,
            :ownerReferences [OwnerReference],
            :creationTimestamp string,
            :uid string,
            :name string,
            :resourceVersion string,
            :selfLink string,
            :deletionTimestamp string,
            :finalizers [string],
            :deletionGracePeriodSeconds integer,
            :annotations {},
            :namespace string,
            :generateName string},
 :status {:phase string},
 :spec {:finalizers [string]}}

Rpc to update a namespace.
sourceraw docstring

locations-revisions-delete$clj

(locations-revisions-delete$ auth args)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/revisions/delete

Required parameters: name

Optional parameters: apiVersion, propagationPolicy, kind Delete a revision.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/revisions/delete

Required parameters: name

Optional parameters: apiVersion, propagationPolicy, kind
Delete a revision.
sourceraw docstring

locations-revisions-get$clj

(locations-revisions-get$ auth args)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/revisions/get

Required parameters: name

Optional parameters: none Get information about a revision.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/revisions/get

Required parameters: name

Optional parameters: none
Get information about a revision.
sourceraw docstring

locations-revisions-list$clj

(locations-revisions-list$ auth args)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/revisions/list

Required parameters: parent

Optional parameters: resourceVersion, includeUninitialized, fieldSelector, continue, limit, watch, labelSelector List revisions.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/revisions/list

Required parameters: parent

Optional parameters: resourceVersion, includeUninitialized, fieldSelector, continue, limit, watch, labelSelector
List revisions.
sourceraw docstring

locations-routes-get$clj

(locations-routes-get$ auth args)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/routes/get

Required parameters: name

Optional parameters: none Get information about a route.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/routes/get

Required parameters: name

Optional parameters: none
Get information about a route.
sourceraw docstring

locations-routes-list$clj

(locations-routes-list$ auth args)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/routes/list

Required parameters: parent

Optional parameters: limit, watch, labelSelector, fieldSelector, includeUninitialized, resourceVersion, continue List routes.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/routes/list

Required parameters: parent

Optional parameters: limit, watch, labelSelector, fieldSelector, includeUninitialized, resourceVersion, continue
List routes.
sourceraw docstring

locations-secrets-create$clj

(locations-secrets-create$ auth args body)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/secrets/create

Required parameters: parent

Optional parameters: none

Body:

{:data {}, :stringData {}, :metadata {:labels {}, :clusterName string, :generation integer, :ownerReferences [OwnerReference], :creationTimestamp string, :uid string, :name string, :resourceVersion string, :selfLink string, :deletionTimestamp string, :finalizers [string], :deletionGracePeriodSeconds integer, :annotations {}, :namespace string, :generateName string}, :type string}

Creates a new secret.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/secrets/create

Required parameters: parent

Optional parameters: none

Body: 

{:data {},
 :stringData {},
 :metadata {:labels {},
            :clusterName string,
            :generation integer,
            :ownerReferences [OwnerReference],
            :creationTimestamp string,
            :uid string,
            :name string,
            :resourceVersion string,
            :selfLink string,
            :deletionTimestamp string,
            :finalizers [string],
            :deletionGracePeriodSeconds integer,
            :annotations {},
            :namespace string,
            :generateName string},
 :type string}

Creates a new secret.
sourceraw docstring

locations-secrets-get$clj

(locations-secrets-get$ auth args)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/secrets/get

Required parameters: name

Optional parameters: none Rpc to get information about a secret.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/secrets/get

Required parameters: name

Optional parameters: none
Rpc to get information about a secret.
sourceraw docstring

locations-secrets-replaceSecret$clj

(locations-secrets-replaceSecret$ auth args body)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/secrets/replaceSecret

Required parameters: name

Optional parameters: none

Body:

{:data {}, :stringData {}, :metadata {:labels {}, :clusterName string, :generation integer, :ownerReferences [OwnerReference], :creationTimestamp string, :uid string, :name string, :resourceVersion string, :selfLink string, :deletionTimestamp string, :finalizers [string], :deletionGracePeriodSeconds integer, :annotations {}, :namespace string, :generateName string}, :type string}

Rpc to replace a secret.

Only the spec and metadata labels and annotations are modifiable. After the Update request, Cloud Run will work to make the 'status' match the requested 'spec'.

May provide metadata.resourceVersion to enforce update from last read for optimistic concurrency control.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/secrets/replaceSecret

Required parameters: name

Optional parameters: none

Body: 

{:data {},
 :stringData {},
 :metadata {:labels {},
            :clusterName string,
            :generation integer,
            :ownerReferences [OwnerReference],
            :creationTimestamp string,
            :uid string,
            :name string,
            :resourceVersion string,
            :selfLink string,
            :deletionTimestamp string,
            :finalizers [string],
            :deletionGracePeriodSeconds integer,
            :annotations {},
            :namespace string,
            :generateName string},
 :type string}

Rpc to replace a secret.

Only the spec and metadata labels and annotations are modifiable. After
the Update request, Cloud Run will work to make the 'status'
match the requested 'spec'.

May provide metadata.resourceVersion to enforce update from last read for
optimistic concurrency control.
sourceraw docstring

locations-services-create$clj

(locations-services-create$ auth args body)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/services/create

Required parameters: parent

Optional parameters: none

Body:

{:metadata {:labels {}, :clusterName string, :generation integer, :ownerReferences [OwnerReference], :creationTimestamp string, :uid string, :name string, :resourceVersion string, :selfLink string, :deletionTimestamp string, :finalizers [string], :deletionGracePeriodSeconds integer, :annotations {}, :namespace string, :generateName string}, :status {:url string, :traffic [TrafficTarget], :latestReadyRevisionName string, :latestCreatedRevisionName string, :conditions [GoogleCloudRunV1Condition], :address Addressable, :observedGeneration integer}, :apiVersion string, :spec {:traffic [TrafficTarget], :template RevisionTemplate}, :kind string}

Create a service.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/services/create

Required parameters: parent

Optional parameters: none

Body: 

{:metadata {:labels {},
            :clusterName string,
            :generation integer,
            :ownerReferences [OwnerReference],
            :creationTimestamp string,
            :uid string,
            :name string,
            :resourceVersion string,
            :selfLink string,
            :deletionTimestamp string,
            :finalizers [string],
            :deletionGracePeriodSeconds integer,
            :annotations {},
            :namespace string,
            :generateName string},
 :status {:url string,
          :traffic [TrafficTarget],
          :latestReadyRevisionName string,
          :latestCreatedRevisionName string,
          :conditions [GoogleCloudRunV1Condition],
          :address Addressable,
          :observedGeneration integer},
 :apiVersion string,
 :spec {:traffic [TrafficTarget], :template RevisionTemplate},
 :kind string}

Create a service.
sourceraw docstring

locations-services-delete$clj

(locations-services-delete$ auth args)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/services/delete

Required parameters: name

Optional parameters: apiVersion, propagationPolicy, kind Delete a service. This will cause the Service to stop serving traffic and will delete the child entities like Routes, Configurations and Revisions.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/services/delete

Required parameters: name

Optional parameters: apiVersion, propagationPolicy, kind
Delete a service.
This will cause the Service to stop serving traffic and will delete the
child entities like Routes, Configurations and Revisions.
sourceraw docstring

locations-services-get$clj

(locations-services-get$ auth args)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/services/get

Required parameters: name

Optional parameters: none Get information about a service.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/services/get

Required parameters: name

Optional parameters: none
Get information about a service.
sourceraw docstring

locations-services-getIamPolicy$clj

(locations-services-getIamPolicy$ auth args)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/services/getIamPolicy

Required parameters: resource

Optional parameters: options.requestedPolicyVersion Get the IAM Access Control policy currently in effect for the given Cloud Run service. This result does not include any inherited policies.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/services/getIamPolicy

Required parameters: resource

Optional parameters: options.requestedPolicyVersion
Get the IAM Access Control policy currently in effect for the given
Cloud Run service. This result does not include any inherited policies.
sourceraw docstring

locations-services-list$clj

(locations-services-list$ auth args)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/services/list

Required parameters: parent

Optional parameters: labelSelector, resourceVersion, includeUninitialized, fieldSelector, continue, limit, watch List services.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/services/list

Required parameters: parent

Optional parameters: labelSelector, resourceVersion, includeUninitialized, fieldSelector, continue, limit, watch
List services.
sourceraw docstring

locations-services-replaceService$clj

(locations-services-replaceService$ auth args body)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/services/replaceService

Required parameters: name

Optional parameters: none

Body:

{:metadata {:labels {}, :clusterName string, :generation integer, :ownerReferences [OwnerReference], :creationTimestamp string, :uid string, :name string, :resourceVersion string, :selfLink string, :deletionTimestamp string, :finalizers [string], :deletionGracePeriodSeconds integer, :annotations {}, :namespace string, :generateName string}, :status {:url string, :traffic [TrafficTarget], :latestReadyRevisionName string, :latestCreatedRevisionName string, :conditions [GoogleCloudRunV1Condition], :address Addressable, :observedGeneration integer}, :apiVersion string, :spec {:traffic [TrafficTarget], :template RevisionTemplate}, :kind string}

Replace a service.

Only the spec and metadata labels and annotations are modifiable. After the Update request, Cloud Run will work to make the 'status' match the requested 'spec'.

May provide metadata.resourceVersion to enforce update from last read for optimistic concurrency control.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/services/replaceService

Required parameters: name

Optional parameters: none

Body: 

{:metadata {:labels {},
            :clusterName string,
            :generation integer,
            :ownerReferences [OwnerReference],
            :creationTimestamp string,
            :uid string,
            :name string,
            :resourceVersion string,
            :selfLink string,
            :deletionTimestamp string,
            :finalizers [string],
            :deletionGracePeriodSeconds integer,
            :annotations {},
            :namespace string,
            :generateName string},
 :status {:url string,
          :traffic [TrafficTarget],
          :latestReadyRevisionName string,
          :latestCreatedRevisionName string,
          :conditions [GoogleCloudRunV1Condition],
          :address Addressable,
          :observedGeneration integer},
 :apiVersion string,
 :spec {:traffic [TrafficTarget], :template RevisionTemplate},
 :kind string}

Replace a service.

Only the spec and metadata labels and annotations are modifiable. After
the Update request, Cloud Run will work to make the 'status'
match the requested 'spec'.

May provide metadata.resourceVersion to enforce update from last read for
optimistic concurrency control.
sourceraw docstring

locations-services-setIamPolicy$clj

(locations-services-setIamPolicy$ auth args body)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/services/setIamPolicy

Required parameters: resource

Optional parameters: none

Body:

{:policy {:bindings [Binding], :etag string, :version integer, :auditConfigs [AuditConfig]}, :updateMask string}

Sets the IAM Access control policy for the specified Service. Overwrites any existing policy.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/services/setIamPolicy

Required parameters: resource

Optional parameters: none

Body: 

{:policy {:bindings [Binding],
          :etag string,
          :version integer,
          :auditConfigs [AuditConfig]},
 :updateMask string}

Sets the IAM Access control policy for the specified Service. Overwrites
any existing policy.
sourceraw docstring

locations-services-testIamPermissions$clj

(locations-services-testIamPermissions$ auth args body)

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/services/testIamPermissions

Required parameters: resource

Optional parameters: none

Body:

{:permissions [string]}

Returns permissions that a caller has on the specified Project.

There are no permissions required for making this API call.

https://cloud.google.com/run/api/reference/rest/v1/projects/locations/services/testIamPermissions

Required parameters: resource

Optional parameters: none

Body: 

{:permissions [string]}

Returns permissions that a caller has on the specified Project.

There are no permissions required for making this API call.
sourceraw docstring

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

× close