public class Monitoring.Projects.Groups.Update extends MonitoringRequest<Group>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Update(String name,
Group content)
Updates an existing group.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Output only.
|
Boolean |
getValidateOnly()
If true, validate this request but do not update the existing group.
|
Monitoring.Projects.Groups.Update |
set(String parameterName,
Object value) |
Monitoring.Projects.Groups.Update |
set$Xgafv(String $Xgafv)
V1 error format.
|
Monitoring.Projects.Groups.Update |
setAccessToken(String accessToken)
OAuth access token.
|
Monitoring.Projects.Groups.Update |
setAlt(String alt)
Data format for response.
|
Monitoring.Projects.Groups.Update |
setCallback(String callback)
JSONP
|
Monitoring.Projects.Groups.Update |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Monitoring.Projects.Groups.Update |
setKey(String key)
API key.
|
Monitoring.Projects.Groups.Update |
setName(String name)
Output only.
|
Monitoring.Projects.Groups.Update |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Monitoring.Projects.Groups.Update |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Monitoring.Projects.Groups.Update |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Monitoring.Projects.Groups.Update |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Monitoring.Projects.Groups.Update |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
Monitoring.Projects.Groups.Update |
setValidateOnly(Boolean validateOnly)
If true, validate this request but do not update the existing group.
|
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 Update(String name, Group content)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Monitoring.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must
be called to initialize this instance immediately after invoking the constructor.
name - Output only. The name of this group. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] When creating a group, this field is
ignored and a new name is created consisting of the project specified in the call to
CreateGroup and a unique [GROUP_ID] that is generated automatically.content - the Grouppublic Monitoring.Projects.Groups.Update set$Xgafv(String $Xgafv)
MonitoringRequestset$Xgafv in class MonitoringRequest<Group>public Monitoring.Projects.Groups.Update setAccessToken(String accessToken)
MonitoringRequestsetAccessToken in class MonitoringRequest<Group>public Monitoring.Projects.Groups.Update setAlt(String alt)
MonitoringRequestsetAlt in class MonitoringRequest<Group>public Monitoring.Projects.Groups.Update setCallback(String callback)
MonitoringRequestsetCallback in class MonitoringRequest<Group>public Monitoring.Projects.Groups.Update setFields(String fields)
MonitoringRequestsetFields in class MonitoringRequest<Group>public Monitoring.Projects.Groups.Update setKey(String key)
MonitoringRequestsetKey in class MonitoringRequest<Group>public Monitoring.Projects.Groups.Update setOauthToken(String oauthToken)
MonitoringRequestsetOauthToken in class MonitoringRequest<Group>public Monitoring.Projects.Groups.Update setPrettyPrint(Boolean prettyPrint)
MonitoringRequestsetPrettyPrint in class MonitoringRequest<Group>public Monitoring.Projects.Groups.Update setQuotaUser(String quotaUser)
MonitoringRequestsetQuotaUser in class MonitoringRequest<Group>public Monitoring.Projects.Groups.Update setUploadType(String uploadType)
MonitoringRequestsetUploadType in class MonitoringRequest<Group>public Monitoring.Projects.Groups.Update setUploadProtocol(String uploadProtocol)
MonitoringRequestsetUploadProtocol in class MonitoringRequest<Group>public String getName()
public Monitoring.Projects.Groups.Update setName(String name)
public Boolean getValidateOnly()
public Monitoring.Projects.Groups.Update setValidateOnly(Boolean validateOnly)
public Monitoring.Projects.Groups.Update set(String parameterName, Object value)
set in class MonitoringRequest<Group>Copyright © 2011–2025 Google. All rights reserved.