target.apidocs.com.google.api.services.run.v1.CloudRun.Namespaces.Domainmappings.Create.html Maven / Gradle / Ivy
CloudRun.Namespaces.Domainmappings.Create (Cloud Run Admin API v1-rev20221016-2.0.0)
com.google.api.services.run.v1
Class CloudRun.Namespaces.Domainmappings.Create
- 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<DomainMapping>
-
- com.google.api.services.run.v1.CloudRun.Namespaces.Domainmappings.Create
-
- Enclosing class:
- CloudRun.Namespaces.Domainmappings
public class CloudRun.Namespaces.Domainmappings.Create
extends CloudRunRequest<DomainMapping>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Field Summary
-
Fields inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
USER_AGENT_SUFFIX
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
Create(String parent,
DomainMapping content)
Create a new domain mapping.
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
String
getDryRun()
Indicates that the server should validate the request and populate default values without
persisting the request.
String
getParent()
The namespace in which the domain mapping should be created.
CloudRun.Namespaces.Domainmappings.Create
set(String parameterName,
Object value)
CloudRun.Namespaces.Domainmappings.Create
set$Xgafv(String $Xgafv)
V1 error format.
CloudRun.Namespaces.Domainmappings.Create
setAccessToken(String accessToken)
OAuth access token.
CloudRun.Namespaces.Domainmappings.Create
setAlt(String alt)
Data format for response.
CloudRun.Namespaces.Domainmappings.Create
setCallback(String callback)
JSONP
CloudRun.Namespaces.Domainmappings.Create
setDryRun(String dryRun)
Indicates that the server should validate the request and populate default values without
persisting the request.
CloudRun.Namespaces.Domainmappings.Create
setFields(String fields)
Selector specifying which fields to include in a partial response.
CloudRun.Namespaces.Domainmappings.Create
setKey(String key)
API key.
CloudRun.Namespaces.Domainmappings.Create
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
CloudRun.Namespaces.Domainmappings.Create
setParent(String parent)
The namespace in which the domain mapping should be created.
CloudRun.Namespaces.Domainmappings.Create
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
CloudRun.Namespaces.Domainmappings.Create
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
CloudRun.Namespaces.Domainmappings.Create
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
CloudRun.Namespaces.Domainmappings.Create
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
-
Create
protected Create(String parent,
DomainMapping content)
Create a new domain mapping.
Create a request for the method "domainmappings.create".
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:
parent
- The namespace in which the domain mapping should be created. For Cloud Run (fully managed), replace
{namespace} with the project ID or number. It takes the form namespaces/{namespace}. For
example: namespaces/PROJECT_ID
content
- the DomainMapping
- Since:
- 1.13
-
Method Detail
-
set$Xgafv
public CloudRun.Namespaces.Domainmappings.Create set$Xgafv(String $Xgafv)
Description copied from class: CloudRunRequest
V1 error format.
- Overrides:
set$Xgafv
in class CloudRunRequest<DomainMapping>
-
setAccessToken
public CloudRun.Namespaces.Domainmappings.Create setAccessToken(String accessToken)
Description copied from class: CloudRunRequest
OAuth access token.
- Overrides:
setAccessToken
in class CloudRunRequest<DomainMapping>
-
setAlt
public CloudRun.Namespaces.Domainmappings.Create setAlt(String alt)
Description copied from class: CloudRunRequest
Data format for response.
- Overrides:
setAlt
in class CloudRunRequest<DomainMapping>
-
setCallback
public CloudRun.Namespaces.Domainmappings.Create setCallback(String callback)
Description copied from class: CloudRunRequest
JSONP
- Overrides:
setCallback
in class CloudRunRequest<DomainMapping>
-
setFields
public CloudRun.Namespaces.Domainmappings.Create setFields(String fields)
Description copied from class: CloudRunRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class CloudRunRequest<DomainMapping>
-
setKey
public CloudRun.Namespaces.Domainmappings.Create 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<DomainMapping>
-
setOauthToken
public CloudRun.Namespaces.Domainmappings.Create setOauthToken(String oauthToken)
Description copied from class: CloudRunRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class CloudRunRequest<DomainMapping>
-
setPrettyPrint
public CloudRun.Namespaces.Domainmappings.Create setPrettyPrint(Boolean prettyPrint)
Description copied from class: CloudRunRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class CloudRunRequest<DomainMapping>
-
setQuotaUser
public CloudRun.Namespaces.Domainmappings.Create 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<DomainMapping>
-
setUploadType
public CloudRun.Namespaces.Domainmappings.Create setUploadType(String uploadType)
Description copied from class: CloudRunRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class CloudRunRequest<DomainMapping>
-
setUploadProtocol
public CloudRun.Namespaces.Domainmappings.Create setUploadProtocol(String uploadProtocol)
Description copied from class: CloudRunRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class CloudRunRequest<DomainMapping>
-
getParent
public String getParent()
The namespace in which the domain mapping should be created. For Cloud Run (fully managed), replace
{namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example:
namespaces/PROJECT_ID
-
setParent
public CloudRun.Namespaces.Domainmappings.Create setParent(String parent)
The namespace in which the domain mapping should be created. For Cloud Run (fully
managed), replace {namespace} with the project ID or number. It takes the form
namespaces/{namespace}. For example: namespaces/PROJECT_ID
-
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.Domainmappings.Create setDryRun(String dryRun)
Indicates that the server should validate the request and populate default values without
persisting the request. Supported values: `all`
-
set
public CloudRun.Namespaces.Domainmappings.Create set(String parameterName,
Object value)
- Overrides:
set
in class CloudRunRequest<DomainMapping>
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy