target.apidocs.com.google.api.services.cloudidentity.v1.CloudIdentity.Groups.Patch.html Maven / Gradle / Ivy
CloudIdentity.Groups.Patch (Cloud Identity API v1-rev20190924-1.30.3)
com.google.api.services.cloudidentity.v1
Class CloudIdentity.Groups.Patch
- 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.cloudidentity.v1.CloudIdentityRequest<Operation>
-
- com.google.api.services.cloudidentity.v1.CloudIdentity.Groups.Patch
-
- Enclosing class:
- CloudIdentity.Groups
public class CloudIdentity.Groups.Patch
extends CloudIdentityRequest<Operation>
-
-
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
Patch(String name,
Group content)
Updates a Group.
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
String
getName()
[ Resource name](https://cloud.google.com/apis/design/resource_names) of the Group in the format:
[ `groups/{group_id}`, where group_id is the unique ID assigned to the Group.
String
getUpdateMask()
Editable fields: `display_name`, `description`
CloudIdentity.Groups.Patch
set(String parameterName,
Object value)
CloudIdentity.Groups.Patch
set$Xgafv(String $Xgafv)
V1 error format.
CloudIdentity.Groups.Patch
setAccessToken(String accessToken)
OAuth access token.
CloudIdentity.Groups.Patch
setAlt(String alt)
Data format for response.
CloudIdentity.Groups.Patch
setCallback(String callback)
JSONP
CloudIdentity.Groups.Patch
setFields(String fields)
Selector specifying which fields to include in a partial response.
CloudIdentity.Groups.Patch
setKey(String key)
API key.
CloudIdentity.Groups.Patch
setName(String name)
[Resource name](https://cloud.google.com/apis/design/resource_names) of the Group in the
format: `groups/{group_id}`, where group_id is the unique ID assigned to the Group.
CloudIdentity.Groups.Patch
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
CloudIdentity.Groups.Patch
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
CloudIdentity.Groups.Patch
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
CloudIdentity.Groups.Patch
setUpdateMask(String updateMask)
Editable fields: `display_name`, `description`
CloudIdentity.Groups.Patch
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
CloudIdentity.Groups.Patch
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
-
Methods inherited from class com.google.api.services.cloudidentity.v1.CloudIdentityRequest
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
-
Patch
protected Patch(String name,
Group content)
Updates a Group.
Create a request for the method "groups.patch".
This request holds the parameters needed by the the cloudidentity server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
CloudIdentity.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must
be called to initialize this instance immediately after invoking the constructor.
- Parameters:
name
- [Resource name](https://cloud.google.com/apis/design/resource_names) of the
Group in the format:
`groups/{group_id}`, where group_id is the unique ID
assigned to the Group.
Must be left
blank while creating a Group.
content
- the Group
- Since:
- 1.13
-
Method Detail
-
set$Xgafv
public CloudIdentity.Groups.Patch set$Xgafv(String $Xgafv)
Description copied from class: CloudIdentityRequest
V1 error format.
- Overrides:
set$Xgafv
in class CloudIdentityRequest<Operation>
-
setAccessToken
public CloudIdentity.Groups.Patch setAccessToken(String accessToken)
Description copied from class: CloudIdentityRequest
OAuth access token.
- Overrides:
setAccessToken
in class CloudIdentityRequest<Operation>
-
setAlt
public CloudIdentity.Groups.Patch setAlt(String alt)
Description copied from class: CloudIdentityRequest
Data format for response.
- Overrides:
setAlt
in class CloudIdentityRequest<Operation>
-
setCallback
public CloudIdentity.Groups.Patch setCallback(String callback)
Description copied from class: CloudIdentityRequest
JSONP
- Overrides:
setCallback
in class CloudIdentityRequest<Operation>
-
setFields
public CloudIdentity.Groups.Patch setFields(String fields)
Description copied from class: CloudIdentityRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class CloudIdentityRequest<Operation>
-
setKey
public CloudIdentity.Groups.Patch setKey(String key)
Description copied from class: CloudIdentityRequest
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 CloudIdentityRequest<Operation>
-
setOauthToken
public CloudIdentity.Groups.Patch setOauthToken(String oauthToken)
Description copied from class: CloudIdentityRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class CloudIdentityRequest<Operation>
-
setPrettyPrint
public CloudIdentity.Groups.Patch setPrettyPrint(Boolean prettyPrint)
Description copied from class: CloudIdentityRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class CloudIdentityRequest<Operation>
-
setQuotaUser
public CloudIdentity.Groups.Patch setQuotaUser(String quotaUser)
Description copied from class: CloudIdentityRequest
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 CloudIdentityRequest<Operation>
-
setUploadType
public CloudIdentity.Groups.Patch setUploadType(String uploadType)
Description copied from class: CloudIdentityRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class CloudIdentityRequest<Operation>
-
setUploadProtocol
public CloudIdentity.Groups.Patch setUploadProtocol(String uploadProtocol)
Description copied from class: CloudIdentityRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class CloudIdentityRequest<Operation>
-
getName
public String getName()
[ Resource name](https://cloud.google.com/apis/design/resource_names) of the Group in the format:
[ `groups/{group_id}`, where group_id is the unique ID assigned to the Group.
[
[ Must be left blank while creating a Group.
[
-
setName
public CloudIdentity.Groups.Patch setName(String name)
[Resource name](https://cloud.google.com/apis/design/resource_names) of the Group in the
format: `groups/{group_id}`, where group_id is the unique ID assigned to the Group.
Must be left blank while creating a Group.
-
getUpdateMask
public String getUpdateMask()
Editable fields: `display_name`, `description`
-
setUpdateMask
public CloudIdentity.Groups.Patch setUpdateMask(String updateMask)
Editable fields: `display_name`, `description`
-
set
public CloudIdentity.Groups.Patch set(String parameterName,
Object value)
- Overrides:
set
in class CloudIdentityRequest<Operation>
Copyright © 2011–2019 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy