public class AlertCenter.Alerts.List extends AlertCenterRequest<ListAlertsResponse>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
List()
Lists the alerts.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getCustomerId()
Optional.
|
String |
getFilter()
Optional.
|
String |
getOrderBy()
Optional.
|
Integer |
getPageSize()
Optional.
|
String |
getPageToken()
Optional.
|
AlertCenter.Alerts.List |
set(String parameterName,
Object value) |
AlertCenter.Alerts.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
AlertCenter.Alerts.List |
setAccessToken(String accessToken)
OAuth access token.
|
AlertCenter.Alerts.List |
setAlt(String alt)
Data format for response.
|
AlertCenter.Alerts.List |
setCallback(String callback)
JSONP
|
AlertCenter.Alerts.List |
setCustomerId(String customerId)
Optional.
|
AlertCenter.Alerts.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
AlertCenter.Alerts.List |
setFilter(String filter)
Optional.
|
AlertCenter.Alerts.List |
setKey(String key)
API key.
|
AlertCenter.Alerts.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
AlertCenter.Alerts.List |
setOrderBy(String orderBy)
Optional.
|
AlertCenter.Alerts.List |
setPageSize(Integer pageSize)
Optional.
|
AlertCenter.Alerts.List |
setPageToken(String pageToken)
Optional.
|
AlertCenter.Alerts.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
AlertCenter.Alerts.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
AlertCenter.Alerts.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
AlertCenter.Alerts.List |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected List()
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
AlertCenter.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
public com.google.api.client.http.HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListAlertsResponse>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListAlertsResponse>
IOException
public AlertCenter.Alerts.List set$Xgafv(String $Xgafv)
AlertCenterRequest
set$Xgafv
in class AlertCenterRequest<ListAlertsResponse>
public AlertCenter.Alerts.List setAccessToken(String accessToken)
AlertCenterRequest
setAccessToken
in class AlertCenterRequest<ListAlertsResponse>
public AlertCenter.Alerts.List setAlt(String alt)
AlertCenterRequest
setAlt
in class AlertCenterRequest<ListAlertsResponse>
public AlertCenter.Alerts.List setCallback(String callback)
AlertCenterRequest
setCallback
in class AlertCenterRequest<ListAlertsResponse>
public AlertCenter.Alerts.List setFields(String fields)
AlertCenterRequest
setFields
in class AlertCenterRequest<ListAlertsResponse>
public AlertCenter.Alerts.List setKey(String key)
AlertCenterRequest
setKey
in class AlertCenterRequest<ListAlertsResponse>
public AlertCenter.Alerts.List setOauthToken(String oauthToken)
AlertCenterRequest
setOauthToken
in class AlertCenterRequest<ListAlertsResponse>
public AlertCenter.Alerts.List setPrettyPrint(Boolean prettyPrint)
AlertCenterRequest
setPrettyPrint
in class AlertCenterRequest<ListAlertsResponse>
public AlertCenter.Alerts.List setQuotaUser(String quotaUser)
AlertCenterRequest
setQuotaUser
in class AlertCenterRequest<ListAlertsResponse>
public AlertCenter.Alerts.List setUploadType(String uploadType)
AlertCenterRequest
setUploadType
in class AlertCenterRequest<ListAlertsResponse>
public AlertCenter.Alerts.List setUploadProtocol(String uploadProtocol)
AlertCenterRequest
setUploadProtocol
in class AlertCenterRequest<ListAlertsResponse>
public String getCustomerId()
public AlertCenter.Alerts.List setCustomerId(String customerId)
public String getFilter()
public AlertCenter.Alerts.List setFilter(String filter)
public String getOrderBy()
public AlertCenter.Alerts.List setOrderBy(String orderBy)
public Integer getPageSize()
public AlertCenter.Alerts.List setPageSize(Integer pageSize)
public String getPageToken()
public AlertCenter.Alerts.List setPageToken(String pageToken)
public AlertCenter.Alerts.List set(String parameterName, Object value)
set
in class AlertCenterRequest<ListAlertsResponse>
Copyright © 2011–2024 Google. All rights reserved.