~~^@      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFG 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:;<=>?(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None05[(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None!"05Position 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.+Map from user step names to state families.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.=A metric value representing a list of floating point numbers.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. rAdditional information about how a Cloud Dataflow job will be executed that 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.5A request for sending worker messages to the service.See: ~ smart constructor.aThe metric short id is returned to the user alongside an offset into ReportWorkItemStatusRequestSee: { smart constructor.JA task that carries configuration information for streaming computations.See: x smart constructor.=How to interpret the source element(s) as a side input value.See: v smart constructor.6Describes a particular operation comprising a MapTask.See: l smart constructor.+A metric value representing a distribution.See: d smart constructor.*Identifies the location of a custom souce.See: b 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: U smart constructor.3Information about an output of a multi-output DoFn.See: S 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: M smart constructor.AWorkerMessage provides information to the backend about a worker.See: G smart constructor.NObsolete in favor of ApproximateReportedProgress and ApproximateSplitRequest.See: C smart constructor.3A source that records can be read and decoded from.See: = smart constructor.Response to a request to list Cloud Dataflow jobs. This may be a partial response, depending on the page size in the ListJobsRequest.See: 9 smart constructor. VDescribes full or partial data disk assignment information of the computation ranges.See: 6 smart constructor.!FService-side response to WorkerMessage reporting resource utilization.See: 5 smart constructor."*DEPRECATED in favor of DynamicSourceSplit.See: 0 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: + smart constructor.%KParameters contains specific information about the code. This is a struct to allow parameters of different types. Examples: 1. For a "HARNESS_STARTED" message parameters might provide the name of the worker and additional data like timing information. 2. For a "GCS_DOWNLOAD_ERROR" parameters might contain fields listing the GCS objects being downloaded and fields containing errors. In general complex data structures should be avoided. If a worker needs to send a specific and complicated data structure then please consider defining a new proto and adding it to the data oneof in WorkerMessageResponse. Conventions: Parameters should only be used for information that isn't typically passed as a label. hostname and other worker identifiers should almost always be passed as labels since they will be included on most messages.See: ) smart constructor.&The packages that must be installed in order for a worker to run the steps of the Cloud Dataflow job that will be assigned to its worker pool. This is the mechanism by which the Cloud Dataflow SDK causes code to be loaded onto the workers. For example, the Cloud 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: & smart constructor.'IDefines a particular step within a Cloud 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 Cloud Dataflow service may be used to run many different types of jobs, not just Map-Reduce.See: " smart constructor.(0Describes one particular pool of Cloud Dataflow workers to be instantiated by the Cloud 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.*1A progress measurement of a WorkItem by a worker.See:  smart constructor.+HAn instruction that reads records. Takes no inputs, produces one output.See:  smart constructor.,6Defines a job to be run by the Cloud Dataflow service.See:  smart constructor.-'The value combining function to invoke.See:  smart constructor..The user function to invoke.See:  smart constructor./4A request to compute the SourceMetadata of a Source.See:  smart constructor.0,Information about an output of a SeqMapTask.See:  smart constructor.12A particular message pertaining to a Dataflow job.See:  smart constructor.2gA task which describes what action should be performed for the specified streaming computation ranges.See:  smart constructor.3VA single message which encapsulates structured name and metadata for a given counter.See:  smart constructor.49Request to get updated debug configuration for component.See:  smart constructor.52Identifies the location of a streaming side input.See:  smart constructor.6$The response to the worker messages.See:  smart constructor.7KCounterMetadata includes all static non-name non-value counter attributes.See:  smart constructor.8)The environment values to set at runtime.See:  smart constructor.9%Extra arguments for this worker pool.See:  smart constructor.:fDescribes a stream of data, either as input to be processed or as output of a streaming Dataflow job.See:  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.>8A representation of an integer mean metric contribution.See:  smart constructor.?4The codec to use to encode data written to the sink.See:  smart constructor.@Describes mounted data disk.See:  smart constructor.AMapTask 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.BAThe codec to use for interpreting an element in the input PTable.See:  smart constructor.C:A task which initializes part of a streaming Dataflow job.See:  smart constructor.D\The Dataflow service's idea of the current state of a WorkItem being processed by a worker.See:  smart constructor.E*The runtime parameters to pass to the job.See:  smart constructor.FOA worker_message response allows the server to pass information to the sender.See:  smart constructor.GAIndicates which location failed to respond to a request for data.See:  smart constructor.HWorker metrics exported from workers. This contains resource utilization metrics accumulated from a variety of sources. For more information, see go/df-resource-signals. Note that this proto closely follows the structure of its DFE siblings in its contents.See:  smart constructor.I-Data disk assignment for a given VM instance.See:  smart constructor.JOOther data returned by the service, specific to the particular worker harness.See:  smart constructor.K.Response to a get debug configuration request.See:  smart constructor.L4Provides data to pass through to the worker harness.See:  smart constructor.MXA representation of an int64, n, that is immune to precision loss when encoded in JSON.See:  smart constructor.NMA suggestion by the service to the worker to dynamically split the WorkItem.See:  smart constructor.OgGlobal topology of the streaming Dataflow job, including all computations and their sharded locations.See: } smart constructor.PpNamed properties associated with the step. Each kind of predefined step has its own required set of properties.See: { smart constructor.QSRepresents the level of parallelism in a WorkItem's input, reported by the worker.See: x smart constructor.SCA task which consists of a shell command for the worker to execute.See: s smart constructor.T2Maps user stage names to stable computation names.See: q smart constructor.UThe result of a SourceOperationRequest, specified in ReportWorkItemStatusRequest.source_operation when the work item is completed.See: n smart constructor.VRequest to lease WorkItems.See: g smart constructor.W>A representation of a floating point mean metric contribution.See: d smart constructor.XThe Cloud 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: b smart constructor.Y=Configuration information for a single streaming computation.See: ] smart constructor.Z"Taskrunner configuration settings.See: I smart constructor.[Experimental settings.See: G smart constructor.\ZMetadata about a Source useful for automatically optimizing and tuning the pipeline, etc.See: C smart constructor.]-The source to read from, plus its parameters.See: A smart constructor.^pThe map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.See: ? smart constructor._yA message code is used to report status and error messages to the service. The message codes are intended to be machine readable. The service will take care of translating these into user understandable messages if necessary. Example use cases: 1. Worker processes reporting successful startup. 2. Worker processes reporting specific errors (e.g. package staging failure).See: < smart constructor.`MAn instruction that copies its inputs (zero or more) to its (single) output.See: : smart constructor.aLabels are used to group WorkerMessages. For example, a worker_message about a particular container might have the labels: { "JOB_ID": "2015-04-22", "WORKER_ID": "wordcount-vm-2015 &" "CONTAINER_TYPE": "worker", "CONTAINER_ID": "ac1234def"} Label tags typically correspond to Label enum values. However, for ease of development other strings can be used as tags. LABEL_UNSPECIFIED should not be used here.See: 8 smart constructor.bEConveys a worker's progress through the work described by a WorkItem.See: * smart constructor.c*Request to send encoded debug information.See: & smart constructor.dMJobMetrics 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.eSpecification 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.f\Identifies the location of a streaming computation stage, for stage-to-stage communication.See:  smart constructor.g*An update to a Counter sent from a worker.See:  smart constructor.h5Zero 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.iA 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.j7Describes the environment in which a Dataflow Job runs.See:  smart constructor.k+The result of a SourceGetMetadataOperation.See:  smart constructor.l Describes the state of a metric.See:  smart constructor.m/Describes the data disk used by a workflow job.See:  smart constructor.n8A description of the process that generated the request.See:  smart constructor.oJAn instruction that writes records. Takes one input, produces no outputs.See:  smart constructor.pIdentifies a counter within a per-job namespace. Counters whose structured names are the same get merged into a single value for the job.See:  smart constructor.qJIdentifies a metric, by describing the source which generated the metric.See:  smart constructor.rqUser-defined labels for this job. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: * Keys must conform to regexp: \p{Ll}\p{Lo}{0,62} * Values must conform to regexp: [\p{Ll}\p{Lo}\p{N}_-]{0,63} * Both keys and values are additionally constrained to be <= 128 bytes in size.See:  smart constructor.s+Response to a send capture request. nothingSee:  smart constructor.teWorkerHealthReportResponse contains information returned to the worker in response to a health ping.See:  smart constructor.u.A metric value representing a list of strings.See:  smart constructor.v2A sink that records can be encoded and written to.See:  smart constructor.wpA structure describing which components and their versions of the service are required in order to run the job.See:  smart constructor.x*Request to report the status of WorkItems.See:  smart constructor.yAn output of an instruction.See:  smart constructor.z[Contains information about how a particular google.dataflow.v1beta3.Step will be executed.See:  smart constructor.{$Settings for WorkerPool autoscaling.See:  smart constructor.|1Metadata to set on the Google Compute Engine VMs.See:  smart constructor.}dHints for splitting a Source into bundles (parts for parallel processing) using SourceSplitRequest.See:  smart constructor.~WorkerHealthReport contains information about the health of a worker. The VM should be identified by the labels attached to the WorkerMessage that this health ping belongs to.See:  smart constructor.TWorkItem represents basic information about a WorkItem to be executed in the cloud.See:  smart constructor./A metric value representing a list of integers.See:  smart constructor.Basic metadata about a counter.See:  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:  smart constructor.9A request to create a Cloud Dataflow job from a template.See:  smart constructor.%The response to a SourceSplitRequest.See:  smart constructor.4All configuration data for a particular Computation.See:  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: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 state family values.The user stage name.The inputs to the computation.,The key ranges processed by the computation.!The outputs from the computation.The ID of the computation.The system stage name.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:If 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.DEPRECATED in favor of bundles.<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.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:$The runtime environment for the job.2Required. The job name to use for the created job.Required. A Cloud Storage path to the template from which to create the job. Must be a valid Cloud Storage URL, beginning with `gs://`.*The runtime parameters to pass to the job.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:nA list of messages that carry the error details. There will be a common set of message types for APIs to use.BThe status code, which should be an enum value of google.rpc.Code.A 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 field, or localized by the client.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:Counter aggregation kind.Name of the counter.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:Elements of the list.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:5Identifies the workflow job this WorkItem belongs to.Recommended reporting interval./Additional information for ShellTask WorkItems.8Additional information for StreamingSetupTask WorkItems.CThe initial index to use when reporting the status of the WorkItem.-Additional information for MapTask WorkItems.QAny required packages that need to be fetched in order to execute this WorkItem.>Additional information for StreamingComputationTask WorkItems.6Additional information for source operation WorkItems.Identifies this WorkItem.6Identifies the cloud project this WorkItem belongs to.-Time when the lease on this Work will expire.3Work item-specific configuration as an opaque blob.9Additional information for StreamingConfigTask WorkItems.0Additional information for SeqMapTask 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:Whether the VM is healthy.The interval at which the worker is sending health reports. The default value of 0 should be interpreted as the field is not being explicitly set by the worker.The pods running on the worker. See: http://kubernetes.io/v1.1/docs/api-reference/v1/definitions.html#_v1_pod This field is used by the worker to send the status of the indvidual containers running on each worker.The time the VM was booted.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: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 |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:0The maximum number of workers to cap scaling at.%The algorithm to use for autoscaling.Creates 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: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 y4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:iFor system-generated byte and mean byte metrics, certain instructions should only report the value size.>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.System-defined name for this output in the original workflow graph. Outputs that do not contribute to an original instruction do not set this.gFor system-generated byte and mean byte metrics, certain instructions should only report the key size.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:$The current timestamp at the worker./The location which contains the WorkItem's job.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 w4 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 v4 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 u4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Elements of the list.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:A positive value indicates the worker should change its reporting interval to the specified value. The default value of zero means no change in report rate is requested by the server.Creates a value of s4 with the minimum fields required to make a request.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: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:*One of the standard Origins defined above.9Name of the optimized step being executed by the workers..A string containing the origin of the counter.-Portion of this counter, either key or value.USystem generated name of the original step in the user's graph, before optimization.lCounter name. Not necessarily globally-unique, but unique within the context of the other fields. Required.GName of the stage. An execution step contains multiple component steps.ID of a particular worker.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:The sink to write to. The input.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:Properties of the object.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: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 Cloud 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/project-id/zones/zone/diskTypes/pd-standard(Directory in a VM where disk is mounted.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: 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 k4 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 j4 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.mThe worker 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}EIdentity to run virtual machines as. Defaults to the default account.8A description of the process that generated the request. The Cloud 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 i4 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 h4 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 g4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:"Counter name and aggregation type.List of integers, for Set.'Floating point value for Sum, Max, Min.CValue for internally-defined counters used by the Dataflow service.List of strings, for Set.The service-generated short identifier for this counter. The short_id -> (name, metadata) mapping is constant for the lifetime of a job.Distribution dataTrue if this counter 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 counter is reported as a delta.%Counter structured name and metadata./Floating point mean aggregation value for Mean.(Integer mean aggregation value for Mean.Boolean value for And, Or.(List of floating point numbers, for Set. Integer value for Sum, Max, Min.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:CIdentifies the particular stream within the streaming Dataflow job. 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:!"!4What source to base the produced source on (if any)."Specification of the source.#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:$%$All metrics for this job.%0Timestamp as of which metric values are current.&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:'()'The encoded debug information.(>The internal component id for which debug information is sent.)!The worker id, i.e., VM hostname.*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: +,-./01234567+,The worker's progress through this WorkItem.,)DEPRECATED in favor of reported_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.0DTrue if the WorkItem was completed (successfully or unsuccessfully).1,DEPRECATED in favor of dynamic_source_split.2The 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.31Amount of time the worker requests for its lease.4Specifies errors which occurred during processing. If errors are provided, and completed = true, then the WorkItem is considered to have failed.5)Worker output counters for this WorkItem.6'DEPRECATED in favor of counter_updates.7Identifies the WorkItem.8Creates 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:9: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:;;0Describes the inputs to the flatten instruction.<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:=>=KParameters contains specific information about the code. This is a struct to allow parameters of different types. Examples: 1. For a "HARNESS_STARTED" message parameters might provide the name of the worker and additional data like timing information. 2. For a "GCS_DOWNLOAD_ERROR" parameters might contain fields listing the GCS objects being downloaded and fields containing errors. In general complex data structures should be avoided. If a worker needs to send a specific and complicated data structure then please consider defining a new proto and adding it to the data oneof in WorkerMessageResponse. Conventions: Parameters should only be used for information that isn't typically passed as a label. hostname and other worker identifiers should almost always be passed as labels since they will be included on most messages.>The code is a string intended for consumption by a machine that identifies the type of message being sent. Examples: 1. "HARNESS_STARTED" might be used to indicate the worker harness has started. 2. "GCS_DOWNLOAD_ERROR" might be used to indicate an error downloading a GCS file as part of the boot process of one of the worker containers. This is a string and not an enum to make it easy to add new codes without waiting for an API change.?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:BBProperties of the object.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:DEFDAn 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.EsWhether this source is known to produce key/value pairs with the (encoded) keys in lexicographically sorted order.F]Specifies that the size of this source is known to be infinite (this is a streaming source).GCreates 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:HH=Properties of the object. Contains field 'type with type URL.ICreates 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:JKLMNOPQRSTUVWXYZ[\J6Whether to continue taskrunner if an exception is hit.K)The command to launch the worker harness.L"The file to store the workflow in.MZThe UNIX group ID on the worker VM to use for tasks launched by taskrunner; e.g. "wheel".N3Whether to also send taskrunner log info to stderr.O(The API version of endpoint, e.g. "v1b3"P&The directory on the VM to store logs.Q,The file to store preprocessing commands in.RThe ID string of the VM.SThe 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/"T_The OAuth2 scopes to be requested by the taskrunner in order to access the Cloud Dataflow API.UXThe UNIX user ID on the worker VM to use for tasks launched by taskrunner; e.g. "root".V%The streaming worker main class name.W<The location on the worker for task-specific subdirectories.XIndicates 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}YThe 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}ZPWhether to send taskrunner log info to Google Compute Engine VM serial console.[4The settings to pass to the parallel worker harness.\The suggested backend language.]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:^_`a^+Instructions that comprise the computation._)System defined name for this computation.`'Unique identifier for this computation.aStage name of this computation.bCreates 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:ccProperties of the object.dCreates 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:efe&The number of values being aggregated.f'The sum of all values being aggregated.gCreates 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:hijklmhFilter for WorkItem type.i$The current timestamp at the worker.j/The location which contains the WorkItem's job.kWWorker capabilities. WorkItems might be limited to workers with specific capabilities.lThe initial lease period.mbIdentifies the worker leasing work -- typically the ID of the virtual machine running the worker.nCreates 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:opo*A response to a request to split a source.p7A response to a request to get metadata about a source.qCreates 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:rsCreates 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:tutThe shell command to run.uExit code for the task.vCreates 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:ww=Properties of the object. Contains field 'type with type URL.xCreates 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:yzy8Specifies the level of parallelism in case it is finite.z?Specifies whether the parallelism is infinite. If true, "value" is ignored. Infinite parallelism means the service will assume that the work item can always be split into more non-empty work items by dynamic splitting. This is a work-around for lack of support for infinity by the current JSON-based Java RPC stack.{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:||Properties of the object.}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:~~/The disks assigned to a streaming Dataflow job.$Version number for persistent state.DThe size (in bits) of keys that will be assigned to source messages.2Maps user stage names to stable computation names.:The computations associated with a streaming Dataflow job.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:iA fraction at which to split the work item, from 0.0 (beginning of the input) to 1.0 (end of the input).+A Position at which to split the work item.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:1The high order bits, including the sign: n >> 32.#The low order bits: n & 0xffffffff.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:aThe Cloud 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}5Whether to send work progress updates to the service.+The ID of the worker running this pipeline.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 encoded debug configuration for the requested component.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:Properties of the object.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:_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 H4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Each Struct must parallel DFE worker metrics protos (eg., cpu_time metric will have nested values timestamp_ms, total_ms, rate ).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: The name of the failed location.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:3The service's response to a worker's health report.AService's response to reporting worker metrics (currently empty).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: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: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.%DEPRECATED in favor of split_request.Obsolete, always empty.,Time at which the current lease will expire.jThe progress point in the WorkItem where the Dataflow service suggests that the worker truncate the task.QThe short ids that workers should use in subsequent metric updates. Workers should strive to use short ids whenever possible, but it is ok to request the short_id again if a worker lost track of it (e.g. if the worker is recovering from a crash). NOTE: it is possible that the response may have short ids for a subset of the metrics.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: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.The user has requested drain.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: 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:&The number of values being aggregated.'The sum of all values being aggregated.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.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:UThe stream is part of another computation within the current streaming Dataflow job.%The stream is a streaming side input.The stream is a custom source.The stream is a pubsub stream.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 'type 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:The Compute Engine  Ahttps://cloud.google.com/compute/docs/regions-zones/regions-zonesavailability zone6 for launching worker instances to run your pipeline.YWhether to bypass the safety checks for the job's temporary directory. Use with caution.;The email address of the service account to run the job as.~The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.nThe Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with `gs://`.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:Counter aggregation kind.4Human-readable description of the counter semantics.%System defined Units, see above enum.$A string referring to the unit type.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 servers response to the worker messages.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:GIdentifies the particular side input within the streaming Dataflow job.<Identifies the state family where this side input is stored.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:EThe internal component id for which debug configuration is requested.!The worker id, i.e., VM hostname.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:Structured name of the counter."Metadata associated with a counterCreates 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:%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 14 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:The timestamp of the message.The text of the message. Importance level of the message.xIdentifies the message. This is automatically generated by the service; the caller should treat it as an opaque string.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 sink to write the output value to.BThe id of the TupleTag the user code will tag the output value by.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 whose metadata should be computed.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:`The 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.$The location that contains this job.The environment for the job.The client's unique identifier of the job, re-used across retried attempts. If this field is set, the service will ensure its uniqueness. 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 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.eThe 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. After a job has reached a terminal state, no further state updates may be made. This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.If another job is an update of this job (and thus, this job is in `JOB_STATE_UPDATED`), this field contains the ID of that job.IA set of files the system should be aware of that are used for temporary storage. These temporary files will be removed on job completion. No duplicates are allowed. No file patterns are supported. The supported files are: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}3The top-level steps that constitute the entire job.BInformation about how the Cloud Dataflow service will run the job.?The user-specified Cloud 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 returns the existing Job. The name must match the regular expression `[a-z]([-a-z0-9]{0,38}[a-z0-9])?`pThe map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.The unique ID of this job. This field is set by the Cloud Dataflow service when the Job is created, and is immutable for the life of the job.qUser-defined labels for this job. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: * Keys must conform to regexp: \p{Ll}\p{Lo}{0,62} * Values must conform to regexp: [\p{Ll}\p{Lo}\p{N}_-]{0,63} * Both keys and values are additionally constrained to be <= 128 bytes in size.=The ID of the Cloud Platform project that the job belongs to.The type of Cloud Dataflow job.0The timestamp associated with the current state.If this job is an update of an existing job, this field is the job ID of the job it replaced. When sending a `CreateJobRequest`, you can update a job by specifying it here. The job named here is stopped, and its intermediate state is transferred to this job.cThe timestamp when the job was initially created. Immutable and set by the Cloud 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: Completion as fraction of the input consumed, from 0.0 (beginning, nothing consumed), to 1.0 (end of the input, entire input consumed).|Total amount of parallelism in the portion of input of this task that has already been consumed and is no longer active. In the first two examples above (see remaining_parallelism), the value should be 29 or 2 respectively. The sum of remaining_parallelism and consumed_parallelism should equal the total amount of parallelism in this work item. If specified, must be finite.(Total amount of parallelism in the input of this task that remains, (i.e. can be delegated to this task and any new tasks via dynamic splitting). Always at least 1 for non-finished work items and 0 for finished. "Amount of parallelism" refers to how many non-empty parts of the input can be read in parallel. This does not necessarily equal number of records. An input that can be read in parallel down to the individual records is called "perfectly splittable". An example of non-perfectly parallelizable input is a block-compressed file format where a block of records has to be read as a whole, but different blocks can be read in parallel. Examples: * If we are processing record #30 (starting at 1) out of 50 in a perfectly splittable 50-record input, this value should be 21 (20 remaining + 1 current). * If we are reading through block 3 in a block-compressed file consisting of 5 blocks, this value should be 3 (since blocks 4 and 5 can be processed in parallel by new tasks via dynamic splitting and the current task remains processing block 3). * If we are reading through the last block in a block-compressed file, or reading or processing the last record in a perfectly splittable input, this value should be 1, because apart from the current task, no additional remainder can be split off. 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:  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:  ! ,Settings for autoscaling of this WorkerPool.The number of threads per worker harness. If empty or unspecified, the service will choose a number of threads (according to the number of cores on the selected machine type for batch, or 1 by convention for streaming).sSize of root disk for VMs, in GB. If zero or unspecified, the service will attempt to choose a reasonable default.SThe kind of the worker pool; currently only `harness` and `shuffle` are supported.Settings passed through to Google Compute Engine workers when using the standard Dataflow task runner. Users should ignore this field.Number 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.lNetwork to which VMs will be assigned. If empty or unspecified, the service will use the network "default".sZone to run the worker pools in. If empty or unspecified, the service will attempt to choose a reasonable default.Configuration for VM IPs.$Packages to be installed on workers.UThe action to take on host maintenance, as defined by the Google Compute Engine API.'Fully qualified source image for disks.zSubnetwork to which VMs will be assigned, if desired. Expected to be of the form "regions/REGION/subnetworks/SUBNETWORK".wMachine type (e.g. "n1-standard-1"). If empty or unspecified, the service will attempt to choose a reasonable default.1Metadata to set on the Google Compute Engine VMs.mType of root disk for VMs. If empty or unspecified, the service will attempt to choose a reasonable default.Sets 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.The 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.%Extra arguments for this worker pool. yRequired. Docker container image that executes the Cloud Dataflow worker harness, residing in Google Container Registry.!2Data disks that are used by a VM in this 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 kind of step in the Cloud Dataflow job.$The name that identifies the step. This must be unique for each step with respect to all other steps in the Cloud Dataflow job.%pNamed properties associated with the step. Each kind of predefined step has its own required set of properties.&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 resource to read the package from. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket} bucket.storage.googleapis.com/(The name of the package.)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:,-,cResidual 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.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:12341 DEPRECATED2 DEPRECATED3 DEPRECATED4 DEPRECATED5Creates a value of !4 with the minimum fields required to make a request.6Creates 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:7877Data disk assignments for ranges from this computation.8The ID of the computation.9Creates 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.;BZero or more messages describing locations that failed to respond.<*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:>?@AB> 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.A-The source to read from, plus its parameters.B[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.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:DEFD Obsolete.E Obsolete.F Obsolete.GCreates 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:HIJKLHThe health of a worker.I$The timestamp of the worker_message.JA worker message code.K%Resource metrics reported by workers.LLabels are used to group WorkerMessages. For example, a worker_message about a particular container might have the labels: { "JOB_ID": "2015-04-22", "WORKER_ID": "wordcount-vm-2015 &" "CONTAINER_TYPE": "worker", "CONTAINER_ID": "ac1234def"} Label tags typically correspond to Label enum values. However, for ease of development other strings can be used as tags. LABEL_UNSPECIFIED should not be used here.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:NOPQRNoThe location of the persistent state for this range, as a persistent directory in the worker local filesystem.OThe 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".P'The start (inclusive) of the key range.QsThe physical location of this range assignment to be used for streaming computation cross-worker message delivery.R%The end (exclusive) of the key range.SCreates 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:TTvThe id of the tag the user code will emit to this output by; this should correspond to the tag of some SideInputInfo.UCreates 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:VWXYZ[V'The value combining function to invoke.WZero or more side inputs.X<Describes the input to the partial group-by-key instruction.YIf this instruction includes a combining function, this is the name of the CombineValues instruction lifted into this instruction.ZAThe codec to use for interpreting an element in the input PTable.[If this instruction includes a combining function this is the name of the intermediate store between the GBK and the CombineValues.\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]The number of outputs.^AInformation about each of the outputs, if user_fn is a MultiDoFn._Zero or more side inputs.` The input.aThe user function to invoke.bCreates 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:cc Whether this source is stateful.dCreates 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:efghie.The maximum value present in the distribution.f@The count of the number of elements present in the distribution.g.The minimum value present in the distribution.hBUse a double since the sum of squares is likely to overflow int64.iUse an int64 since we'd prefer the added precision. If overflow is a common problem we can detect it and use an additional int64 or a double.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: mnopqrstum-Additional information for Read instructions.n.Additional information for Write instructions.o.Additional information for ParDo instructions.p:Additional information for PartialGroupByKey instructions.q)Describes the outputs of the instruction.r%User-provided name of this operation.sBSystem-defined name of this operation. Unique across the workflow.t0Additional information for Flatten instructions.uESystem-defined name for the operation in the original workflow graph.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:wwProperties of the object.xCreates 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:yzy+Map from user step names to state families.z-Set of computation configuration 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:|}|6The service-generated short identifier for the metric.}TThe index of the corresponding metric in the ReportWorkItemStatusRequest. 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:The WorkerMessages to send.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/ /"@If true, then the client has requested to get pubsub attributes.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:Elements of the list.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: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.@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcd efg hijk lmn op qrstuvwxyz{|}~ !"#$%&'()*+, -  .  /01234 !5"#$6%&7'()*+8,-./01923:45678;9:<;<==>>?@A?BC@DEAFGHIBJKCLMNOPDQRSTUVWXYEZ[F\]^G_`HabIcdeJfgKhiLjklmnopMqrsNtuvOwxyz{|P}~QRSTUVWXYZ[\]^_`abcdefghijklm  n  o pqrst !u"#v$%&w'(x)*+,-y./01234z56{789|:;}<=>~?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopq      !"#$%&'()*+,-./01234567899:;<=>?@@ABBCDEFGHHIJKLMNOPQRSTUVWXYZ[\]^_`abccdefghijklmnopqrrstuvwwxyz{||}~       !"#$%&'()**+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijkklmnopqrstuvwwxyz{|}~rstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcd efg hijk lmn op qrstuvwxyz{|}~ !"#$%&'()*+, -  .  /01234 !5"#$6%&7'()*+8,-./01923:45678;9:<;<==>>?@A?BC@DEAFGHIBJKCLMNOPDQRSTUVWXYEZ[F\]^G_`HabIcdeJfgKhiLjklmnopMqrsNtuvOwxyz{|P}~QRSTUVWXYZ[\]^_`abcdefghijklm  n  o pqrst !u"#v$%&w'(x)*+,-y./01234z56{789|:;}<=>~?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopq      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcd efg hijk lmn op qrstuvwxyz{|}~  !"#$%&'()*+, -  .  /01234 !5"#$6%&7'()*+8,-./01923:45678;9:<;<==>>?@A?BC@DEAFGHIBJKCLMNOPD QRSTUVWXYEZ[F\]^G_`HabIcdeJfgKhiLjklmnopMqrsNtuvOwxyz{|P}~QRSTUVWXYZ[\]^_`abcdefghij kl m  n  o p qrst !u"#v$%&w'(x)*+,-y./01234z56{789|:;}<=>~?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopq      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~rstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None,05%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{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~~}|{zyxwvutsrqponmlkj i   h gfe !"d#$%c&'()b*+,-./01234567a89`:;_<=>^?@]AB\CDEF[GHZIJKLMNOPQRSTUVWXYZ[\Y]^_`aXbcWdefVghijklmUnopTqrSstuRvwQxyzP{|O}~NMLKJIHGFEDCBA@?>=<;:9876543210/.-,+* )  (   !'"#$%&&'(%)*$+,-#./"01234!5 6789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~     (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQRCreates a Cloud Dataflow job.See:  smart constructor.A resource alias for dataflow.projects.jobs.create 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.4Upload protocol for media (e.g. "raw", "multipart").$The location that contains this job.Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").Multipart request metadata.OAuth bearer token./The level of information requested in response.=The ID of the Cloud Platform project that the job belongs to.1Deprecated. This field is now in the Job message.JSONP (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR =Get encoded debug configuration for component. Not cacheable.See:  smart constructor.A resource alias for &dataflow.projects.jobs.debug.getConfig 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 id.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 id.JSONP   (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR .Send encoded debug capture data for component.See:  smart constructor.A resource alias for (dataflow.projects.jobs.debug.sendCapture 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 id.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 id.JSONP   (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR3Gets the state of the specified Cloud Dataflow job.See:  smart constructor.A resource alias for dataflow.projects.jobs.get 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 ID.4Upload protocol for media (e.g. "raw", "multipart").$The location that contains this job.Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").OAuth bearer token./The level of information requested in response.=The ID of the Cloud Platform project that the job belongs to.JSONP (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQRRequest the job status.See:   smart constructor. A resource alias for !dataflow.projects.jobs.getMetrics 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 for. 4Upload protocol for media (e.g. "raw", "multipart").8The location which contains the job specified by job_id.~Return only metric data that has changed since this time. Default is to return all information about all metrics for the job.Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").OAuth bearer token. A project id.JSONP                      (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQRList the jobs of a project.See:  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:  !"#$%&'()*V1 error format.4Upload protocol for media (e.g. "raw", "multipart"). $The location that contains this job.!Pretty-print response."OAuth access token.#=Legacy upload protocol for media (e.g. "media", "multipart").$OAuth bearer token.%KLevel of information requested in response. Default is `JOB_VIEW_SUMMARY`.&The kind of filter to use.'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.)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.*JSONP( !"#$%&'()*+ !"#$%&'()* !"#$%&'()* !"#$%&'()*+(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR0Request the job status.See: 2 smart constructor.1A resource alias for $dataflow.projects.jobs.messages.list method which the 0 request conforms to.2Creates 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:3456789:;<=>?@A3V1 error format.4The job to get messages about.54Upload protocol for media (e.g. "raw", "multipart").68The location which contains the job specified by job_id.7If specified, return only messages with timestamps >= start_time. The default is the job creation time (i.e. beginning of messages).8Pretty-print response.9OAuth 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.AJSONP#0124?3456789:;<=>?@AB0123456789:;<=>?@A1203456789:;<=>?@A0123456789:;<=>?@AB (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQRG4Updates the state of an existing Cloud Dataflow job.See: I smart constructor.HA resource alias for dataflow.projects.jobs.update method which the G request conforms to.ICreates 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: JKLMNOPQRSTJV1 error format.K The job ID.L4Upload protocol for media (e.g. "raw", "multipart").M$The location that contains this job.NPretty-print response.OOAuth access token.P=Legacy upload protocol for media (e.g. "media", "multipart").QMultipart request metadata.ROAuth bearer token.S=The ID of the Cloud Platform project that the job belongs to.TJSONPGHIKQSJKLMNOPQRSTUGHIJKLMNOPQRSTHIGJKLMNOPQRSTG HIJKLMNOPQRSTU (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR Z"Leases a dataflow WorkItem to run.See: \ smart constructor.[A resource alias for &dataflow.projects.jobs.workItems.lease method which the Z request conforms to.\Creates 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: ]^_`abcdef]V1 error format.^3Identifies the workflow job this worker belongs to._4Upload protocol for media (e.g. "raw", "multipart").`Pretty-print response.aOAuth access token.b=Legacy upload protocol for media (e.g. "media", "multipart").cMultipart request metadata.dOAuth bearer token.e.Identifies the project this worker belongs to.fJSONPZ[\^ce]^_`abcdefg Z[\]^_`abcdef [\Z]^_`abcdefZ [\]^_`abcdefg (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR l<Reports the status of dataflow WorkItems leased by a worker.See: n smart constructor.mA resource alias for -dataflow.projects.jobs.workItems.reportStatus 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: opqrstuvwxoV1 error format.p&The job which the WorkItem is part of.q4Upload protocol for media (e.g. "raw", "multipart").rPretty-print response.sOAuth access token.t=Legacy upload protocol for media (e.g. "media", "multipart").uMultipart request metadata.vOAuth bearer token.w*The project which owns the WorkItem's job.xJSONPlmnpuwopqrstuvwxy lmnopqrstuvwx mnlopqrstuvwxl mnopqrstuvwxy (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR~Creates a Cloud Dataflow job.See:  smart constructor.A resource alias for 'dataflow.projects.locations.jobs.create 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.4Upload protocol for media (e.g. "raw", "multipart").$The location that contains this job.Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").Multipart request metadata.OAuth bearer token./The level of information requested in response.=The ID of the Cloud Platform project that the job belongs to.1Deprecated. This field is now in the Job message.JSONP~ ~~~   (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR3Gets the state of the specified Cloud Dataflow job.See:  smart constructor.A resource alias for $dataflow.projects.locations.jobs.get 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 ID.4Upload protocol for media (e.g. "raw", "multipart").$The location that contains this job.Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").OAuth bearer token./The level of information requested in response.=The ID of the Cloud Platform project that the job belongs to.JSONP         (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQRRequest the job status.See:  smart constructor.A resource alias for +dataflow.projects.locations.jobs.getMetrics 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 for.4Upload protocol for media (e.g. "raw", "multipart").8The location which contains the job specified by job_id.~Return only metric data that has changed since this time. Default is to return all information about all metrics for the job.Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").OAuth bearer token. A project id.JSONP !  !(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQRList the jobs of a project.See:  smart constructor.A resource alias for %dataflow.projects.locations.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: V1 error format.4Upload protocol for media (e.g. "raw", "multipart").$The location that contains this job.Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").OAuth bearer token.KLevel of information requested in response. Default is `JOB_VIEW_SUMMARY`.The kind of filter to use.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.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.JSONP"#$%&'()*+,-./"#$%&'()*+,-./(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQRRequest the job status.See:  smart constructor.A resource alias for .dataflow.projects.locations.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").8The location which contains the job specified by job_id.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 >= levelIf 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#0123456789:;<=>?0123456789:;<=>?(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR4Updates the state of an existing Cloud Dataflow job.See:  smart constructor.A resource alias for 'dataflow.projects.locations.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. The job ID.4Upload protocol for media (e.g. "raw", "multipart").$The location that contains this job.Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").Multipart request metadata.OAuth bearer token.=The ID of the Cloud Platform project that the job belongs to.JSONP@ABCDEFGHIJK @ABCDEFGHIJK(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR"Leases a dataflow WorkItem to run.See:  smart constructor.A resource alias for 0dataflow.projects.locations.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")./The location which contains the WorkItem's job.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.JSONPLMNOPQRSTUVW LMNOPQRSTUVW(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR <Reports the status of dataflow WorkItems leased by a worker.See:   smart constructor. A resource alias for 7dataflow.projects.locations.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")./The location which contains the WorkItem's job.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 XYZ[\]^_`abc            XYZ[\]^_`abc   (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR -Creates a Cloud Dataflow job from a template.See:  smart constructor.A resource alias for "dataflow.projects.templates.create 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.!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.'GRequired. The ID of the Cloud Platform project that the job belongs to.(JSONPdefghijklm%' !"#$%&'()  !"#$%&'(  !"#$%&'(  defghijklm !"#$%&'()(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR .%Send a worker_message to the service.See: 0 smart constructor./A resource alias for  dataflow.projects.workerMessages method which the . request conforms to.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: 1234567891V1 error format.24Upload protocol for media (e.g. "raw", "multipart").3Pretty-print response.4OAuth access token.5=Legacy upload protocol for media (e.g. "media", "multipart").6Multipart request metadata.7OAuth bearer token.8*The project to send the WorkerMessages to.9JSONP.nopqrstuvw/068123456789: ./0123456789 /0.123456789 . nopqrstuvw/0123456789:(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None,QR?cRepresents the entirety of the methods and resources available for the Google Dataflow API service.?  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*0123456789:;<=>?@AGHIJKLMNOPQRSTZ[\]^_`abcdeflmnopqrstuvwx~     !"#$%&'(./0123456789??~}|{zyxwvutsrqponmlkj i   h gfe !"d#$%c&'()b*+,-./01234567a89`:;_<=>^?@]AB\CDEF[GHZIJKLMNOPQRSTUVWXYZ[\Y]^_`aXbcWdefVghijklmUnopTqrSstuRvwQxyzP{|O}~NMLKJIHGFEDCBA@?>=<;:9876543210/.-,+* )  (   !'"#$%&&'(%)*$+,-#./"01234!5 6789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~     ?x !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_ ` 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:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                                              ! " # $ % & ' ( ) * + , - ./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~*gogol-dataflow-0.3.0-KsZ9x6K8mUeFQUCNjg14bNetwork.Google.Dataflow.Types5Network.Google.Resource.Dataflow.Projects.Jobs.Create>Network.Google.Resource.Dataflow.Projects.Jobs.Debug.GetConfig@Network.Google.Resource.Dataflow.Projects.Jobs.Debug.SendCapture2Network.Google.Resource.Dataflow.Projects.Jobs.Get9Network.Google.Resource.Dataflow.Projects.Jobs.GetMetrics3Network.Google.Resource.Dataflow.Projects.Jobs.ListNetwork.Google.Resource.Dataflow.Projects.Jobs.WorkItems.LeaseENetwork.Google.Resource.Dataflow.Projects.Jobs.WorkItems.ReportStatus?Network.Google.Resource.Dataflow.Projects.Locations.Jobs.Create