public class Dataproc.Projects.Locations.WorkflowTemplates.InstantiateInline extends DataprocRequest<Operation>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
InstantiateInline(String parent,
WorkflowTemplate content)
Instantiates a template and begins execution.This method is equivalent to executing the
sequence CreateWorkflowTemplate, InstantiateWorkflowTemplate, DeleteWorkflowTemplate.The
returned Operation can be used to track execution of workflow by polling operations.get.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, 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, 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 InstantiateInline(String parent, WorkflowTemplate content)
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation. InstantiateInline#initialize(com.google.api.client.googleapis.services.Ab
stractGoogleClientRequest)
must be called to initialize this instance immediately after
invoking the constructor.
parent
- Required. The resource name of the region or location, as described in
https://cloud.google.com/apis/design/resource_names. For
projects.regions.workflowTemplates,instantiateinline, the resource name of the region has
the following format: projects/{project_id}/regions/{region} For
projects.locations.workflowTemplates.instantiateinline, the resource name of the location
has the following format: projects/{project_id}/locations/{location}content
- the WorkflowTemplate
public Dataproc.Projects.Locations.WorkflowTemplates.InstantiateInline set$Xgafv(String $Xgafv)
DataprocRequest
set$Xgafv
in class DataprocRequest<Operation>
public Dataproc.Projects.Locations.WorkflowTemplates.InstantiateInline setAccessToken(String accessToken)
DataprocRequest
setAccessToken
in class DataprocRequest<Operation>
public Dataproc.Projects.Locations.WorkflowTemplates.InstantiateInline setAlt(String alt)
DataprocRequest
setAlt
in class DataprocRequest<Operation>
public Dataproc.Projects.Locations.WorkflowTemplates.InstantiateInline setCallback(String callback)
DataprocRequest
setCallback
in class DataprocRequest<Operation>
public Dataproc.Projects.Locations.WorkflowTemplates.InstantiateInline setFields(String fields)
DataprocRequest
setFields
in class DataprocRequest<Operation>
public Dataproc.Projects.Locations.WorkflowTemplates.InstantiateInline setKey(String key)
DataprocRequest
setKey
in class DataprocRequest<Operation>
public Dataproc.Projects.Locations.WorkflowTemplates.InstantiateInline setOauthToken(String oauthToken)
DataprocRequest
setOauthToken
in class DataprocRequest<Operation>
public Dataproc.Projects.Locations.WorkflowTemplates.InstantiateInline setPrettyPrint(Boolean prettyPrint)
DataprocRequest
setPrettyPrint
in class DataprocRequest<Operation>
public Dataproc.Projects.Locations.WorkflowTemplates.InstantiateInline setQuotaUser(String quotaUser)
DataprocRequest
setQuotaUser
in class DataprocRequest<Operation>
public Dataproc.Projects.Locations.WorkflowTemplates.InstantiateInline setUploadType(String uploadType)
DataprocRequest
setUploadType
in class DataprocRequest<Operation>
public Dataproc.Projects.Locations.WorkflowTemplates.InstantiateInline setUploadProtocol(String uploadProtocol)
DataprocRequest
setUploadProtocol
in class DataprocRequest<Operation>
public String getParent()
public Dataproc.Projects.Locations.WorkflowTemplates.InstantiateInline setParent(String parent)
public String getInstanceId()
public Dataproc.Projects.Locations.WorkflowTemplates.InstantiateInline setInstanceId(String instanceId)
public String getRequestId()
public Dataproc.Projects.Locations.WorkflowTemplates.InstantiateInline setRequestId(String requestId)
public Dataproc.Projects.Locations.WorkflowTemplates.InstantiateInline set(String parameterName, Object value)
set
in class DataprocRequest<Operation>
Copyright © 2011–2021 Google. All rights reserved.