target.apidocs.com.google.api.services.serviceconsumermanagement.v1.ServiceConsumerManagement.Services.TenancyUnits.ApplyProjectConfig.html Maven / Gradle / Ivy
ServiceConsumerManagement.Services.TenancyUnits.ApplyProjectConfig (Service Consumer Management API v1-rev20240712-2.0.0)
com.google.api.services.serviceconsumermanagement.v1
Class ServiceConsumerManagement.Services.TenancyUnits.ApplyProjectConfig
- 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.serviceconsumermanagement.v1.ServiceConsumerManagementRequest<Operation>
-
- com.google.api.services.serviceconsumermanagement.v1.ServiceConsumerManagement.Services.TenancyUnits.ApplyProjectConfig
-
- Enclosing class:
- ServiceConsumerManagement.Services.TenancyUnits
public class ServiceConsumerManagement.Services.TenancyUnits.ApplyProjectConfig
extends ServiceConsumerManagementRequest<Operation>
-
-
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
ApplyProjectConfig(String name,
ApplyTenantProjectConfigRequest content)
Apply a configuration to an existing tenant project.
-
Method Summary
-
Methods inherited from class com.google.api.services.serviceconsumermanagement.v1.ServiceConsumerManagementRequest
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
-
ApplyProjectConfig
protected ApplyProjectConfig(String name,
ApplyTenantProjectConfigRequest content)
Apply a configuration to an existing tenant project. This project must exist in an active state
and have the original owner account. The caller must have permission to add a project to the
given tenancy unit. The configuration is applied, but any existing settings on the project
aren't modified. Specified policy bindings are applied. Existing bindings aren't modified.
Specified services are activated. No service is deactivated. If specified, new billing
configuration is applied. Omit a billing configuration to keep the existing one. A service
account in the project is created if previously non existed. Specified labels will be appended
to tenant project, note that the value of existing label key will be updated if the same label
key is requested. The specified folder is ignored, as moving a tenant project to a different
folder isn't supported. The operation fails if any of the steps fail, but no rollback of
already applied configuration changes is attempted. Operation.
Create a request for the method "tenancyUnits.applyProjectConfig".
This request holds the parameters needed by the the serviceconsumermanagement server. After
setting any optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke
the remote operation. ApplyProjectConfig#initialize(com.google.api.client.googleapis
.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately
after invoking the constructor.
- Parameters:
name
- Required. Name of the tenancy unit. Such as
'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'.
content
- the ApplyTenantProjectConfigRequest
- Since:
- 1.13
-
Method Detail
-
set$Xgafv
public ServiceConsumerManagement.Services.TenancyUnits.ApplyProjectConfig set$Xgafv(String $Xgafv)
Description copied from class: ServiceConsumerManagementRequest
V1 error format.
- Overrides:
set$Xgafv
in class ServiceConsumerManagementRequest<Operation>
-
setAccessToken
public ServiceConsumerManagement.Services.TenancyUnits.ApplyProjectConfig setAccessToken(String accessToken)
Description copied from class: ServiceConsumerManagementRequest
OAuth access token.
- Overrides:
setAccessToken
in class ServiceConsumerManagementRequest<Operation>
-
setAlt
public ServiceConsumerManagement.Services.TenancyUnits.ApplyProjectConfig setAlt(String alt)
Description copied from class: ServiceConsumerManagementRequest
Data format for response.
- Overrides:
setAlt
in class ServiceConsumerManagementRequest<Operation>
-
setCallback
public ServiceConsumerManagement.Services.TenancyUnits.ApplyProjectConfig setCallback(String callback)
Description copied from class: ServiceConsumerManagementRequest
JSONP
- Overrides:
setCallback
in class ServiceConsumerManagementRequest<Operation>
-
setFields
public ServiceConsumerManagement.Services.TenancyUnits.ApplyProjectConfig setFields(String fields)
Description copied from class: ServiceConsumerManagementRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class ServiceConsumerManagementRequest<Operation>
-
setKey
public ServiceConsumerManagement.Services.TenancyUnits.ApplyProjectConfig setKey(String key)
Description copied from class: ServiceConsumerManagementRequest
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 ServiceConsumerManagementRequest<Operation>
-
setOauthToken
public ServiceConsumerManagement.Services.TenancyUnits.ApplyProjectConfig setOauthToken(String oauthToken)
Description copied from class: ServiceConsumerManagementRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class ServiceConsumerManagementRequest<Operation>
-
setPrettyPrint
public ServiceConsumerManagement.Services.TenancyUnits.ApplyProjectConfig setPrettyPrint(Boolean prettyPrint)
Description copied from class: ServiceConsumerManagementRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class ServiceConsumerManagementRequest<Operation>
-
setQuotaUser
public ServiceConsumerManagement.Services.TenancyUnits.ApplyProjectConfig setQuotaUser(String quotaUser)
Description copied from class: ServiceConsumerManagementRequest
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 ServiceConsumerManagementRequest<Operation>
-
setUploadType
public ServiceConsumerManagement.Services.TenancyUnits.ApplyProjectConfig setUploadType(String uploadType)
Description copied from class: ServiceConsumerManagementRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class ServiceConsumerManagementRequest<Operation>
-
setUploadProtocol
public ServiceConsumerManagement.Services.TenancyUnits.ApplyProjectConfig setUploadProtocol(String uploadProtocol)
Description copied from class: ServiceConsumerManagementRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class ServiceConsumerManagementRequest<Operation>
-
getName
public String getName()
Required. Name of the tenancy unit. Such as
'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'.
-
setName
public ServiceConsumerManagement.Services.TenancyUnits.ApplyProjectConfig setName(String name)
Required. Name of the tenancy unit. Such as
'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'.
-
set
public ServiceConsumerManagement.Services.TenancyUnits.ApplyProjectConfig set(String parameterName,
Object value)
- Overrides:
set
in class ServiceConsumerManagementRequest<Operation>
Copyright © 2011–2024 Google. All rights reserved.