View Source GoogleApi.Run.V1.Api.Namespaces (quiqup_google_api_run v0.28.0)
API calls for all endpoints tagged Namespaces.
Link to this section Summary
Functions
List authorized domains.
Get information about a configuration.
List configurations.
Create a new domain mapping.
Delete a domain mapping.
Get information about a domain mapping.
List domain mappings.
Delete an execution.
Get information about an execution.
List executions.
Create a job.
Delete a job.
Get information about a job.
Replace a job. Only the spec and metadata labels and annotations are modifiable. After the Replace 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.
Trigger creation of a new execution of this job.
Delete a revision.
Get information about a revision.
List revisions.
Get information about a route.
List routes.
Create a service.
Delete a service. This will cause the Service to stop serving traffic and will delete the child entities like Routes, Configurations and Revisions.
Get information about a service.
List services.
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.
Get information about a task.
Link to this section Functions
run_namespaces_authorizeddomains_list(connection, namespaces_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_authorizeddomains_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.ListAuthorizedDomainsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List authorized domains.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofparent. Name of the parent Project resource. Example:projects/myproject. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageSize(type:integer()) - Maximum results to return per page. -
:pageToken(type:String.t) - Continuation token for fetching the next page of results.
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.ListAuthorizedDomainsResponse{}}on success -
{:error, info}on failure
run_namespaces_configurations_get(connection, namespaces_id, configurations_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_configurations_get( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.Configuration.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get information about a configuration.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofname. The name of the configuration to retrieve. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. -
configurations_id(type:String.t) - Part ofname. See documentation ofnamespacesId. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.Configuration{}}on success -
{:error, info}on failure
run_namespaces_configurations_list(connection, namespaces_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_configurations_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.ListConfigurationsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List configurations.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofparent. The namespace from which the configurations should be listed. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:continue(type:String.t) - Optional. Encoded string to continue paging. -
:fieldSelector(type:String.t) - Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run. -
:includeUninitialized(type:boolean()) - Not currently used by Cloud Run. -
:labelSelector(type:String.t) - Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn. -
:limit(type:integer()) - Optional. The maximum number of records that should be returned. -
:resourceVersion(type:String.t) - The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run. -
:watch(type:boolean()) - Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.ListConfigurationsResponse{}}on success -
{:error, info}on failure
run_namespaces_domainmappings_create(connection, namespaces_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_domainmappings_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.DomainMapping.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Create a new domain mapping.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofparent. The namespace in which the domain mapping should be created. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:dryRun(type:String.t) - Indicates that the server should validate the request and populate default values without persisting the request. Supported values:all -
:body(type:GoogleApi.Run.V1.Model.DomainMapping.t) -
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.DomainMapping{}}on success -
{:error, info}on failure
run_namespaces_domainmappings_delete(connection, namespaces_id, domainmappings_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_domainmappings_delete( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.Status.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Delete a domain mapping.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofname. The name of the domain mapping to delete. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. -
domainmappings_id(type:String.t) - Part ofname. See documentation ofnamespacesId. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:apiVersion(type:String.t) - Cloud Run currently ignores this parameter. -
:dryRun(type:String.t) - Indicates that the server should validate the request and populate default values without persisting the request. Supported values:all -
:kind(type:String.t) - Cloud Run currently ignores this parameter. -
:propagationPolicy(type:String.t) - Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information.
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.Status{}}on success -
{:error, info}on failure
run_namespaces_domainmappings_get(connection, namespaces_id, domainmappings_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_domainmappings_get( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.DomainMapping.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get information about a domain mapping.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofname. The name of the domain mapping to retrieve. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. -
domainmappings_id(type:String.t) - Part ofname. See documentation ofnamespacesId. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.DomainMapping{}}on success -
{:error, info}on failure
run_namespaces_domainmappings_list(connection, namespaces_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_domainmappings_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.ListDomainMappingsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List domain mappings.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofparent. The namespace from which the domain mappings should be listed. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:continue(type:String.t) - Optional. Encoded string to continue paging. -
:fieldSelector(type:String.t) - Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run. -
:includeUninitialized(type:boolean()) - Not currently used by Cloud Run. -
:labelSelector(type:String.t) - Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn. -
:limit(type:integer()) - Optional. The maximum number of records that should be returned. -
:resourceVersion(type:String.t) - The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run. -
:watch(type:boolean()) - Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.ListDomainMappingsResponse{}}on success -
{:error, info}on failure
run_namespaces_executions_delete(connection, namespaces_id, executions_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_executions_delete( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.Status.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Delete an execution.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofname. Required. The name of the execution to delete. Replace {namespace_id} with the project ID or number. -
executions_id(type:String.t) - Part ofname. See documentation ofnamespacesId. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:apiVersion(type:String.t) - Optional. Cloud Run currently ignores this parameter. -
:kind(type:String.t) - Optional. Cloud Run currently ignores this parameter. -
:propagationPolicy(type:String.t) - Optional. Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information.
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.Status{}}on success -
{:error, info}on failure
run_namespaces_executions_get(connection, namespaces_id, executions_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_executions_get( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.Execution.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get information about an execution.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofname. Required. The name of the execution to retrieve. Replace {namespace_id} with the project ID or number. -
executions_id(type:String.t) - Part ofname. See documentation ofnamespacesId. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.Execution{}}on success -
{:error, info}on failure
run_namespaces_executions_list(connection, namespaces_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_executions_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.ListExecutionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List executions.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofparent. Required. The namespace from which the executions should be listed. Replace {namespace_id} with the project ID or number. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:continue(type:String.t) - Optional. Optional encoded string to continue paging. -
:fieldSelector(type:String.t) - Optional. Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run. -
:includeUninitialized(type:boolean()) - Optional. Not currently used by Cloud Run. -
:labelSelector(type:String.t) - Optional. Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn. -
:limit(type:integer()) - Optional. The maximum number of records that should be returned. -
:resourceVersion(type:String.t) - Optional. The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run. -
:watch(type:boolean()) - Optional. Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.ListExecutionsResponse{}}on success -
{:error, info}on failure
run_namespaces_jobs_create(connection, namespaces_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_jobs_create(Tesla.Env.client(), String.t(), keyword(), keyword()) :: {:ok, GoogleApi.Run.V1.Model.Job.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Create a job.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofparent. Required. The namespace in which the job should be created. Replace {namespace_id} with the project ID or number. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:body(type:GoogleApi.Run.V1.Model.Job.t) -
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.Job{}}on success -
{:error, info}on failure
run_namespaces_jobs_delete(connection, namespaces_id, jobs_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_jobs_delete( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.Status.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Delete a job.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofname. Required. The name of the job to delete. Replace {namespace_id} with the project ID or number. -
jobs_id(type:String.t) - Part ofname. See documentation ofnamespacesId. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:apiVersion(type:String.t) - Optional. Cloud Run currently ignores this parameter. -
:kind(type:String.t) - Optional. Cloud Run currently ignores this parameter. -
:propagationPolicy(type:String.t) - Optional. Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information.
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.Status{}}on success -
{:error, info}on failure
run_namespaces_jobs_get(connection, namespaces_id, jobs_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_jobs_get( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.Job.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get information about a job.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofname. Required. The name of the job to retrieve. Replace {namespace_id} with the project ID or number. -
jobs_id(type:String.t) - Part ofname. See documentation ofnamespacesId. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.Job{}}on success -
{:error, info}on failure
run_namespaces_jobs_list(connection, namespaces_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_jobs_list(Tesla.Env.client(), String.t(), keyword(), keyword()) :: {:ok, GoogleApi.Run.V1.Model.ListJobsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List jobs.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofparent. Required. The namespace from which the jobs should be listed. Replace {namespace_id} with the project ID or number. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:continue(type:String.t) - Optional. Optional encoded string to continue paging. -
:fieldSelector(type:String.t) - Optional. Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run. -
:includeUninitialized(type:boolean()) - Optional. Not currently used by Cloud Run. -
:labelSelector(type:String.t) - Optional. Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn. -
:limit(type:integer()) - Optional. The maximum number of records that should be returned. -
:resourceVersion(type:String.t) - Optional. The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run. -
:watch(type:boolean()) - Optional. Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.ListJobsResponse{}}on success -
{:error, info}on failure
run_namespaces_jobs_replace_job(connection, namespaces_id, jobs_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_jobs_replace_job( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.Job.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Replace a job. Only the spec and metadata labels and annotations are modifiable. After the Replace 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.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofname. Required. The name of the service being replaced. Replace {namespace_id} with the project ID or number. -
jobs_id(type:String.t) - Part ofname. See documentation ofnamespacesId. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:body(type:GoogleApi.Run.V1.Model.Job.t) -
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.Job{}}on success -
{:error, info}on failure
run_namespaces_jobs_run(connection, namespaces_id, jobs_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_jobs_run( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.Execution.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Trigger creation of a new execution of this job.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofname. Required. The name of the job to run. Replace {namespace_id} with the project ID or number. -
jobs_id(type:String.t) - Part ofname. See documentation ofnamespacesId. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:body(type:GoogleApi.Run.V1.Model.RunJobRequest.t) -
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.Execution{}}on success -
{:error, info}on failure
run_namespaces_revisions_delete(connection, namespaces_id, revisions_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_revisions_delete( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.Status.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Delete a revision.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofname. The name of the revision to delete. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. -
revisions_id(type:String.t) - Part ofname. See documentation ofnamespacesId. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:apiVersion(type:String.t) - Cloud Run currently ignores this parameter. -
:dryRun(type:String.t) - Indicates that the server should validate the request and populate default values without persisting the request. Supported values:all -
:kind(type:String.t) - Cloud Run currently ignores this parameter. -
:propagationPolicy(type:String.t) - Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information.
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.Status{}}on success -
{:error, info}on failure
run_namespaces_revisions_get(connection, namespaces_id, revisions_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_revisions_get( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.Revision.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get information about a revision.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofname. The name of the revision to retrieve. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. -
revisions_id(type:String.t) - Part ofname. See documentation ofnamespacesId. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.Revision{}}on success -
{:error, info}on failure
run_namespaces_revisions_list(connection, namespaces_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_revisions_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.ListRevisionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List revisions.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofparent. The namespace from which the revisions should be listed. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:continue(type:String.t) - Optional. Encoded string to continue paging. -
:fieldSelector(type:String.t) - Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run. -
:includeUninitialized(type:boolean()) - Not currently used by Cloud Run. -
:labelSelector(type:String.t) - Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn. -
:limit(type:integer()) - Optional. The maximum number of records that should be returned. -
:resourceVersion(type:String.t) - The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run. -
:watch(type:boolean()) - Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.ListRevisionsResponse{}}on success -
{:error, info}on failure
run_namespaces_routes_get(connection, namespaces_id, routes_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_routes_get( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.Route.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get information about a route.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofname. The name of the route to retrieve. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. -
routes_id(type:String.t) - Part ofname. See documentation ofnamespacesId. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.Route{}}on success -
{:error, info}on failure
run_namespaces_routes_list(connection, namespaces_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_routes_list(Tesla.Env.client(), String.t(), keyword(), keyword()) :: {:ok, GoogleApi.Run.V1.Model.ListRoutesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List routes.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofparent. The namespace from which the routes should be listed. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:continue(type:String.t) - Optional. Encoded string to continue paging. -
:fieldSelector(type:String.t) - Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run. -
:includeUninitialized(type:boolean()) - Not currently used by Cloud Run. -
:labelSelector(type:String.t) - Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn. -
:limit(type:integer()) - Optional. The maximum number of records that should be returned. -
:resourceVersion(type:String.t) - The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run. -
:watch(type:boolean()) - Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.ListRoutesResponse{}}on success -
{:error, info}on failure
run_namespaces_services_create(connection, namespaces_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_services_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.Service.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Create a service.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofparent. The namespace in which the service should be created. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:dryRun(type:String.t) - Indicates that the server should validate the request and populate default values without persisting the request. Supported values:all -
:body(type:GoogleApi.Run.V1.Model.Service.t) -
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.Service{}}on success -
{:error, info}on failure
run_namespaces_services_delete(connection, namespaces_id, services_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_services_delete( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.Status.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Delete a service. This will cause the Service to stop serving traffic and will delete the child entities like Routes, Configurations and Revisions.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofname. The name of the service to delete. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. -
services_id(type:String.t) - Part ofname. See documentation ofnamespacesId. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:apiVersion(type:String.t) - Cloud Run currently ignores this parameter. -
:dryRun(type:String.t) - Indicates that the server should validate the request and populate default values without persisting the request. Supported values:all -
:kind(type:String.t) - Cloud Run currently ignores this parameter. -
:propagationPolicy(type:String.t) - Specifies the propagation policy of delete. Cloud Run currently ignores this setting, and deletes in the background. Please see kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ for more information.
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.Status{}}on success -
{:error, info}on failure
run_namespaces_services_get(connection, namespaces_id, services_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_services_get( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.Service.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get information about a service.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofname. The name of the service to retrieve. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. -
services_id(type:String.t) - Part ofname. See documentation ofnamespacesId. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.Service{}}on success -
{:error, info}on failure
run_namespaces_services_list(connection, namespaces_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_services_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.ListServicesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List services.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofparent. The namespace from which the services should be listed. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:continue(type:String.t) - Optional. Encoded string to continue paging. -
:fieldSelector(type:String.t) - Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run. -
:includeUninitialized(type:boolean()) - Not currently used by Cloud Run. -
:labelSelector(type:String.t) - Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn. -
:limit(type:integer()) - Optional. The maximum number of records that should be returned. -
:resourceVersion(type:String.t) - The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run. -
:watch(type:boolean()) - Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.ListServicesResponse{}}on success -
{:error, info}on failure
run_namespaces_services_replace_service(connection, namespaces_id, services_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_services_replace_service( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.Service.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofname. The name of the service being replaced. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. -
services_id(type:String.t) - Part ofname. See documentation ofnamespacesId. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:dryRun(type:String.t) - Indicates that the server should validate the request and populate default values without persisting the request. Supported values:all -
:body(type:GoogleApi.Run.V1.Model.Service.t) -
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.Service{}}on success -
{:error, info}on failure
run_namespaces_tasks_get(connection, namespaces_id, tasks_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_tasks_get( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Run.V1.Model.Task.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get information about a task.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofname. Required. The name of the task to retrieve. Replace {namespace_id} with the project ID or number. -
tasks_id(type:String.t) - Part ofname. See documentation ofnamespacesId. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.Task{}}on success -
{:error, info}on failure
run_namespaces_tasks_list(connection, namespaces_id, optional_params \\ [], opts \\ [])
View Source@spec run_namespaces_tasks_list(Tesla.Env.client(), String.t(), keyword(), keyword()) :: {:ok, GoogleApi.Run.V1.Model.ListTasksResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List tasks.
parameters
Parameters
-
connection(type:GoogleApi.Run.V1.Connection.t) - Connection to server -
namespaces_id(type:String.t) - Part ofparent. Required. The namespace from which the tasks should be listed. Replace {namespace_id} with the project ID or number. -
optional_params(type:keyword()) - Optional parameters-
:"$.xgafv"(type:String.t) - V1 error format. -
:access_token(type:String.t) - OAuth access token. -
:alt(type:String.t) - Data format for response. -
:callback(type:String.t) - JSONP -
:fields(type:String.t) - Selector specifying which fields to include in a partial response. -
:key(type:String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token(type:String.t) - OAuth 2.0 token for the current user. -
:prettyPrint(type:boolean()) - Returns response with indentations and line breaks. -
:quotaUser(type:String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType(type:String.t) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol(type:String.t) - Upload protocol for media (e.g. "raw", "multipart"). -
:continue(type:String.t) - Optional. Optional encoded string to continue paging. -
:fieldSelector(type:String.t) - Optional. Allows to filter resources based on a specific value for a field name. Send this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently used by Cloud Run. -
:includeUninitialized(type:boolean()) - Optional. Not currently used by Cloud Run. -
:labelSelector(type:String.t) - Optional. Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn. -
:limit(type:integer()) - Optional. The maximum number of records that should be returned. -
:resourceVersion(type:String.t) - Optional. The baseline resource version from which the list or watch operation should start. Not currently used by Cloud Run. -
:watch(type:boolean()) - Optional. Flag that indicates that the client expects to watch this resource as well. Not currently used by Cloud Run.
-
-
opts(type:keyword()) - Call options
returns
Returns
-
{:ok, %GoogleApi.Run.V1.Model.ListTasksResponse{}}on success -
{:error, info}on failure