ձ4[      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKL M N O P Q R S T U V W X Y Z (c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None+0U (c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None+0Position defines a position within a collection of data. The value can be either the end position, a key (used with ordered collections), a byte offset, or a record index.See:  smart constructor.)Response to a request to lease WorkItems.See:  smart constructor.sA work item that represents the different operations that can be performed on a user-defined Source specification.See:  smart constructor.*Describes a particular function to invoke.See:  smart constructor.SAn input of an instruction, as a reference to an output of a producer instruction.See:  smart constructor.cIdentifies a pubsub location to use for transferring data into or out of a streaming Dataflow job.See:  smart constructor.+Response to a request to list job messages.See:  smart constructor.Represents the operation to split a high-level Source specification into bundles (parts for parallel processing). At a high level, splitting of a source into bundles happens as follows: SourceSplitRequest is applied to the source. If it returns SOURCE_SPLIT_OUTCOME_USE_CURRENT, no further splitting happens and the source is used "as is". Otherwise, splitting is applied recursively to each produced DerivedSource. As an optimization, for any Source, if its does_not_need_splitting is true, the framework assumes that splitting this source would return SOURCE_SPLIT_OUTCOME_USE_CURRENT, and doesn't initiate a SourceSplitRequest. This applies both to the initial source being split and to bundles produced from it.See:  smart constructor.Data disk assignment information for a specific key-range of a sharded computation. Currently we only support UTF-8 character splits to simplify encoding into JSON.See:  smart constructor. State family configuration.See:  smart constructor. 5The codec to use to decode data read from the source.See:  smart constructor. mAdditional information about how a Dataflow job will be executed which isn t contained in the submitted job.See:  smart constructor. BInformation about a side input of a DoFn or an input of a SeqDoFn.See:  smart constructor. %DEPRECATED in favor of DerivedSource.See:  smart constructor.=How to interpret the source element(s) as a side input value.See:  smart constructor.6Describes a particular operation comprising a MapTask.See:  smart constructor.*Identifies the location of a custom souce.See:  smart constructor.An instruction that does a ParDo operation. Takes one main input and zero or more side inputs, and produces zero or more outputs. Runs user code.See:  smart constructor.KAn instruction that does a partial group-by-key. One input and one output.See:  smart constructor.3Information about an output of a multi-output DoFn.See:  smart constructor.Location information for a specific key-range of a sharded computation. Currently we only support UTF-8 character splits to simplify encoding into JSON.See:  smart constructor.1A progress measurement of a WorkItem by a worker.See:  smart constructor.3A source that records can be read and decoded from.See:  smart constructor.Response to a request to list Dataflow jobs. This may be a partial response, depending on the page size in the ListJobsRequest.See:  smart constructor.VDescribes full or partial data disk assignment information of the computation ranges.See:  smart constructor.*DEPRECATED in favor of DynamicSourceSplit.See: ~ smart constructor.:Response from a request to report the status of WorkItems.See: | smart constructor.When a task splits using WorkItemStatus.dynamic_source_split, this message describes the two parts of the split relative to the description of the current task's input.See: y smart constructor.Packages that need to be installed in order for a worker to run the steps of the Dataflow job which will be assigned to its worker pool. This is the mechanism by which the SDK causes code to be loaded onto the workers. For example, the Dataflow Java SDK might use this to install jars containing the user's code and all of the various dependencies (libraries, data files, etc) required in order for that code to run.See: v smart constructor.?Defines a particular step within a Dataflow job. A job consists of multiple steps, each of which performs some specific operation as part of the overall job. Data is typically passed from one step to another as part of the job. Here's an example of a sequence of steps which together implement a Map-Reduce job: * Read a collection of data from some source, parsing the collection's elements. * Validate the elements. * Apply a user-defined function to map each element to some value and extract an element-specific key value. * Group elements with the same key into a single element with that key, transforming a multiply-keyed collection into a uniquely-keyed collection. * Write the elements out to some data sink. (Note that the Dataflow service may be used to run many different types of jobs, not just Map-Reduce).See: r smart constructor.#Describes one particular pool of Dataflow workers to be instantiated by the Dataflow service in order to perform the computations required by a job. Note that a workflow job may use multiple pools, in order to match the various computational requirements of the various stages of the job.See: ` smart constructor. *The sink to write to, plus its parameters.See: ^ smart constructor.!HAn instruction that reads records. Takes no inputs, produces one output.See: \ smart constructor."0Defines a job to be run by the Dataflow service.See: L smart constructor.#'The value combining function to invoke.See: J smart constructor.$The user function to invoke.See: H smart constructor.%4A request to compute the SourceMetadata of a Source.See: F smart constructor.&,Information about an output of a SeqMapTask.See: C smart constructor.'2A particular message pertaining to a Dataflow job.See: > smart constructor.(gA task which describes what action should be performed for the specified streaming computation ranges.See: : smart constructor.)2Identifies the location of a streaming side input.See: 7 smart constructor.*%Extra arguments for this worker pool.See: 5 smart constructor.+fDescribes a stream of data, either as input to be processed or as output of a streaming Dataflow job.See: 0 smart constructor.,>The codec to use to encode data being written via this output.See: . smart constructor.-The user function to invoke.See: , smart constructor..4The codec to use to encode data written to the sink.See: * smart constructor./Describes mounted data disk.See: ( smart constructor.0MapTask consists of an ordered set of instructions, each of which describes one particular low-level operation for the worker to perform in order to accomplish the MapTask's WorkItem. Each instruction must appear in the list before any instructions which depends on its output.See: $ smart constructor.1AThe codec to use for interpreting an element in the input PTable.See: " smart constructor.2:A task which initializes part of a streaming Dataflow job.See:  smart constructor.3\The Dataflow service's idea of the current state of a WorkItem being processed by a worker.See:  smart constructor.4-Data disk assignment for a given VM instance.See:  smart constructor.5OOther data returned by the service, specific to the particular worker harness.See:  smart constructor.64Provides data to pass through to the worker harness.See:   smart constructor.7gGlobal topology of the streaming Dataflow job, including all computations and their sharded locations.See:  smart constructor.8pNamed properties associated with the step. Each kind of predefined step has its own required set of properties.See:  smart constructor.:CA task which consists of a shell command for the worker to execute.See:  smart constructor.;2Maps user stage names to stable computation names.See:  smart constructor.<The result of a SourceOperationRequest, specified in ReportWorkItemStatusRequest.source_operation when the work item is completed.See:  smart constructor.=Request to lease WorkItems.See:  smart constructor.>The Dataflow SDK pipeline options specified by the user. These options are passed through the service and are used to recreate the SDK pipeline options on the worker in a language agnostic and platform independent way.See:  smart constructor.?"Taskrunner configuration settings.See:  smart constructor.@Experimental settings.See:  smart constructor.AZMetadata about a Source useful for automatically optimizing and tuning the pipeline, etc.See:  smart constructor.B-The source to read from, plus its parameters.See:  smart constructor.ClMap of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.See:  smart constructor.DMAn instruction that copies its inputs (zero or more) to its (single) output.See:  smart constructor.EEConveys a worker's progress through the work described by a WorkItem.See:  smart constructor.FMJobMetrics contains a collection of metrics descibing the detailed progress of a Dataflow job. Metrics correspond to user-defined and system-defined metrics in the job. This resource captures only the most recent values of each metric; time-series data can be queried for them (under the same metric names) from Cloud Monitoring.See:  smart constructor.GSpecification of one of the bundles produced as a result of splitting a Source (e.g. when executing a SourceSplitRequest, or when splitting an active task using WorkItemStatus.dynamic_source_split), relative to the source being split.See:  smart constructor.H\Identifies the location of a streaming computation stage, for stage-to-stage communication.See:  smart constructor.I5Zero or more labeled fields which identify the part of the job this metric is associated with, such as the name of a step or collection. For example, built-in counters associated with steps will have context['step'] = . Counters associated with PCollections in the SDK will have context['pcollection'] = .See:  smart constructor.JA position that encapsulates an inner position and an index for the inner position. A ConcatPosition can be used by a reader of a source that encapsulates a set of other sources.See:  smart constructor.K7Describes the environment in which a Dataflow Job runs.See:  smart constructor.L+The result of a SourceGetMetadataOperation.See:  smart constructor.M Describes the state of a metric.See:  smart constructor.N/Describes the data disk used by a workflow job.See:  smart constructor.O8A description of the process that generated the request.See:  smart constructor.PJAn instruction that writes records. Takes one input, produces no outputs.See:  smart constructor.QJIdentifies a metric, by describing the source which generated the metric.See:  smart constructor.R2A sink that records can be encoded and written to.See:  smart constructor.SpA structure describing which components and their versions of the service are required in order to run the job.See:  smart constructor.T*Request to report the status of WorkItems.See:  smart constructor.UAn output of an instruction.See:  smart constructor.V|Contains information about how a particular [google.dataflow.v1beta3.Step][google.dataflow.v1beta3.Step] will be executed.See:  smart constructor.W$Settings for WorkerPool autoscaling.See:  smart constructor.X1Metadata to set on the Google Compute Engine VMs.See:  smart constructor.YdHints for splitting a Source into bundles (parts for parallel processing) using SourceSplitRequest.See:  smart constructor.ZTWorkItem represents basic information about a WorkItem to be executed in the cloud.See: q smart constructor.[The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by  https://github.com/grpcgRPC. The error model is designed to be: - Simple to use and understand for most users - Flexible enough to meet unexpected needs # Overview The `Status` message contains three pieces of data: error code, error message, and error details. The error code should be an enum value of [google.rpc.Code][], but it may accept additional error codes if needed. The error message should be a developer-facing English message that helps developers *understand* and *resolve* the error. If a localized user-facing error message is needed, put the localized message in the error details or localize it in the client. The optional error details may contain arbitrary information about the error. There is a predefined set of error detail types in the package `google.rpc` which can be used for common error conditions. # Language mapping The `Status` message is the logical representation of the error model, but it is not necessarily the actual wire format. When the `Status` message is exposed in different client libraries and different wire protocols, it can be mapped differently. For example, it will likely be mapped to some exceptions in Java, but more likely mapped to some error codes in C. # Other uses The error model and the `Status` message can be used in a variety of environments, either with or without APIs, to provide a consistent developer experience across different environments. Example uses of this error model include: - Partial errors. If a service needs to return partial errors to the client, it may embed the `Status` in the normal response to indicate the partial errors. - Workflow errors. A typical workflow has multiple steps. Each step may have a `Status` message for error reporting purpose. - Batch operations. If a client uses batch request and batch response, the `Status` message should be used directly inside batch response, one for each error sub-response. - Asynchronous operations. If an API call embeds asynchronous operation results in its response, the status of those operations should be represented directly using the `Status` message. - Logging. If some API errors are stored in logs, the message `Status` could be used directly after any stripping needed for security/privacy reasons.See: m smart constructor.\%The response to a SourceSplitRequest.See: i smart constructor.]4All configuration data for a particular Computation.See: a smart constructor.^>A mapping from each stage to the information about that stage.See: _ smart constructor._Creates a value of ^4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:`aCreates a value of ]4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:bcdefghbThe state family values.cThe user stage name.dThe inputs to the computation.e,The key ranges processed by the computation.f!The outputs from the computation.gThe ID of the computation.hThe system stage name.iCreates a value of \4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:jkljIf outcome is SPLITTING_HAPPENED, then this is a list of bundles into which the source was split. Otherwise this field is ignored. This list can be empty, which means the source represents an empty input.kDEPRECATED in favor of bundles.l<Indicates whether splitting happened and produced a list of bundles. If this is USE_CURRENT_SOURCE_AS_IS, the current source should be processed "as is" without splitting. "bundles" is ignored in this case. If this is SPLITTING_HAPPENED, then "bundles" contains a list of bundles into which the source was split.mCreates a value of [4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:nopnnA list of messages that carry the error details. There will be a common set of message types for APIs to use.oFThe status code, which should be an enum value of [google.rpc.Code][].pA developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.qCreates a value of Z4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:rstuvwxyz{|}~r5Identifies the workflow job this WorkItem belongs to.sRecommended reporting interval.t/Additional information for ShellTask WorkItems.u8Additional information for StreamingSetupTask WorkItems.vCThe initial index to use when reporting the status of the WorkItem.w-Additional information for MapTask WorkItems.xQAny required packages that need to be fetched in order to execute this WorkItem.y>Additional information for StreamingComputationTask WorkItems.z6Additional information for source operation WorkItems.{Identifies this WorkItem.|6Identifies the cloud project this WorkItem belongs to.}1Time when the lease on this [Work][] will expire.~3Work item-specific configuration as an opaque blob.0Additional information for SeqMapTask WorkItems.Creates a value of Y4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:1DEPRECATED in favor of desired_bundle_size_bytes.tThe source should be split into a set of bundles where the estimated size of each is approximately this many bytes.Creates a value of X4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Creates a value of W4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:0The maximum number of workers to cap scaling at.%The algorithm to use for autoscaling.Creates a value of V4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.Creates a value of U4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:>The codec to use to encode data being written via this output.&The user-provided name of this output.?System-defined name of this output. Unique across the workflow.Creates a value of T4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:$The current timestamp at the worker.The order is unimportant, except that the order of the WorkItemServiceState messages in the ReportWorkItemStatusResponse corresponds to the order of WorkItemStatus messages here.The ID of the worker reporting the WorkItem status. If this does not match the ID of the worker which the Dataflow service believes currently has the lease on the WorkItem, the report will be dropped (with an error response).Creates a value of S4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Properties of the object.Creates a value of R4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:4The codec to use to encode data written to the sink.*The sink to write to, plus its parameters.Creates a value of Q4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Origin (namespace) of metric name. May be blank for user-define metrics; will be "dataflow" for metrics defined by the Dataflow service or SDK.5Zero or more labeled fields which identify the part of the job this metric is associated with, such as the name of a step or collection. For example, built-in counters associated with steps will have context['step'] = . Counters associated with PCollections in the SDK will have context['pcollection'] = .Worker-defined metric name.Creates a value of P4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:The sink to write to. The input.Creates a value of O4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Properties of the object.Creates a value of N4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:eSize of disk in GB. If zero or unspecified, the service will attempt to choose a reasonable default.Disk storage type, as defined by Google Compute Engine. This must be a disk type appropriate to the project and zone in which the workers will run. If unknown or unspecified, the service will attempt to choose a reasonable default. For example, the standard persistent disk type is a resource name typically ending in "pd-standard". If SSD persistent disks are available, the resource name typically ends with "pd-ssd". The actual valid values are defined the Google Compute Engine API, not by the Dataflow API; consult the Google Compute Engine documentation for more information about determining the set of available disk types for a particular project and zone. Google Compute Engine Disk types are local to a particular project in a particular zone, and so the resource name will typically look something like this: compute.googleapis.com/projects/ /zones//diskTypes/pd-standard(Directory in a VM where disk is mounted.Creates a value of M4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: Worker-computed aggregate value for the "Mean" aggregation kind. This holds the sum of the aggregated values and is used in combination with mean_count below to obtain the actual mean aggregate value. The only possible value types are Long and Double.JWorker-computed aggregate value for internal use by the Dataflow service.Worker-computed aggregate value for the "Set" aggregation kind. The only possible value type is a list of Values whose type can be Long, Double, or String, according to the metric's type. All Values in the list must be of the same type.True if this metric is reported as the total cumulative aggregate value accumulated since the worker started working on this WorkItem. By default this is false, indicating that this metric is reported as a delta that is not associated with any WorkItem.Metric aggregation kind. The possible metric aggregation kinds are "Sum", "Max", "Min", "Mean", "Set", "And", and "Or". The specified aggregation kind is case-insensitive. If omitted, this is not an aggregated value but instead a single metric sample value.Timestamp associated with the metric value. Optional when workers are reporting work progress; it will be filled in responses from the metrics API.Worker-computed aggregate value for the "Mean" aggregation kind. This holds the count of the aggregated values and is used in combination with mean_sum above to obtain the actual mean aggregate value. The only possible value type is Long.Name of the metric.Worker-computed aggregate value for aggregation kinds "Sum", "Max", "Min", "And", and "Or". The possible value types are Long, Double, and Boolean.Creates a value of L4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:The computed metadata.Creates a value of K4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: The dataset for the current project where various workflow related tables are stored. The supported resource type is: Google BigQuery: bigquery.googleapis.com/{dataset}"The list of experiments to enable.iWorker pools. At least one "harness" worker pool must be specified in order for the job to have workers.The type of cluster manager API to use. If unknown or unspecified, the service will attempt to choose a reasonable default. This should be in the form of the API service name, e.g. "compute.googleapis.com".pA structure describing which components and their versions of the service are required in order to run the job.Experimental settings.The prefix of the resources the system should use for temporary storage. The system will append the suffix "/temp-{JOBNAME} to this resource prefix, where {JOBNAME} is the value of the job_name field. The resulting bucket and object prefix is used as the prefix of the resources used to store temporary data needed during the job execution. NOTE: This will override the value in taskrunner_settings. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}8A description of the process that generated the request.The Dataflow SDK pipeline options specified by the user. These options are passed through the service and are used to recreate the SDK pipeline options on the worker in a language agnostic and platform independent way.Creates a value of J4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Index of the inner source.!Position within the inner source.Creates a value of I4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Creates a value of H4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:CIdentifies the particular stream within the streaming Dataflow job.Creates a value of G4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:4What source to base the produced source on (if any).Specification of the source.Creates a value of F4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:All metrics for this job.0Timestamp as of which metric values are current.Creates a value of E4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: $The WorkItem's approximate progress.xIf the work item represented a SourceOperationRequest, and the work is completed, contains the result of the operation.xA worker may split an active map task in two parts, "primary" and "residual", continuing to process the primary part and returning the residual part into the pool of available work. This event is called a "dynamic split" and is critical to the dynamic work rebalancing feature. The two obtained sub-tasks are called "parts" of the split. The parts, if concatenated, must represent the same input as would be read by the current task if the split did not happen. The exact way in which the original task is decomposed into the two parts is specified either as a position demarcating them (stop_position), or explicitly as two DerivedSources, if this task consumes a user-defined source type (dynamic_source_split). The "current" task is adjusted as a result of the split: after a task with range [A, B) sends a stop_position update at C, its range is considered to be [A, C), e.g.: * Progress should be interpreted relative to the new range, e.g. "75% completed" means "75% of [A, C) completed" * The worker should interpret proposed_stop_position relative to the new range, e.g. "split at 68%" should be interpreted as "split at 68% of [A, C)". * If the worker chooses to split again using stop_position, only stop_positions in [A, C) will be accepted. * Etc. dynamic_source_split has similar semantics: e.g., if a task with source S splits using dynamic_source_split into {P, R} (where P and R must be together equivalent to S), then subsequent progress and proposed_stop_position should be interpreted relative to P, and in a potential subsequent dynamic_source_split into {P', R'}, P' and R' must be together equivalent to P, etc.#See documentation of stop_position.DTrue if the WorkItem was completed (successfully or unsuccessfully).,DEPRECATED in favor of dynamic_source_split.The report index. When a WorkItem is leased, the lease will contain an initial report index. When a WorkItem's status is reported to the system, the report should be sent with that report index, and the response will contain the index the worker should use for the next report. Reports received with unexpected index values will be rejected by the service. In order to preserve idempotency, the worker should not alter the contents of a report, even if the worker must submit the same report multiple times before getting back a response. The worker should not submit a subsequent report until the response for the previous report had been received from the service.1Amount of time the worker requests for its lease.Specifies errors which occurred during processing. If errors are provided, and completed = true, then the WorkItem is considered to have failed.3Worker output metrics (counters) for this WorkItem.Identifies the WorkItem.Creates a value of D4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:0Describes the inputs to the flatten instruction.Creates a value of C4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Creates a value of B4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Properties of the object.Creates a value of A4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:An estimate of the total size (in bytes) of the data that would be read from this source. This estimate is in terms of external storage size, before any decompression or other processing done by the reader.sWhether this source is known to produce key/value pairs with the (encoded) keys in lexicographically sorted order.]Specifies that the size of this source is known to be infinite (this is a streaming source).Creates a value of @4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:<Properties of the object. Contains field 'ype with type URL.Creates a value of ?4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:1Do we continue taskrunner if an exception is hit?%Command to launch the worker harness. Store the workflow in this file.ZThe UNIX group ID on the worker VM to use for tasks launched by taskrunner; e.g. "wheel".(Also send taskrunner log info to stderr?$API version of endpoint, e.g. "v1b3""Directory on the VM to store logs.*Store preprocessing commands in this file.ID string of VM.The base URL for the taskrunner to use when accessing Google Cloud APIs. When workers access Google Cloud APIs, they logically do so via relative URLs. If this field is specified, it supplies the base URL to use for resolving these relative URLs. The normative algorithm used is defined by RFC 1808, "Relative Uniform Resource Locators". If not specified, the default value is "http://www.googleapis.com/"UOAuth2 scopes to be requested by the taskrunner in order to access the dataflow API.XThe UNIX user ID on the worker VM to use for tasks launched by taskrunner; e.g. "root".!Streaming worker main class name.8Location on the worker for task-specific subdirectories.Indicates where to put logs. If this is not specified, the logs will not be uploaded. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}The prefix of the resources the taskrunner should use for temporary storage. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}DSend taskrunner log into to Google Compute Engine VM serial console?0Settings to pass to the parallel worker harness.Suggested backend language.Creates a value of >4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Properties of the object.Creates a value of =4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Filter for WorkItem type.$The current timestamp at the worker.WWorker capabilities. WorkItems might be limited to workers with specific capabilities.The initial lease period.bIdentifies the worker leasing work -- typically the ID of the virtual machine running the worker.Creates a value of <4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:*A response to a request to split a source.7A response to a request to get metadata about a source.Creates a value of ;4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Creates a value of :4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:The shell command to run.Exit code for the task.Creates a value of 94 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:<Properties of the object. Contains field 'ype with type URL.Creates a value of 84 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Properties of the object.Creates a value of 74 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:  /The disks assigned to a streaming Dataflow job. 2Maps user stage names to stable computation names. :The computations associated with a streaming Dataflow job. Creates a value of 64 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:   [The Dataflow service path relative to the root URL, for example, "dataflow/v1b3/projects". The base URL for accessing Google Cloud APIs. When workers access Google Cloud APIs, they logically do so via relative URLs. If this field is specified, it supplies the base URL to use for resolving these relative URLs. The normative algorithm used is defined by RFC 1808, "Relative Uniform Resource Locators". If not specified, the default value is "http://www.googleapis.com/"SThe Shuffle service path relative to the root URL, for example, "shuffle/v1beta1".The prefix of the resources the system should use for temporary storage. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}&Send work progress updates to service.'ID of the worker running this pipeline.Creates a value of 54 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Properties of the object.Creates a value of 44 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:_VM instance name the data disks mounted to, for example "myproject-1014-104817-4c2-harness-0". Mounted data disks. The order is important a data disk's 0-based index in this list defines which persistent directory the disk is mounted to, for example the list of { "myproject-1014-104817-4c2-harness-0-disk-0" }, { "myproject-1014-104817-4c2-harness-0-disk-1" }.Creates a value of 34 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:The index value to use for the next report sent by the worker. Note: If the report call fails for whatever reason, the worker should reuse this index for subsequent report attempts.#New recommended reporting interval.OOther data returned by the service, specific to the particular worker harness.jThe progress point in the WorkItem where the Dataflow service suggests that the worker truncate the task.Obsolete, always empty.,Time at which the current lease will expire.Creates a value of 24 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: !2The global topology of the streaming Dataflow job. fThe TCP port on which the worker should listen for messages from other streaming computation workers.!QThe TCP port used by the worker to communicate with the Dataflow worker harness."Creates a value of 14 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:##Properties of the object.$Creates a value of 04 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:%&'% The instructions in the MapTask.&@System-defined name of this MapTask. Unique across the workflow.'VSystem-defined name of the stage containing this MapTask. Unique across the workflow.(Creates a value of /4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:))The name of the data disk. This name is local to the Google Cloud Platform project and uniquely identifies the disk within that project, for example "myproject-1014-104817-4c2-harness-0-disk-1".*Creates a value of .4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:++Properties of the object.,Creates a value of -4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:--Properties of the object..Creates a value of ,4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired://Properties of the object.0Creates a value of +4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:12341UThe stream is part of another computation within the current streaming Dataflow job.2%The stream is a streaming side input.3The stream is a custom source.4The stream is a pubsub stream.5Creates a value of *4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:66<Properties of the object. Contains field 'ype with type URL.7Creates a value of )4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:898GIdentifies the particular side input within the streaming Dataflow job.9<Identifies the state family where this side input is stored.:Creates a value of (4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:;<=;%A type of streaming computation task.<:Describes the set of data disks this task should apply to.=EContains ranges of a streaming computation this task should apply to.>Creates a value of '4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:?@AB?The timestamp of the message.@The text of the message.A Importance level of the message.BxIdentifies the message. This is automatically generated by the service; the caller should treat it as an opaque string.CCreates a value of &4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:DED&The sink to write the output value to.EBThe id of the TupleTag the user code will tag the output value by.FCreates a value of %4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:GG>Specification of the source whose metadata should be computed.HCreates a value of $4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:IIProperties of the object.JCreates a value of #4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:KKProperties of the object.LCreates a value of "4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:MNOPQRSTUVWXYZ[MSThe job's requested state. UpdateJob may be used to switch between the JOB_STATE_STOPPED and JOB_STATE_RUNNING states, by setting requested_state. UpdateJob may also be used to directly set a job's requested state to JOB_STATE_CANCELLED or JOB_STATE_DONE, irrevocably terminating the job if it has not already reached a terminal state.NEnvironment for the job.OClient's unique identifier of the job, re-used by SDK across retried attempts. If this field is set, the service will ensure its uniqueness. That is, the request to create a job will fail if the service has knowledge of a previously submitted job with the same client's id and job name. The caller may, for example, use this field to ensure idempotence of job creation across retried attempts to create a job. By default, the field is empty and, in that case, the service ignores it.PYThe current state of the job. Jobs are created in the JOB_STATE_STOPPED state unless otherwise specified. A job in the JOB_STATE_RUNNING state may asynchronously enter a terminal state. Once a job has reached a terminal state, no further state updates may be made. This field may be mutated by the Dataflow service; callers cannot mutate it.QIf another job is an update of this job (and thus, this job is in JOB_STATE_UPDATED), this field will contain the ID of that job.R3The top-level steps that constitute the entire job.SEInformation about how the Dataflow service will actually run the job.TThe user-specified Dataflow job name. Only one Job with a given name may exist in a project at any given time. If a caller attempts to create a Job with the same name as an already-existing Job, the attempt will return the existing Job. The name must match the regular expression  [-a-z0-9]{0,38}[a-z0-9]a-z?UlMap of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.VThe unique ID of this job. This field is set by the Dataflow service when the Job is created, and is immutable for the life of the Job.WThe project which owns the job.XThe type of dataflow job.Y0The timestamp associated with the current state.ZIf this job is an update of an existing job, this field will be the ID of the job it replaced. When sending a CreateJobRequest, you can update a job by specifying it here. The job named here will be stopped, and its intermediate state transferred to this job.[RTimestamp when job was initially created. Immutable, set by the Dataflow service.\Creates a value of !4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:]]The source to read from.^Creates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:__Properties of the object.`Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:abcdefghijklmnopqa,Settings for autoscaling of this WorkerPool.bsSize of root disk for VMs, in GB. If zero or unspecified, the service will attempt to choose a reasonable default.cSThe kind of the worker pool; currently only 'harness' and 'shuffle' are supported.dSettings passed through to Google Compute Engine workers when using the standard Dataflow task runner. Users should ignore this field.eNumber of Google Compute Engine workers in this pool needed to execute the job. If zero or unspecified, the service will attempt to choose a reasonable default.flNetwork to which VMs will be assigned. If empty or unspecified, the service will use the network "default".gZone to run the worker pools in (e.g. "us-central1-b"). If empty or unspecified, the service will attempt to choose a reasonable default.h$Packages to be installed on workers.iUThe action to take on host maintenance, as defined by the Google Compute Engine API.j'Fully qualified source image for disks.kwMachine type (e.g. "n1-standard-1"). If empty or unspecified, the service will attempt to choose a reasonable default.l1Metadata to set on the Google Compute Engine VMs.mmType of root disk for VMs. If empty or unspecified, the service will attempt to choose a reasonable default.nSets the policy for determining when to turndown worker pool. Allowed values are: TEARDOWN_ALWAYS, TEARDOWN_ON_SUCCESS, and TEARDOWN_NEVER. TEARDOWN_ALWAYS means workers are always torn down regardless of whether the job succeeds. TEARDOWN_ON_SUCCESS means workers are torn down if the job succeeds. TEARDOWN_NEVER means the workers are never torn down. If the workers are not torn down by the service, they will continue to run and use Google Compute Engine VM resources in the user's project until they are explicitly terminated by the user. Because of this, Google recommends using the TEARDOWN_ALWAYS policy except for small, manually supervised test jobs. If unknown or unspecified, the service will attempt to choose a reasonable default.oThe default package set to install. This allows the service to select a default set of packages which are useful to worker harnesses written in a particular language.p%Extra arguments for this worker pool.q2Data disks that are used by a VM in this workflow.rCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:stus%The kind of step in the dataflow Job.trName identifying the step. This must be unique for each step with respect to all other steps in the dataflow Job.upNamed properties associated with the step. Each kind of predefined step has its own required set of properties.vCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:wxwThe resource to read the package from. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket} bucket.storage.googleapis.com/xThe name of the package.yCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:z{zcResidual part (returned to the pool of work). Specified relative to the previously-current source.{zPrimary part (continued to be processed by worker). Specified relative to the previously-current source. Becomes current.|Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:}}A set of messages indicating the service-side state for each WorkItem whose status was reported, in the same order as the WorkItemStatus messages in the ReportWorkItemStatusRequest which resulting in this response.~Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: DEPRECATED DEPRECATED DEPRECATED DEPRECATEDCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:7Data disk assignments for ranges from this computation.The ID of the computation.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:;Set if there may be more results than fit in this response.*A subset of the requested job information.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: Setting this value to true hints to the framework that the source doesn't need splitting, and using SourceSplitRequest on it would yield SOURCE_SPLIT_OUTCOME_USE_CURRENT. E.g. a file splitter may set this to true when splitting a single file into a set of byte ranges of appropriate size, and set this to false when splitting a filepattern into individual files. However, for efficiency, a file splitter may decide to produce file subranges directly from the filepattern to avoid a splitting round-trip. See SourceSplitRequest for an overview of the splitting process. This field is meaningful only in the Source objects populated by the user (e.g. when filling in a DerivedSource). Source objects supplied by the framework to the user don't have this field populated.While splitting, sources may specify the produced bundles as differences against another source, in order to save backend-side memory and allow bigger jobs. For details, see SourceSplitRequest. To support this use case, the full set of parameters of the source is logically obtained by taking the latest explicitly specified value of each parameter in the order: base_specs (later items win), spec (overrides anything in base_specs).5The codec to use to decode data read from the source.-The source to read from, plus its parameters.[Optionally, metadata for this source can be supplied right away, avoiding a SourceGetMetadataOperation roundtrip (see SourceOperationRequest). This field is meaningful only in the Source objects populated by the user (e.g. when filling in a DerivedSource). Source objects supplied by the framework to the user don't have this field populated.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:*Completion as an estimated time remaining.Completion as percentage of the work, from 0.0 (beginning, nothing complete), to 1.0 (end of the work range, entire WorkItem complete).3A Position within the work to represent a progress.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:oThe location of the persistent state for this range, as a persistent directory in the worker local filesystem.The name of the data disk where data for this range is stored. This name is local to the Google Cloud Platform project and uniquely identifies the disk within that project, for example "myproject-1014-104817-4c2-harness-0-disk-1".'The start (inclusive) of the key range.sThe physical location of this range assignment to be used for streaming computation cross-worker message delivery.%The end (exclusive) of the key range.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:vThe id of the tag the user code will emit to this output by; this should correspond to the tag of some SideInputInfo.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:'The value combining function to invoke.<Describes the input to the partial group-by-key instruction.AThe codec to use for interpreting an element in the input PTable.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:The number of outputs.AInformation about each of the outputs, if user_fn is a MultiDoFn.Zero or more side inputs. The input.The user function to invoke.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: Whether this source is stateful.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Properties of the object.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:-Additional information for Read instructions..Additional information for Write instructions..Additional information for ParDo instructions.:Additional information for PartialGroupByKey instructions.)Describes the outputs of the instruction.%User-provided name of this operation.BSystem-defined name of this operation. Unique across the workflow.0Additional information for Flatten instructions.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Properties of the object.Creates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: DEPRECATED DEPRECATEDCreates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:{The id of the tag the user code will access this side input by; this should correspond to the tag of some MultiOutputInfo.=How to interpret the source element(s) as a side input value.The source(s) to read element(s) from to get the value of this side input. If more than one source, then the elements are taken from the sources, in the specified order if order matters. At least one source is required.Creates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:>A mapping from each stage to the information about that stage.Creates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Properties of the object.Creates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:5If true, this family corresponds to a read operation.The state family value.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:The name of the data disk where data for this range is stored. This name is local to the Google Cloud Platform project and uniquely identifies the disk within that project, for example "myproject-1014-104817-4c2-harness-0-disk-1".'The start (inclusive) of the key range.%The end (exclusive) of the key range.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:(Specification of the source to be split.'Hints for tuning the splitting process.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:&Messages in ascending timestamp order.?The token to obtain the next page of results if there are more.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:zIf set, specifies the pubsub subscription that will be used for tracking custom time timestamps for watermark estimation.9Indicates whether the pipeline allows late-arriving data.If set, contains a pubsub label from which to extract record timestamps. If left empty, record timestamps will be generated upon arrival.If set, contains a pubsub label from which to extract record ids. If left empty, record deduplication will be strictly best effort.@A pubsub topic, in the form of "pubsub.googleapis.com/topics/ /"OA pubsub subscription, in the form of "pubsub.googleapis.com/subscriptions/ /"Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:The index (origin zero) of the parallel instruction that produces the output to be consumed by this input. This index is relative to the list of instructions in this input's instruction's containing MapTask.3The output index (origin zero) within the producer.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:%Information about each of the inputs..The user-provided name of the SeqDo operation.&Information about each of the outputs.GSystem-defined name of the SeqDo operation. Unique across the workflow.]System-defined name of the stage containing the SeqDo operation. Unique across the workflow.The user function to invoke.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:.Information about a request to split a source.;Information about a request to get metadata about a source.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:A list of the leased WorkItems.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Position is a byte offset.#CloudPosition is a concat position.Position is a record index.NCloudPosition is a base64 encoded BatchShufflePosition (with FIXED sharding).4Position is a string key, ordered lexicographically.^Position is past all other positions. Also useful for the end position of an unbounded range.1[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'( )   * +,-./01 !2"#$%3&'()*+,4-./5016234567879:;<8=>9?@:ABC;DE<FGH=IJKLMN>OP?QRSTUVWXYZ[\]^_`abcd@efAghijBklCmnDopEqrstuvwxyz{|F}~GHIJKLMNOPQRSTUVWXYZ[\]^_``abcdefghijklmnopqrstuvwxyz{|}~      !"##$%&'()*++,--.//01234566789:;<=>?@ABCDEFGHIIJKKLMNOPQRSTUVWXYZ[\]^__`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~s[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'( )   * +,-./01 !2"#$%3&'()*+,4-./5016234567879:;<8=>9?@:ABC;DE<FGH=IJKLMN>OP?QRSTUVWXYZ[\]^_`abcd@efAghijBklCmnDopEqrstuvwxyz{|F}~GHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~[\]^_`abcdefghijklmnopqrstuvwxyz{|}~       !"#$%&'( )   * +,-./01 !2"#$%3&'()*+,4-./5016234567879:;<8=>9?@:ABC;DE<FGH=IJKLMN>OP?QRSTUVWXYZ[\]^_`abcd@efAghijBklCmnDopE qrstuvwxyz{|F}~GHIJK LM NOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~(c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None+0%Default request referring to version v1b3} of the Google Dataflow API. This contains the host and root path used as a starting point for constructing service requests.View your email address?View and manage your data across Google Cloud Platform services  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~^_`]abcdefgh\ijkl[mnopZqrstuvwxyz{|}~YXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:987  6   5432 !1"#0$%&'/().*+-,-,./+01234*56)789(:;<='>?@AB&CDE%FG$HI#JK"LMNOPQRSTUVWXYZ[!\] ^_`abcdefghijklmnopqrstuvwxyz{|}~     (c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None (+035>KL <Reports the status of dataflow WorkItems leased by a worker.See:  smart constructor.A resource alias for -dataflow.projects.jobs.workItems.reportStatus method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.&The job which the WorkItem is part of.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").Multipart request metadata.OAuth bearer token.*The project which owns the WorkItem's job.JSONP   (c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None (+035>KL "Leases a dataflow WorkItem to run.See:  smart constructor.A resource alias for &dataflow.projects.jobs.workItems.lease method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.3Identifies the workflow job this worker belongs to.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").Multipart request metadata.OAuth bearer token..Identifies the project this worker belongs to.JSONP   (c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None (+035>KL .Updates the state of an existing dataflow job.See:  smart constructor.A resource alias for dataflow.projects.jobs.update method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:       V1 error format. Identifies a single job. 4Upload protocol for media (e.g. "raw", "multipart"). Pretty-print response. OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").Multipart request metadata.OAuth bearer token.The project which owns the job.JSONP                        (c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None (+035>KLRequest the job status.See:  smart constructor.A resource alias for $dataflow.projects.jobs.messages.list method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: !"#V1 error format.The job to get messages about.4Upload protocol for media (e.g. "raw", "multipart").If specified, return only messages with timestamps >= start_time. The default is the job creation time (i.e. beginning of messages).Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").OAuth bearer token.wReturn only messages with timestamps < end_time. The default is now (i.e. return up to the latest messages available).4Filter to only get messages with importance >= level If supplied, this should be the value of next_page_token returned by an earlier call. This will cause the next page of results to be returned.! A project id."If specified, determines the maximum number of messages to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.#JSONP!! !"# !"# !"# !"#(c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None (+035>KL$List the jobs of a projectSee: & smart constructor.%A resource alias for dataflow.projects.jobs.list method which the $ request conforms to.&Creates a value of $4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: '()*+,-./01'V1 error format.(4Upload protocol for media (e.g. "raw", "multipart").)Pretty-print response.*OAuth access token.+=Legacy upload protocol for media (e.g. "media", "multipart").,OAuth bearer token.-?Level of information requested in response. Default is SUMMARY..mSet this to the 'next_page_token' field of a previous response to request additional results in a long list./ The project which owns the jobs.0If 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.1JSONP$%&/'()*+,-./01$%&'()*+,-./01%&$'()*+,-./01$ %&'()*+,-./01(c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None (+035>KL 2Request the job status.See: 4 smart constructor.3A resource alias for !dataflow.projects.jobs.getMetrics method which the 2 request conforms to.4Creates a value of 24 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: 56789:;<=>5V1 error format.6The job to get messages for.74Upload protocol for media (e.g. "raw", "multipart").8~Return only metric data that has changed since this time. Default is to return all information about all metrics for the job.9Pretty-print response.:OAuth access token.;=Legacy upload protocol for media (e.g. "media", "multipart").<OAuth bearer token.= A project id.>JSONP2346=56789:;<=> 23456789:;<=> 34256789:;<=>2 3456789:;<=>(c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None (+035>KL ?-Gets the state of the specified dataflow job.See: A smart constructor.@A resource alias for dataflow.projects.jobs.get method which the ? request conforms to.ACreates a value of ?4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: BCDEFGHIJKBV1 error format.CIdentifies a single job.D4Upload protocol for media (e.g. "raw", "multipart").EPretty-print response.FOAuth access token.G=Legacy upload protocol for media (e.g. "media", "multipart").HOAuth bearer token.I+Level of information requested in response.JThe project which owns the job.KJSONP?@ACJBCDEFGHIJK ?@ABCDEFGHIJK @A?BCDEFGHIJK? @ABCDEFGHIJK (c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None (+035>KLLCreates a dataflow job.See: N smart constructor.MA resource alias for dataflow.projects.jobs.create method which the L request conforms to.NCreates a value of L4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: OPQRSTUVWXYOV1 error format.P4Upload protocol for media (e.g. "raw", "multipart").QPretty-print response.ROAuth access token.S=Legacy upload protocol for media (e.g. "media", "multipart").TMultipart request metadata.UOAuth bearer token.V+Level of information requested in response.WThe project which owns the job.X1DEPRECATED. This field is now on the Job message.YJSONPLMNTWOPQRSTUVWXYLMNOPQRSTUVWXYMNLOPQRSTUVWXYL MNOPQRSTUVWXY (c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None(KLZcRepresents the entirety of the methods and resources available for the Google Dataflow API service.ZY  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZZ^_`]abcdefgh\ijkl[mnopZqrstuvwxyz{|}~YXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:987  6   5432 !1"#0$%&'/().*+-,-,./+01234*56)789(:;<='>?@AB&CDE%FG$HI#JK"LMNOPQRSTUVWXYZ[!\] ^_`abcdefghijklmnopqrstuvwxyz{|}~     Z                     ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                   ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                                                                                             !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWX Y Z [ \ ] ^ _ ` a b c d e f g  h i j k l m  n  o p  q r s t u v  w x  y z { | } ~                                                  !  "      #    $      %   &   '     (  )   *   +    ,                  -  .  /                0  1  2  3   4     5    6   7  8     9  :  ;  <  =    >  ?    @       A   B  C       D    E  F  G   H  I   J      K  L   ! " # $ % & ' ( ) * + , - . / 0 1 M 2 N 3 4 5 O 6 P 7 Q 8 R 9 : ; < = > ? @ A B C S D E T F G U H V I W J K X L M N O P Q R S T Y U Z V W X Y Z [ \ ] ^ [ _ ` a \ b ] c d ^ e f g _ h i ` j a k l m b n o p c q d r s e t f u v g w x y z { | } ~       h    i    j        k                                                                                                                                                ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O PQRSTUVWXYZ[\]^_`abcdefghijklmnopq rstuvwxyz{|}~1?L Y            gogol_0JflrAtgGizA4xPElz1WnzNetwork.Google.Dataflow.TypesENetwork.Google.Resource.Dataflow.Projects.Jobs.WorkItems.ReportStatus>Network.Google.Resource.Dataflow.Projects.Jobs.WorkItems.Lease5Network.Google.Resource.Dataflow.Projects.Jobs.Update