public class Dataflow.Projects.Jobs.Aggregated extends DataflowRequest<ListJobsResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Aggregated(String projectId)
List the jobs of a project across all regions.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getFilter()
The kind of filter to use.
|
String |
getLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
contains this job.
|
String |
getName()
Optional.
|
Integer |
getPageSize()
If there are many jobs, limit response to at most this many.
|
String |
getPageToken()
Set this to the 'next_page_token' field of a previous response to request additional results in a
long list.
|
String |
getProjectId()
The project which owns the jobs.
|
String |
getView()
Deprecated.
|
Dataflow.Projects.Jobs.Aggregated |
set(String parameterName,
Object value) |
Dataflow.Projects.Jobs.Aggregated |
set$Xgafv(String $Xgafv)
V1 error format.
|
Dataflow.Projects.Jobs.Aggregated |
setAccessToken(String accessToken)
OAuth access token.
|
Dataflow.Projects.Jobs.Aggregated |
setAlt(String alt)
Data format for response.
|
Dataflow.Projects.Jobs.Aggregated |
setCallback(String callback)
JSONP
|
Dataflow.Projects.Jobs.Aggregated |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Dataflow.Projects.Jobs.Aggregated |
setFilter(String filter)
The kind of filter to use.
|
Dataflow.Projects.Jobs.Aggregated |
setKey(String key)
API key.
|
Dataflow.Projects.Jobs.Aggregated |
setLocation(String location)
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-
endpoints) that contains this job.
|
Dataflow.Projects.Jobs.Aggregated |
setName(String name)
Optional.
|
Dataflow.Projects.Jobs.Aggregated |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Dataflow.Projects.Jobs.Aggregated |
setPageSize(Integer pageSize)
If there are many jobs, limit response to at most this many.
|
Dataflow.Projects.Jobs.Aggregated |
setPageToken(String pageToken)
Set this to the 'next_page_token' field of a previous response to request additional
results in a long list.
|
Dataflow.Projects.Jobs.Aggregated |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dataflow.Projects.Jobs.Aggregated |
setProjectId(String projectId)
The project which owns the jobs.
|
Dataflow.Projects.Jobs.Aggregated |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dataflow.Projects.Jobs.Aggregated |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Dataflow.Projects.Jobs.Aggregated |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
Dataflow.Projects.Jobs.Aggregated |
setView(String view)
Deprecated.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, 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 Aggregated(String projectId)
AbstractGoogleClientRequest.execute() method to invoke the remote
operation. Dataflow.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
projectId - The project which owns the jobs.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListJobsResponse>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListJobsResponse>IOExceptionpublic Dataflow.Projects.Jobs.Aggregated set$Xgafv(String $Xgafv)
DataflowRequestset$Xgafv in class DataflowRequest<ListJobsResponse>public Dataflow.Projects.Jobs.Aggregated setAccessToken(String accessToken)
DataflowRequestsetAccessToken in class DataflowRequest<ListJobsResponse>public Dataflow.Projects.Jobs.Aggregated setAlt(String alt)
DataflowRequestsetAlt in class DataflowRequest<ListJobsResponse>public Dataflow.Projects.Jobs.Aggregated setCallback(String callback)
DataflowRequestsetCallback in class DataflowRequest<ListJobsResponse>public Dataflow.Projects.Jobs.Aggregated setFields(String fields)
DataflowRequestsetFields in class DataflowRequest<ListJobsResponse>public Dataflow.Projects.Jobs.Aggregated setKey(String key)
DataflowRequestsetKey in class DataflowRequest<ListJobsResponse>public Dataflow.Projects.Jobs.Aggregated setOauthToken(String oauthToken)
DataflowRequestsetOauthToken in class DataflowRequest<ListJobsResponse>public Dataflow.Projects.Jobs.Aggregated setPrettyPrint(Boolean prettyPrint)
DataflowRequestsetPrettyPrint in class DataflowRequest<ListJobsResponse>public Dataflow.Projects.Jobs.Aggregated setQuotaUser(String quotaUser)
DataflowRequestsetQuotaUser in class DataflowRequest<ListJobsResponse>public Dataflow.Projects.Jobs.Aggregated setUploadType(String uploadType)
DataflowRequestsetUploadType in class DataflowRequest<ListJobsResponse>public Dataflow.Projects.Jobs.Aggregated setUploadProtocol(String uploadProtocol)
DataflowRequestsetUploadProtocol in class DataflowRequest<ListJobsResponse>public String getProjectId()
public Dataflow.Projects.Jobs.Aggregated setProjectId(String projectId)
public String getFilter()
public Dataflow.Projects.Jobs.Aggregated setFilter(String filter)
public String getLocation()
public Dataflow.Projects.Jobs.Aggregated setLocation(String location)
public String getName()
public Dataflow.Projects.Jobs.Aggregated setName(String name)
public Integer getPageSize()
public Dataflow.Projects.Jobs.Aggregated setPageSize(Integer pageSize)
public String getPageToken()
public Dataflow.Projects.Jobs.Aggregated setPageToken(String pageToken)
public String getView()
public Dataflow.Projects.Jobs.Aggregated setView(String view)
public Dataflow.Projects.Jobs.Aggregated set(String parameterName, Object value)
set in class DataflowRequest<ListJobsResponse>Copyright © 2011–2025 Google. All rights reserved.