public class Monitoring.Services.Patch extends MonitoringRequest<Service>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Patch(String name,
Service content)
Update this Service.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Identifier.
|
String |
getUpdateMask()
A set of field paths defining which fields to use for the update.
|
Monitoring.Services.Patch |
set(String parameterName,
Object value) |
Monitoring.Services.Patch |
set$Xgafv(String $Xgafv)
V1 error format.
|
Monitoring.Services.Patch |
setAccessToken(String accessToken)
OAuth access token.
|
Monitoring.Services.Patch |
setAlt(String alt)
Data format for response.
|
Monitoring.Services.Patch |
setCallback(String callback)
JSONP
|
Monitoring.Services.Patch |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Monitoring.Services.Patch |
setKey(String key)
API key.
|
Monitoring.Services.Patch |
setName(String name)
Identifier.
|
Monitoring.Services.Patch |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Monitoring.Services.Patch |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Monitoring.Services.Patch |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Monitoring.Services.Patch |
setUpdateMask(String updateMask)
A set of field paths defining which fields to use for the update.
|
Monitoring.Services.Patch |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Monitoring.Services.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, Service 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 - Identifier. Resource name for this Service. The format is:
projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]content - the Servicepublic Monitoring.Services.Patch set$Xgafv(String $Xgafv)
MonitoringRequestset$Xgafv in class MonitoringRequest<Service>public Monitoring.Services.Patch setAccessToken(String accessToken)
MonitoringRequestsetAccessToken in class MonitoringRequest<Service>public Monitoring.Services.Patch setAlt(String alt)
MonitoringRequestsetAlt in class MonitoringRequest<Service>public Monitoring.Services.Patch setCallback(String callback)
MonitoringRequestsetCallback in class MonitoringRequest<Service>public Monitoring.Services.Patch setFields(String fields)
MonitoringRequestsetFields in class MonitoringRequest<Service>public Monitoring.Services.Patch setKey(String key)
MonitoringRequestsetKey in class MonitoringRequest<Service>public Monitoring.Services.Patch setOauthToken(String oauthToken)
MonitoringRequestsetOauthToken in class MonitoringRequest<Service>public Monitoring.Services.Patch setPrettyPrint(Boolean prettyPrint)
MonitoringRequestsetPrettyPrint in class MonitoringRequest<Service>public Monitoring.Services.Patch setQuotaUser(String quotaUser)
MonitoringRequestsetQuotaUser in class MonitoringRequest<Service>public Monitoring.Services.Patch setUploadType(String uploadType)
MonitoringRequestsetUploadType in class MonitoringRequest<Service>public Monitoring.Services.Patch setUploadProtocol(String uploadProtocol)
MonitoringRequestsetUploadProtocol in class MonitoringRequest<Service>public String getName()
public Monitoring.Services.Patch setName(String name)
public String getUpdateMask()
public Monitoring.Services.Patch setUpdateMask(String updateMask)
public Monitoring.Services.Patch set(String parameterName, Object value)
set in class MonitoringRequest<Service>Copyright © 2011–2025 Google. All rights reserved.