public class CloudIdentity.Groups.Patch extends CloudIdentityRequest<Operation>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Patch(String name,
Group content)
Updates a `Group`.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Output only.
|
String |
getUpdateMask()
Required.
|
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)
Output only.
|
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)
Required.
|
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.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, 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, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Patch(String name, Group content)
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.
name - Output only. The [resource name](https://cloud.google.com/apis/design/resource_names) of the
`Group`. Shall be of the form `groups/{group}`.content - the Grouppublic CloudIdentity.Groups.Patch set$Xgafv(String $Xgafv)
CloudIdentityRequestset$Xgafv in class CloudIdentityRequest<Operation>public CloudIdentity.Groups.Patch setAccessToken(String accessToken)
CloudIdentityRequestsetAccessToken in class CloudIdentityRequest<Operation>public CloudIdentity.Groups.Patch setAlt(String alt)
CloudIdentityRequestsetAlt in class CloudIdentityRequest<Operation>public CloudIdentity.Groups.Patch setCallback(String callback)
CloudIdentityRequestsetCallback in class CloudIdentityRequest<Operation>public CloudIdentity.Groups.Patch setFields(String fields)
CloudIdentityRequestsetFields in class CloudIdentityRequest<Operation>public CloudIdentity.Groups.Patch setKey(String key)
CloudIdentityRequestsetKey in class CloudIdentityRequest<Operation>public CloudIdentity.Groups.Patch setOauthToken(String oauthToken)
CloudIdentityRequestsetOauthToken in class CloudIdentityRequest<Operation>public CloudIdentity.Groups.Patch setPrettyPrint(Boolean prettyPrint)
CloudIdentityRequestsetPrettyPrint in class CloudIdentityRequest<Operation>public CloudIdentity.Groups.Patch setQuotaUser(String quotaUser)
CloudIdentityRequestsetQuotaUser in class CloudIdentityRequest<Operation>public CloudIdentity.Groups.Patch setUploadType(String uploadType)
CloudIdentityRequestsetUploadType in class CloudIdentityRequest<Operation>public CloudIdentity.Groups.Patch setUploadProtocol(String uploadProtocol)
CloudIdentityRequestsetUploadProtocol in class CloudIdentityRequest<Operation>public String getName()
public CloudIdentity.Groups.Patch setName(String name)
public String getUpdateMask()
public CloudIdentity.Groups.Patch setUpdateMask(String updateMask)
public CloudIdentity.Groups.Patch set(String parameterName, Object value)
set in class CloudIdentityRequest<Operation>Copyright © 2011–2024 Google. All rights reserved.