target.apidocs.com.google.api.services.iap.v1.CloudIAP.V1.UpdateIapSettings.html Maven / Gradle / Ivy
CloudIAP.V1.UpdateIapSettings (Cloud Identity-Aware Proxy API v1-rev20241202-2.0.0)
com.google.api.services.iap.v1
Class CloudIAP.V1.UpdateIapSettings
- 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.iap.v1.CloudIAPRequest<IapSettings>
-
- com.google.api.services.iap.v1.CloudIAP.V1.UpdateIapSettings
-
- Enclosing class:
- CloudIAP.V1
public class CloudIAP.V1.UpdateIapSettings
extends CloudIAPRequest<IapSettings>
-
-
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
UpdateIapSettings(String name,
IapSettings content)
Updates the IAP settings on a particular IAP protected resource.
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
String
getName()
Required.
String
getUpdateMask()
The field mask specifying which IAP settings should be updated.
CloudIAP.V1.UpdateIapSettings
set(String parameterName,
Object value)
CloudIAP.V1.UpdateIapSettings
set$Xgafv(String $Xgafv)
V1 error format.
CloudIAP.V1.UpdateIapSettings
setAccessToken(String accessToken)
OAuth access token.
CloudIAP.V1.UpdateIapSettings
setAlt(String alt)
Data format for response.
CloudIAP.V1.UpdateIapSettings
setCallback(String callback)
JSONP
CloudIAP.V1.UpdateIapSettings
setFields(String fields)
Selector specifying which fields to include in a partial response.
CloudIAP.V1.UpdateIapSettings
setKey(String key)
API key.
CloudIAP.V1.UpdateIapSettings
setName(String name)
Required.
CloudIAP.V1.UpdateIapSettings
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
CloudIAP.V1.UpdateIapSettings
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
CloudIAP.V1.UpdateIapSettings
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
CloudIAP.V1.UpdateIapSettings
setUpdateMask(String updateMask)
The field mask specifying which IAP settings should be updated.
CloudIAP.V1.UpdateIapSettings
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
CloudIAP.V1.UpdateIapSettings
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
-
Methods inherited from class com.google.api.services.iap.v1.CloudIAPRequest
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
-
UpdateIapSettings
protected UpdateIapSettings(String name,
IapSettings content)
Updates the IAP settings on a particular IAP protected resource. It replaces all fields unless
the `update_mask` is set.
Create a request for the method "v1.updateIapSettings".
This request holds the parameters needed by the the iap server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
UpdateIapSettings#initialize(com.google.api.client.googleapis.services.AbstractGoogl
eClientRequest)
must be called to initialize this instance immediately after invoking the
constructor.
- Parameters:
name
- Required. The resource name of the IAP protected resource.
content
- the IapSettings
- Since:
- 1.13
-
Method Detail
-
set$Xgafv
public CloudIAP.V1.UpdateIapSettings set$Xgafv(String $Xgafv)
Description copied from class: CloudIAPRequest
V1 error format.
- Overrides:
set$Xgafv
in class CloudIAPRequest<IapSettings>
-
setAccessToken
public CloudIAP.V1.UpdateIapSettings setAccessToken(String accessToken)
Description copied from class: CloudIAPRequest
OAuth access token.
- Overrides:
setAccessToken
in class CloudIAPRequest<IapSettings>
-
setAlt
public CloudIAP.V1.UpdateIapSettings setAlt(String alt)
Description copied from class: CloudIAPRequest
Data format for response.
- Overrides:
setAlt
in class CloudIAPRequest<IapSettings>
-
setCallback
public CloudIAP.V1.UpdateIapSettings setCallback(String callback)
Description copied from class: CloudIAPRequest
JSONP
- Overrides:
setCallback
in class CloudIAPRequest<IapSettings>
-
setFields
public CloudIAP.V1.UpdateIapSettings setFields(String fields)
Description copied from class: CloudIAPRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class CloudIAPRequest<IapSettings>
-
setKey
public CloudIAP.V1.UpdateIapSettings setKey(String key)
Description copied from class: CloudIAPRequest
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 CloudIAPRequest<IapSettings>
-
setOauthToken
public CloudIAP.V1.UpdateIapSettings setOauthToken(String oauthToken)
Description copied from class: CloudIAPRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class CloudIAPRequest<IapSettings>
-
setPrettyPrint
public CloudIAP.V1.UpdateIapSettings setPrettyPrint(Boolean prettyPrint)
Description copied from class: CloudIAPRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class CloudIAPRequest<IapSettings>
-
setQuotaUser
public CloudIAP.V1.UpdateIapSettings setQuotaUser(String quotaUser)
Description copied from class: CloudIAPRequest
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 CloudIAPRequest<IapSettings>
-
setUploadType
public CloudIAP.V1.UpdateIapSettings setUploadType(String uploadType)
Description copied from class: CloudIAPRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class CloudIAPRequest<IapSettings>
-
setUploadProtocol
public CloudIAP.V1.UpdateIapSettings setUploadProtocol(String uploadProtocol)
Description copied from class: CloudIAPRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class CloudIAPRequest<IapSettings>
-
getName
public String getName()
Required. The resource name of the IAP protected resource.
-
setName
public CloudIAP.V1.UpdateIapSettings setName(String name)
Required. The resource name of the IAP protected resource.
-
getUpdateMask
public String getUpdateMask()
The field mask specifying which IAP settings should be updated. If omitted, then all of the
settings are updated. See https://developers.google.com/protocol-
buffers/docs/reference/google.protobuf#fieldmask. Note: All IAP reauth settings must always be set
together, using the field mask: `iapSettings.accessSettings.reauthSettings`.
-
setUpdateMask
public CloudIAP.V1.UpdateIapSettings setUpdateMask(String updateMask)
The field mask specifying which IAP settings should be updated. If omitted, then all of the
settings are updated. See https://developers.google.com/protocol-
buffers/docs/reference/google.protobuf#fieldmask. Note: All IAP reauth settings must always
be set together, using the field mask: `iapSettings.accessSettings.reauthSettings`.
-
set
public CloudIAP.V1.UpdateIapSettings set(String parameterName,
Object value)
- Overrides:
set
in class CloudIAPRequest<IapSettings>
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy