target.apidocs.com.google.api.services.run.v1.CloudRun.Namespaces.Services.Delete.html Maven / Gradle / Ivy
CloudRun.Namespaces.Services.Delete (Cloud Run Admin API v1-rev20240731-2.0.0)
com.google.api.services.run.v1
Class CloudRun.Namespaces.Services.Delete
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.run.v1.CloudRunRequest<Status>
-
- com.google.api.services.run.v1.CloudRun.Namespaces.Services.Delete
-
- Enclosing class:
- CloudRun.Namespaces.Services
public class CloudRun.Namespaces.Services.Delete
extends CloudRunRequest<Status>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
Delete(String name)
Deletes the provided service.
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
String
getApiVersion()
Not supported, and ignored by Cloud Run.
String
getDryRun()
Indicates that the server should validate the request and populate default values without
persisting the request.
String
getKind()
Not supported, and ignored by Cloud Run.
String
getName()
Required.
String
getPropagationPolicy()
Not supported, and ignored by Cloud Run.
CloudRun.Namespaces.Services.Delete
set(String parameterName,
Object value)
CloudRun.Namespaces.Services.Delete
set$Xgafv(String $Xgafv)
V1 error format.
CloudRun.Namespaces.Services.Delete
setAccessToken(String accessToken)
OAuth access token.
CloudRun.Namespaces.Services.Delete
setAlt(String alt)
Data format for response.
CloudRun.Namespaces.Services.Delete
setApiVersion(String apiVersion)
Not supported, and ignored by Cloud Run.
CloudRun.Namespaces.Services.Delete
setCallback(String callback)
JSONP
CloudRun.Namespaces.Services.Delete
setDryRun(String dryRun)
Indicates that the server should validate the request and populate default values without
persisting the request.
CloudRun.Namespaces.Services.Delete
setFields(String fields)
Selector specifying which fields to include in a partial response.
CloudRun.Namespaces.Services.Delete
setKey(String key)
API key.
CloudRun.Namespaces.Services.Delete
setKind(String kind)
Not supported, and ignored by Cloud Run.
CloudRun.Namespaces.Services.Delete
setName(String name)
Required.
CloudRun.Namespaces.Services.Delete
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
CloudRun.Namespaces.Services.Delete
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
CloudRun.Namespaces.Services.Delete
setPropagationPolicy(String propagationPolicy)
Not supported, and ignored by Cloud Run.
CloudRun.Namespaces.Services.Delete
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
CloudRun.Namespaces.Services.Delete
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
CloudRun.Namespaces.Services.Delete
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
-
Methods inherited from class com.google.api.services.run.v1.CloudRunRequest
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
Delete
protected Delete(String name)
Deletes the provided service. This will cause the Service to stop serving traffic and will
delete all associated Revisions.
Create a request for the method "services.delete".
This request holds the parameters needed by the the run server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation. CloudRun.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must
be called to initialize this instance immediately after invoking the constructor.
- Parameters:
name
- Required. The fully qualified name of the service to delete. It can be any of the following forms: *
`namespaces/{project_id_or_number}/services/{service_name}` (only when the `endpoint` is
regional) * `projects/{project_id_or_number}/locations/{region}/services/{service_name}` *
`projects/{project_id_or_number}/regions/{region}/services/{service_name}`
- Since:
- 1.13
-
Method Detail
-
set$Xgafv
public CloudRun.Namespaces.Services.Delete set$Xgafv(String $Xgafv)
Description copied from class: CloudRunRequest
V1 error format.
- Overrides:
set$Xgafv
in class CloudRunRequest<Status>
-
setAccessToken
public CloudRun.Namespaces.Services.Delete setAccessToken(String accessToken)
Description copied from class: CloudRunRequest
OAuth access token.
- Overrides:
setAccessToken
in class CloudRunRequest<Status>
-
setAlt
public CloudRun.Namespaces.Services.Delete setAlt(String alt)
Description copied from class: CloudRunRequest
Data format for response.
- Overrides:
setAlt
in class CloudRunRequest<Status>
-
setCallback
public CloudRun.Namespaces.Services.Delete setCallback(String callback)
Description copied from class: CloudRunRequest
JSONP
- Overrides:
setCallback
in class CloudRunRequest<Status>
-
setFields
public CloudRun.Namespaces.Services.Delete setFields(String fields)
Description copied from class: CloudRunRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class CloudRunRequest<Status>
-
setKey
public CloudRun.Namespaces.Services.Delete setKey(String key)
Description copied from class: CloudRunRequest
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.
- Overrides:
setKey
in class CloudRunRequest<Status>
-
setOauthToken
public CloudRun.Namespaces.Services.Delete setOauthToken(String oauthToken)
Description copied from class: CloudRunRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class CloudRunRequest<Status>
-
setPrettyPrint
public CloudRun.Namespaces.Services.Delete setPrettyPrint(Boolean prettyPrint)
Description copied from class: CloudRunRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class CloudRunRequest<Status>
-
setQuotaUser
public CloudRun.Namespaces.Services.Delete setQuotaUser(String quotaUser)
Description copied from class: CloudRunRequest
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.
- Overrides:
setQuotaUser
in class CloudRunRequest<Status>
-
setUploadType
public CloudRun.Namespaces.Services.Delete setUploadType(String uploadType)
Description copied from class: CloudRunRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class CloudRunRequest<Status>
-
setUploadProtocol
public CloudRun.Namespaces.Services.Delete setUploadProtocol(String uploadProtocol)
Description copied from class: CloudRunRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class CloudRunRequest<Status>
-
getName
public String getName()
Required. The fully qualified name of the service to delete. It can be any of the following forms:
`namespaces/{project_id_or_number}/services/{service_name}` (only when the `endpoint` is
regional) * `projects/{project_id_or_number}/locations/{region}/services/{service_name}` *
`projects/{project_id_or_number}/regions/{region}/services/{service_name}`
-
setName
public CloudRun.Namespaces.Services.Delete setName(String name)
Required. The fully qualified name of the service to delete. It can be any of the
following forms: * `namespaces/{project_id_or_number}/services/{service_name}` (only when
the `endpoint` is regional) *
`projects/{project_id_or_number}/locations/{region}/services/{service_name}` *
`projects/{project_id_or_number}/regions/{region}/services/{service_name}`
-
getApiVersion
public String getApiVersion()
Not supported, and ignored by Cloud Run.
-
setApiVersion
public CloudRun.Namespaces.Services.Delete setApiVersion(String apiVersion)
Not supported, and ignored by Cloud Run.
-
getDryRun
public String getDryRun()
Indicates that the server should validate the request and populate default values without
persisting the request. Supported values: `all`
-
setDryRun
public CloudRun.Namespaces.Services.Delete setDryRun(String dryRun)
Indicates that the server should validate the request and populate default values without
persisting the request. Supported values: `all`
-
getKind
public String getKind()
Not supported, and ignored by Cloud Run.
-
setKind
public CloudRun.Namespaces.Services.Delete setKind(String kind)
Not supported, and ignored by Cloud Run.
-
getPropagationPolicy
public String getPropagationPolicy()
Not supported, and ignored by Cloud Run.
-
setPropagationPolicy
public CloudRun.Namespaces.Services.Delete setPropagationPolicy(String propagationPolicy)
Not supported, and ignored by Cloud Run.
-
set
public CloudRun.Namespaces.Services.Delete set(String parameterName,
Object value)
- Overrides:
set
in class CloudRunRequest<Status>
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy