target.apidocs.com.google.api.services.dataflow.Dataflow.Projects.Jobs.Aggregated.html Maven / Gradle / Ivy
Dataflow.Projects.Jobs.Aggregated (Dataflow API v1b3-rev20231112-2.0.0)
com.google.api.services.dataflow
Class Dataflow.Projects.Jobs.Aggregated
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.dataflow.DataflowRequest<ListJobsResponse>
-
- com.google.api.services.dataflow.Dataflow.Projects.Jobs.Aggregated
-
- Enclosing class:
- Dataflow.Projects.Jobs
public class Dataflow.Projects.Jobs.Aggregated
extends DataflowRequest<ListJobsResponse>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
Aggregated(String projectId)
List the jobs of a project across all regions.
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
Methods inherited from class com.google.api.services.dataflow.DataflowRequest
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
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
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
Aggregated
protected Aggregated(String projectId)
List the jobs of a project across all regions. **Note:** This method doesn't support filtering
the list of jobs by name.
Create a request for the method "jobs.aggregated".
This request holds the parameters needed by the the dataflow server. After setting any
optional parameters, call the 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.
- Parameters:
projectId
- The project which owns the jobs.
- Since:
- 1.13
-
Method Detail
-
executeUsingHead
public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
- Overrides:
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListJobsResponse>
- Throws:
IOException
-
buildHttpRequestUsingHead
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
- Overrides:
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListJobsResponse>
- Throws:
IOException
-
set$Xgafv
public Dataflow.Projects.Jobs.Aggregated set$Xgafv(String $Xgafv)
Description copied from class: DataflowRequest
V1 error format.
- Overrides:
set$Xgafv
in class DataflowRequest<ListJobsResponse>
-
setAccessToken
public Dataflow.Projects.Jobs.Aggregated setAccessToken(String accessToken)
Description copied from class: DataflowRequest
OAuth access token.
- Overrides:
setAccessToken
in class DataflowRequest<ListJobsResponse>
-
setAlt
public Dataflow.Projects.Jobs.Aggregated setAlt(String alt)
Description copied from class: DataflowRequest
Data format for response.
- Overrides:
setAlt
in class DataflowRequest<ListJobsResponse>
-
setCallback
public Dataflow.Projects.Jobs.Aggregated setCallback(String callback)
Description copied from class: DataflowRequest
JSONP
- Overrides:
setCallback
in class DataflowRequest<ListJobsResponse>
-
setFields
public Dataflow.Projects.Jobs.Aggregated setFields(String fields)
Description copied from class: DataflowRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class DataflowRequest<ListJobsResponse>
-
setKey
public Dataflow.Projects.Jobs.Aggregated setKey(String key)
Description copied from class: DataflowRequest
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
- Overrides:
setKey
in class DataflowRequest<ListJobsResponse>
-
setOauthToken
public Dataflow.Projects.Jobs.Aggregated setOauthToken(String oauthToken)
Description copied from class: DataflowRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class DataflowRequest<ListJobsResponse>
-
setPrettyPrint
public Dataflow.Projects.Jobs.Aggregated setPrettyPrint(Boolean prettyPrint)
Description copied from class: DataflowRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class DataflowRequest<ListJobsResponse>
-
setQuotaUser
public Dataflow.Projects.Jobs.Aggregated setQuotaUser(String quotaUser)
Description copied from class: DataflowRequest
Available to use for quota purposes for server-side applications. Can be any arbitrary string
assigned to a user, but should not exceed 40 characters.
- Overrides:
setQuotaUser
in class DataflowRequest<ListJobsResponse>
-
setUploadType
public Dataflow.Projects.Jobs.Aggregated setUploadType(String uploadType)
Description copied from class: DataflowRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class DataflowRequest<ListJobsResponse>
-
setUploadProtocol
public Dataflow.Projects.Jobs.Aggregated setUploadProtocol(String uploadProtocol)
Description copied from class: DataflowRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class DataflowRequest<ListJobsResponse>
-
getProjectId
public String getProjectId()
The project which owns the jobs.
-
setProjectId
public Dataflow.Projects.Jobs.Aggregated setProjectId(String projectId)
The project which owns the jobs.
-
getFilter
public String getFilter()
The kind of filter to use.
-
setFilter
public Dataflow.Projects.Jobs.Aggregated setFilter(String filter)
The kind of filter to use.
-
getLocation
public String getLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
contains this job.
-
setLocation
public Dataflow.Projects.Jobs.Aggregated setLocation(String location)
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-
endpoints) that contains this job.
-
getName
public String getName()
Optional. The job name.
-
setName
public Dataflow.Projects.Jobs.Aggregated setName(String name)
Optional. The job name.
-
getPageSize
public Integer getPageSize()
If there are many jobs, limit response to at most this many. The actual number of jobs returned
will be the lesser of max_responses and an unspecified server-defined limit.
-
setPageSize
public Dataflow.Projects.Jobs.Aggregated setPageSize(Integer pageSize)
If there are many jobs, limit response to at most this many. The actual number of jobs
returned will be the lesser of max_responses and an unspecified server-defined limit.
-
getPageToken
public String getPageToken()
Set this to the 'next_page_token' field of a previous response to request additional results in a
long list.
-
setPageToken
public 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.
-
getView
public String getView()
Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
-
setView
public Dataflow.Projects.Jobs.Aggregated setView(String view)
Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.
-
set
public Dataflow.Projects.Jobs.Aggregated set(String parameterName,
Object value)
- Overrides:
set
in class DataflowRequest<ListJobsResponse>
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy