5]x      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~          ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w(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: v smart constructor.+Response to a request to list job messages.See: s 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: p 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: l smart constructor. State family configuration.See: i smart constructor. 5The codec to use to decode data read from the source.See: g smart constructor. mAdditional information about how a Dataflow job will be executed which isn t contained in the submitted job.See: e smart constructor.BInformation about a side input of a DoFn or an input of a SeqDoFn.See: a 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: Y smart constructor.JA task that carries configuration information for streaming computations.See: V smart constructor.=How to interpret the source element(s) as a side input value.See: T smart constructor.6Describes a particular operation comprising a MapTask.See: J smart constructor.*Identifies the location of a custom souce.See: F 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: 9 smart constructor.3Information about an output of a multi-output DoFn.See: 7 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: 1 smart constructor.AWorkerMessage provides information to the backend about a worker.See: , smart constructor.NObsolete in favor of ApproximateReportedProgress and ApproximateSplitRequest.See: ( smart constructor.3A source that records can be read and decoded from.See: " smart constructor.Response to a request to list Dataflow jobs. This may be a partial response, depending on the page size in the ListJobsRequest.See:  smart constructor.VDescribes full or partial data disk assignment information of the computation ranges.See:  smart constructor. *DEPRECATED in favor of DynamicSourceSplit.See:  smart constructor.!:Response from a request to report the status of WorkItems.See:  smart constructor."When a task splits using WorkItemStatus.dynamic_source_split, this message describes the two parts of the split relative to the description of the current task's input.See:  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.$Packages that need to be installed in order for a worker to run the steps of the Dataflow job which will be assigned to its worker pool. This is the mechanism by which the SDK causes code to be loaded onto the workers. For example, the Dataflow Java SDK might use this to install jars containing the user's code and all of the various dependencies (libraries, data files, etc) required in order for that code to run.See:   smart constructor.%?Defines a particular step within a Dataflow job. A job consists of multiple steps, each of which performs some specific operation as part of the overall job. Data is typically passed from one step to another as part of the job. Here's an example of a sequence of steps which together implement a Map-Reduce job: * Read a collection of data from some source, parsing the collection's elements. * Validate the elements. * Apply a user-defined function to map each element to some value and extract an element-specific key value. * Group elements with the same key into a single element with that key, transforming a multiply-keyed collection into a uniquely-keyed collection. * Write the elements out to some data sink. (Note that the Dataflow service may be used to run many different types of jobs, not just Map-Reduce).See:   smart constructor.&#Describes one particular pool of Dataflow workers to be instantiated by the Dataflow service in order to perform the computations required by a job. Note that a workflow job may use multiple pools, in order to match the various computational requirements of the various stages of the job.See:  smart constructor.'*The sink to write to, plus its parameters.See:  smart constructor.(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.*0Defines a job to be run by the 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..,Information about an output of a SeqMapTask.See:  smart constructor./2A particular message pertaining to a Dataflow job.See:  smart constructor.0gA task which describes what action should be performed for the specified streaming computation ranges.See:  smart constructor.1VA single message which encapsulates structured name and metadata for a given counter.See:  smart constructor.29Request to get updated debug configuration for component.See:  smart constructor.32Identifies the location of a streaming side input.See:  smart constructor.4$The response to the worker messages.See:  smart constructor.5KCounterMetadata includes all static non-name non-value counter attributes.See:  smart constructor.6%Extra arguments for this worker pool.See:  smart constructor.7fDescribes a stream of data, either as input to be processed or as output of a streaming Dataflow job.See:  smart constructor.8>The codec to use to encode data being written via this output.See:  smart constructor.9The 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.>MapTask 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.?AThe codec to use for interpreting an element in the input PTable.See:  smart constructor.@:A task which initializes part of a streaming Dataflow job.See:  smart constructor.A\The Dataflow service's idea of the current state of a WorkItem being processed by a worker.See:  smart constructor.B:Dynamic parameterization of the job's runtime environment.See:  smart constructor.COA worker_message response allows the server to pass information to the sender.See:  smart constructor.D-Data disk assignment for a given VM instance.See:  smart constructor.EOOther data returned by the service, specific to the particular worker harness.See:  smart constructor.F.Response to a get debug configuration request.See:  smart constructor.G4Provides data to pass through to the worker harness.See: | smart constructor.HXA representation of an int64, n, that is immune to precision loss when encoded in JSON.See: y smart constructor.IMA suggestion by the service to the worker to dynamically split the WorkItem.See: v smart constructor.JgGlobal topology of the streaming Dataflow job, including all computations and their sharded locations.See: p smart constructor.KpNamed properties associated with the step. Each kind of predefined step has its own required set of properties.See: n smart constructor.LSRepresents the level of parallelism in a WorkItem's input, reported by the worker.See: k smart constructor.NCA task which consists of a shell command for the worker to execute.See: f smart constructor.O2Maps user stage names to stable computation names.See: d smart constructor.PThe result of a SourceOperationRequest, specified in ReportWorkItemStatusRequest.source_operation when the work item is completed.See: a smart constructor.QRequest to lease WorkItems.See: [ smart constructor.R>A representation of a floating point mean metric contribution.See: X smart constructor.SThe 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: V smart constructor.T=Configuration information for a single streaming computation.See: Q smart constructor.U"Taskrunner configuration settings.See: = smart constructor.VExperimental settings.See: ; smart constructor.WZMetadata about a Source useful for automatically optimizing and tuning the pipeline, etc.See: 7 smart constructor.X-The source to read from, plus its parameters.See: 5 smart constructor.YlMap of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.See: 3 smart constructor.ZyA 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: 0 smart constructor.[MAn instruction that copies its inputs (zero or more) to its (single) output.See: . smart constructor.\Labels 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: , smart constructor.]EConveys a worker's progress through the work described by a WorkItem.See:  smart constructor.^*Request to send encoded debug information.See:  smart constructor._MJobMetrics 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.`Specification 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.a\Identifies the location of a streaming computation stage, for stage-to-stage communication.See:  smart constructor.b*An update to a Counter sent from a worker.See:  smart constructor.c5Zero 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.dA 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.e7Describes the environment in which a Dataflow Job runs.See:  smart constructor.f+The result of a SourceGetMetadataOperation.See:  smart constructor.g Describes the state of a metric.See:  smart constructor.h/Describes the data disk used by a workflow job.See:  smart constructor.i8A description of the process that generated the request.See:  smart constructor.jJAn instruction that writes records. Takes one input, produces no outputs.See:  smart constructor.kIdentifies 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.lJIdentifies a metric, by describing the source which generated the metric.See:  smart constructor.mqUser-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.n+Response to a send capture request. nothingSee:  smart constructor.oeWorkerHealthReportResponse contains information returned to the worker in response to a health ping.See:  smart constructor.p.A metric value representing a list of strings.See:  smart constructor.q2A sink that records can be encoded and written to.See:  smart constructor.rpA structure describing which components and their versions of the service are required in order to run the job.See:  smart constructor.s*Request to report the status of WorkItems.See:  smart constructor.tAn output of an instruction.See:  smart constructor.u[Contains information about how a particular google.dataflow.v1beta3.Step will be executed.See:  smart constructor.v$Settings for WorkerPool autoscaling.See:  smart constructor.w1Metadata to set on the Google Compute Engine VMs.See:  smart constructor.xdHints for splitting a Source into bundles (parts for parallel processing) using SourceSplitRequest.See:  smart constructor.yWorkerHealthReport 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.zTWorkItem 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.~!Request to create a Dataflow job.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:8A path to the serialized JSON representation of the job.:Dynamic parameterization of the job's runtime environment.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 z4 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 y4 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 x4 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 w4 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 v4 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 u4 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 t4 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 s4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:$The current timestamp at the worker.The order is unimportant, except that the order of the WorkItemServiceState messages in the ReportWorkItemStatusResponse corresponds to the order of WorkItemStatus messages here.The ID of the worker reporting the WorkItem status. If this does not match the ID of the worker which the Dataflow service believes currently has the lease on the WorkItem, the report will be dropped (with an error response).Creates a value of r4 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 q4 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 p4 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 o4 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 n4 with the minimum fields required to make a request.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: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: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 k4 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 j4 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 i4 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 h4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:eSize of disk in GB. If zero or unspecified, the service will attempt to choose a reasonable default.Disk storage type, as defined by Google Compute Engine. This must be a disk type appropriate to the project and zone in which the workers will run. If unknown or unspecified, the service will attempt to choose a reasonable default. For example, the standard persistent disk type is a resource name typically ending in "pd-standard". If SSD persistent disks are available, the resource name typically ends with "pd-ssd". The actual valid values are defined the Google Compute Engine API, not by the Dataflow API; consult the Google Compute Engine documentation for more information about determining the set of available disk types for a particular project and zone. Google Compute Engine Disk types are local to a particular project in a particular zone, and so the resource name will typically look something like this: compute.googleapis.com/projects/ /zones//diskTypes/pd-standard(Directory in a VM where disk is mounted.Creates a value of g4 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 f4 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 e4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: The dataset for the current project where various workflow related tables are stored. The supported resource type is: Google BigQuery: bigquery.googleapis.com/{dataset}"The list of experiments to enable.iWorker pools. At least one "harness" worker pool must be specified in order for the job to have workers.The type of cluster manager API to use. If unknown or unspecified, the service will attempt to choose a reasonable default. This should be in the form of the API service name, e.g. "compute.googleapis.com".pA structure describing which components and their versions of the service are required in order to run the job.Experimental settings.The prefix of the resources the system should use for temporary storage. The system will append the suffix "/temp-{JOBNAME} to this resource prefix, where {JOBNAME} is the value of the job_name field. The resulting bucket and object prefix is used as the prefix of the resources used to store temporary data needed during the job execution. NOTE: This will override the value in taskrunner_settings. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}EIdentity to run virtual machines as. Defaults to the default account.8A description of the process that generated the request.The Dataflow SDK pipeline options specified by the user. These options are passed through the service and are used to recreate the SDK pipeline options on the worker in a language agnostic and platform independent way.Creates a value of d4 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 c4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Creates a value of b4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:      "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. True 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 a4 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 `4 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 _4 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 ^4 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 ]4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:  !"#$%&'()*+,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.$DTrue if the WorkItem was completed (successfully or unsuccessfully).%,DEPRECATED in favor of dynamic_source_split.&The report index. When a WorkItem is leased, the lease will contain an initial report index. When a WorkItem's status is reported to the system, the report should be sent with that report index, and the response will contain the index the worker should use for the next report. Reports received with unexpected index values will be rejected by the service. In order to preserve idempotency, the worker should not alter the contents of a report, even if the worker must submit the same report multiple times before getting back a response. The worker should not submit a subsequent report until the response for the previous report had been received from the service.'1Amount of time the worker requests for its lease.(Specifies errors which occurred during processing. If errors are provided, and completed = true, then the WorkItem is considered to have failed.))Worker output counters for this WorkItem.*'DEPRECATED in favor of counter_updates.+Identifies the WorkItem.,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://0Describes the inputs to the flatten instruction.0Creates 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:121KParameters 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.2The 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.3Creates 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:45Creates 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:66Properties of the object.7Creates 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:89:8An 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.9sWhether this source is known to produce key/value pairs with the (encoded) keys in lexicographically sorted order.:]Specifies that the size of this source is known to be infinite (this is a streaming source).;Creates a value of V4 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 U4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:>?@ABCDEFGHIJKLMNOP>1Do we continue taskrunner if an exception is hit??%Command to launch the worker harness.@ Store the workflow in this file.AZThe UNIX group ID on the worker VM to use for tasks launched by taskrunner; e.g. "wheel".B(Also send taskrunner log info to stderr?C$API version of endpoint, e.g. "v1b3"D"Directory on the VM to store logs.E*Store preprocessing commands in this file.FID string of VM.GThe 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/"HUOAuth2 scopes to be requested by the taskrunner in order to access the dataflow API.IXThe UNIX user ID on the worker VM to use for tasks launched by taskrunner; e.g. "root".J!Streaming worker main class name.K8Location on the worker for task-specific subdirectories.LIndicates 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}MThe 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}NDSend taskrunner log into to Google Compute Engine VM serial console?O0Settings to pass to the parallel worker harness.PSuggested backend language.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:RSTUR+Instructions that comprise the computation.S)System defined name for this computation.T'Unique identifier for this computation.UStage name of this computation.VCreates 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:WWProperties of the object.XCreates 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:YZY&The number of values being aggregated.Z'The sum of all values being aggregated.[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:\]^_`\Filter for WorkItem type.]$The current timestamp at the worker.^WWorker capabilities. WorkItems might be limited to workers with specific capabilities._The initial lease period.`bIdentifies the worker leasing work -- typically the ID of the virtual machine running the worker.aCreates 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:bcb*A response to a request to split a source.c7A response to a request to get metadata about a source.dCreates 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:efCreates 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:ghgThe shell command to run.hExit code for the task.iCreates 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:jj=Properties of the object. Contains field 'type with type URL.kCreates 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:lml8Specifies the level of parallelism in case it is finite.m?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.nCreates 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:ooProperties of the object.pCreates 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:qrstuq/The disks assigned to a streaming Dataflow job.r$Version number for persistent state.sDThe size (in bits) of keys that will be assigned to source messages.t2Maps user stage names to stable computation names.u:The computations associated with a streaming Dataflow job.vCreates 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:wxwiA fraction at which to split the work item, from 0.0 (beginning of the input) to 1.0 (end of the input).x+A Position at which to split the work item.yCreates 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:z{z1The high order bits, including the sign: n >> 32.{#The low order bits: n & 0xffffffff.|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 Dataflow service path relative to the root URL, for example, "dataflow/v1b3/projects".~The base URL for accessing Google Cloud APIs. When workers access Google Cloud APIs, they logically do so via relative URLs. If this field is specified, it supplies the base URL to use for resolving these relative URLs. The normative algorithm used is defined by RFC 1808, "Relative Uniform Resource Locators". If not specified, the default value is "http://www.googleapis.com/"SThe Shuffle service path relative to the root URL, for example, "shuffle/v1beta1".The prefix of the resources the system should use for temporary storage. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}&Send work progress updates to service.'ID of the worker running this pipeline.Creates a value of F4 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 E4 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 D4 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 C4 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.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: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 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 @4 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 ?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 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 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.Creates a value of 84 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Properties of the object.Creates a value of 74 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: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 64 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 54 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 44 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 34 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 24 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 14 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 04 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:%A type of streaming computation task.:Describes the set of data disks this task should apply to.EContains ranges of a streaming computation this task should apply to.Creates a value of /4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: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 .4 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:SThe 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.Environment for the job.Client's unique identifier of the job, re-used by SDK across retried attempts. If this field is set, the service will ensure its uniqueness. That is, the request to create a job will fail if the service has knowledge of a previously submitted job with the same client's id and job name. The caller may, for example, use this field to ensure idempotence of job creation across retried attempts to create a job. By default, the field is empty and, in that case, the service ignores it.YThe current state of the job. Jobs are created in the JOB_STATE_STOPPED state unless otherwise specified. A job in the JOB_STATE_RUNNING state may asynchronously enter a terminal state. Once a job has reached a terminal state, no further state updates may be made. This field may be mutated by the Dataflow service; callers cannot mutate it.If another job is an update of this job (and thus, this job is in JOB_STATE_UPDATED), this field will contain the ID of that job.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.EInformation about how the Dataflow service will actually run the job.The user-specified Dataflow job name. Only one Job with a given name may exist in a project at any given time. If a caller attempts to create a Job with the same name as an already-existing Job, the attempt will return the existing Job. The name must match the regular expression  [-a-z0-9]{0,38}[a-z0-9]a-z?lMap 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 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 project which owns the job.The type of dataflow job.0The timestamp associated with the current state.If this job is an update of an existing job, this field will be the ID of the job it replaced. When sending a CreateJobRequest, you can update a job by specifying it here. The job named here will be stopped, and its intermediate state transferred to this job.RTimestamp when job was initially created. Immutable, set by the Dataflow service.Creates a value of )4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:The source to read from.Creates a value of (4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: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.oDocker container image that executes Dataflow worker harness, residing in Google Container Registry. Required.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 dataflow Job. rName identifying the step. This must be unique for each step with respect to all other steps in the 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.Creates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: DEPRECATED DEPRECATED DEPRECATED DEPRECATEDCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:7Data disk assignments for ranges from this computation.The ID of the computation.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: ! ;Set if there may be more results than fit in this response.!*A subset of the requested job information."Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:#$%&'# Setting this value to true hints to the framework that the source doesn't need splitting, and using SourceSplitRequest on it would yield SOURCE_SPLIT_OUTCOME_USE_CURRENT. E.g. a file splitter may set this to true when splitting a single file into a set of byte ranges of appropriate size, and set this to false when splitting a filepattern into individual files. However, for efficiency, a file splitter may decide to produce file subranges directly from the filepattern to avoid a splitting round-trip. See SourceSplitRequest for an overview of the splitting process. This field is meaningful only in the Source objects populated by the user (e.g. when filling in a DerivedSource). Source objects supplied by the framework to the user don't have this field populated.$While splitting, sources may specify the produced bundles as differences against another source, in order to save backend-side memory and allow bigger jobs. For details, see SourceSplitRequest. To support this use case, the full set of parameters of the source is logically obtained by taking the latest explicitly specified value of each parameter in the order: base_specs (later items win), spec (overrides anything in base_specs).%5The codec to use to decode data read from the source.&-The source to read from, plus its parameters.'[Optionally, metadata for this source can be supplied right away, avoiding a SourceGetMetadataOperation roundtrip (see SourceOperationRequest). This field is meaningful only in the Source objects populated by the user (e.g. when filling in a DerivedSource). Source objects supplied by the framework to the user don't have this field populated.(Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:)*+) Obsolete.* Obsolete.+ Obsolete.,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:-./0-The health of a worker..$The timestamp of the worker_message./A worker message code.0Labels 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.1Creates 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:234562oThe location of the persistent state for this range, as a persistent directory in the worker local filesystem.3The 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".4'The start (inclusive) of the key range.5sThe physical location of this range assignment to be used for streaming computation cross-worker message delivery.6%The end (exclusive) of the key range.7Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:88vThe id of the tag the user code will emit to this output by; this should correspond to the tag of some SideInputInfo.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::;<=>?:'The value combining function to invoke.;Zero or more side inputs.<<Describes the input to the partial group-by-key instruction.=If this instruction includes a combining function, this is the name of the CombineValues instruction lifted into this instruction.>AThe 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:ABCDEAThe number of outputs.BAInformation about each of the outputs, if user_fn is a MultiDoFn.CZero or more side inputs.D The input.EThe user function to invoke.FCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:GG Whether this source is stateful.HCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:IIProperties of the object.JCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: KLMNOPQRSK-Additional information for Read instructions.L.Additional information for Write instructions.M.Additional information for ParDo instructions.N:Additional information for PartialGroupByKey instructions.O)Describes the outputs of the instruction.P%User-provided name of this operation.QBSystem-defined name of this operation. Unique across the workflow.R0Additional information for Flatten instructions.SESystem-defined name for the operation in the original workflow graph.TCreates 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:UUProperties of the object.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:WXW+Map from user step names to state families.X-Set of computation configuration information.YCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Z[Z6The 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` DEPRECATEDaCreates 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:bcdb{The id of the tag the user code will access this side input by; this should correspond to the tag of some MultiOutputInfo.c=How to interpret the source element(s) as a side input value.dThe 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.eCreates 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:ff>A mapping from each stage to the information about that stage.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:hhProperties of the object.iCreates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:jkj5If true, this family corresponds to a read operation.kThe state family value.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:mnomThe 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".n'The start (inclusive) of the key range.o%The end (exclusive) of the key range.pCreates 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:qrq(Specification of the source to be split.r'Hints for tuning the splitting process.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:tut&Messages in ascending timestamp order.u?The token to obtain the next page of results if there are more.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:wxyz{|wzIf set, specifies the pubsub subscription that will be used for tracking custom time timestamps for watermark estimation.x9Indicates whether the pipeline allows late-arriving data.yIf set, contains a pubsub label from which to extract record timestamps. If left empty, record timestamps will be generated upon arrival.zIf set, contains a pubsub label from which to extract record ids. If left empty, record deduplication will be strictly best effort.{@A pubsub topic, in the form of "pubsub.googleapis.com/topics/ /"|OA pubsub subscription, in the form of "pubsub.googleapis.com/subscriptions/ /"}Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:~~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.xyz{|}~      !"#$%&     '( !")#$*%&'()*+,-./0123456+78,9:-;<.=>?/@ABCD0EFGH1IJK2LMN3OPQ4RS5TUVWX6YZ7[\]^_8`a9bc:de;fgh<ij=kl>mnop?qr@stuvwAxyz{|}~BCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ab  c  d efg !"#$%&h'()*i+,j-./k012345678l9:;<m=>n?o@ApBCqDEFrGHsIJKLtMNOPQRSuTUvVWXwYZx[\]y^_`abzcdefghijklmnopqr{st|uvw}xyz{~|}~      !"#$%&'()*+,--./012344566789:;<<=>?@ABCDEFGHIJKLMNOPQRSTUVWWXYZ[\]^_`abcdeefghijjklmnoopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIIJKLMNOPQRSTUUVWXYZ[\]^_`abcdefghhijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~xyz{|}~      !"#$%&     '( !")#$*%&'()*+,-./0123456+78,9:-;<.=>?/@ABCD0EFGH1IJK2LMN3OPQ4RS5TUVWX6YZ7[\]^_8`a9bc:de;fgh<ij=kl>mnop?qr@stuvwAxyz{|}~BCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ab  c  d efg !"#$%&h'()*i+,j-./k012345678l9:;<m=>n?o@ApBCqDEFrGHsIJKLtMNOPQRSuTUvVWXwYZx[\]y^_`abzcdefghijklmnopqr{st|uvw}xyz{~|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~xyz{|}~       !"#$%&     '( !")#$*%&'()*+,-./0123456+78,9:-;<.=>?/@ABCD0EFGH1IJK2LMN3OPQ4RS5TUVWX6YZ7[\]^_8`a9bc:de;fgh<ij=kl>mnop?qr@stuvwA xyz{|}~BCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ab  c  d e fg  !"#$%&h'()*i+,j-./k 012345678l9:;<m=>n?o@ApBCqDEFrGHsIJKLtMNOPQRSuTUvVWXwYZx[\]y^_`abzcdefghijklmnopqr{st|uvw}xyz{~|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./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{|}~~}|{zyxwvutsrqponmlkjihgfedcb     a`_^] !"#$%&'()*+\,-[./Z012Y34X56W789:V;<U=>?@ABCDEFGHIJKLMNOPTQRSTUSVWRXYZQ[\]^_`PabcOdeNfghMijLklmKnoJpqrstuIvwxHyz{G|}~FEDCBA@?>=<;:9876543210/.-,+*)('&%    $ #"!  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcd ef gh ijk lmno pqrstuvwxyz{|}~(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:  smart constructor.A resource alias for  dataflow.projects.workerMessages 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.*The project to send the WorkerMessages 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;DQR 'Creates a 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.The project which owns the job.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 <Reports the status of dataflow WorkItems leased by a worker.See:  smart constructor.A resource alias for -dataflow.projects.jobs.workItems.reportStatus method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.&The job which the WorkItem is part of.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").Multipart request metadata.OAuth bearer token.*The project which owns the WorkItem's job.JSONP   (c) 2015-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 &dataflow.projects.jobs.workItems.lease method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.3Identifies the workflow job this worker belongs to.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").Multipart request metadata.OAuth bearer token..Identifies the project this worker belongs to.JSONP   (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR .Updates the state of an existing dataflow job.See:  smart constructor.A resource alias for dataflow.projects.jobs.update method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.Identifies a single job.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").Multipart request metadata.OAuth bearer token.The project which owns the job.JSONP   (c) 2015-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.messages.list method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:V1 error format.The job to get messages about.4Upload protocol for media (e.g. "raw", "multipart").If specified, return only messages with timestamps >= start_time. The default is the job creation time (i.e. beginning of messages).Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").OAuth bearer token.wReturn only messages with timestamps < end_time. The default is now (i.e. return up to the latest messages available).4Filter to only get messages with importance >= 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!(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 projectSee:   smart constructor. A resource alias for dataflow.projects.jobs.list method which the  request conforms to. Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:     V1 error format. 4Upload protocol for media (e.g. "raw", "multipart"). Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").OAuth bearer token.?Level of information requested in response. Default is SUMMARY.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;DQR Request 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")."~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;DQR .-Gets the state of the specified dataflow job.See: 0 smart constructor./A resource alias for dataflow.projects.jobs.get 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: 123456789:1V1 error format.2Identifies a single job.34Upload protocol for media (e.g. "raw", "multipart").4Pretty-print response.5OAuth access token.6=Legacy upload protocol for media (e.g. "media", "multipart").7OAuth bearer token.8+Level of information requested in response.9The project which owns the job.:JSONP./029123456789:; ./0123456789: /0.123456789:. /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;DQR @.Send encoded debug capture data for component.See: B smart constructor.AA resource alias for (dataflow.projects.jobs.debug.sendCapture method which the @ request conforms to.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: CDEFGHIJKLCV1 error format.D The job id.E4Upload protocol for media (e.g. "raw", "multipart").FPretty-print response.GOAuth access token.H=Legacy upload protocol for media (e.g. "media", "multipart").IMultipart request metadata.JOAuth bearer token.KThe project id.LJSONP@ABDIKCDEFGHIJKLM @ABCDEFGHIJKL AB@CDEFGHIJKL@ ABCDEFGHIJKLM (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 R=Get encoded debug configuration for component. Not cacheable.See: T smart constructor.SA resource alias for &dataflow.projects.jobs.debug.getConfig method which the R request conforms to.TCreates 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: UVWXYZ[\]^UV1 error format.V The job id.W4Upload protocol for media (e.g. "raw", "multipart").XPretty-print response.YOAuth access token.Z=Legacy upload protocol for media (e.g. "media", "multipart").[Multipart request metadata.\OAuth bearer token.]The project id.^JSONPR     STV[]UVWXYZ[\]^_ RSTUVWXYZ[\]^ STRUVWXYZ[\]^R      STUVWXYZ[\]^_ (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQRdCreates a dataflow job.See: f smart constructor.eA resource alias for dataflow.projects.jobs.create method which the d request conforms to.fCreates 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: ghijklmnopqgV1 error format.h4Upload protocol for media (e.g. "raw", "multipart").iPretty-print response.jOAuth access token.k=Legacy upload protocol for media (e.g. "media", "multipart").lMultipart request metadata.mOAuth bearer token.n+Level of information requested in response.oThe project which owns the job.p1DEPRECATED. This field is now on the Job message.qJSONPdefloghijklmnopqrdefghijklmnopqefdghijklmnopqd efghijklmnopqr(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None,QRwcRepresents the entirety of the methods and resources available for the Google Dataflow API service.w<  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'(./0123456789:@ABCDEFGHIJKLRSTUVWXYZ[\]^defghijklmnopqww~}|{zyxwvutsrqponmlkjihgfedcb     a`_^] !"#$%&'()*+\,-[./Z012Y34X56W789:V;<U=>?@ABCDEFGHIJKLMNOPTQRSTUSVWRXYZQ[\]^_`PabcOdeNfghMijLklmKnoJpqrstuIvwxHyz{G|}~FEDCBA@?>=<;:9876543210/.-,+*)('&%    $ #"!  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcd ef gh ijk lmno pqrstuvwxyz{|}~w !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+, - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~               !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                                               ! " # $ % & ' ( ) *+*gogol-dataflow-0.1.1-9OaA4s5XcwHxuEIOp0xHENetwork.Google.Dataflow.Types8Network.Google.Resource.Dataflow.Projects.WorkerMessages:Network.Google.Resource.Dataflow.Projects.Templates.CreateENetwork.Google.Resource.Dataflow.Projects.Jobs.WorkItems.ReportStatus>Network.Google.Resource.Dataflow.Projects.Jobs.WorkItems.Lease5Network.Google.Resource.Dataflow.Projects.Jobs.UpdateNetwork.Google.Resource.Dataflow.Projects.Jobs.Debug.GetConfig5Network.Google.Resource.Dataflow.Projects.Jobs.CreateNetwork.Google.Dataflow!Network.Google.Dataflow.Types.Sum%Network.Google.Dataflow.Types.ProductPositionLeaseWorkItemResponseSourceOperationRequest/StreamingConfigTaskUserStepToStateFamilyNameMap SeqMapTaskInstructionInputFloatingPointListPubsubLocationListJobMessagesResponseSourceSplitRequestKeyRangeDataDiskAssignmentStateFamilyConfig SourceCodecJobExecutionInfo SideInputInfoSourceSplitShardSendWorkerMessagesRequest MetricShortIdStreamingConfigTaskSideInputInfoKindParallelInstructionSourceBaseSpecsItemCustomSourceLocationParDoInstructionPartialGroupByKeyInstructionMultiOutputInfoKeyRangeLocation WorkerMessageApproximateProgressSourceListJobsResponseStreamingComputationRanges SourceForkReportWorkItemStatusResponseDynamicSourceSplitWorkerMessageCodeParametersPackageStep WorkerPoolSinkSpecApproximateReportedProgressReadInstructionJob,PartialGroupByKeyInstructionValueCombiningFnSeqMapTaskUserFnSourceGetMetadataRequestSeqMapTaskOutputInfo JobMessageStreamingComputationTask CounterStructuredNameAndMetadataGetDebugConfigRequestStreamingSideInputLocationSendWorkerMessagesResponseCounterMetadataWorkerPoolPoolArgsStreamLocationInstructionOutputCodecParDoInstructionUserFnWorkerHealthReportPodsItem IntegerMean SinkCodecMountedDataDiskMapTask-PartialGroupByKeyInstructionInputElementCodecStreamingSetupTaskWorkItemServiceState&CreateJobFromTemplateRequestParametersWorkerMessageResponseDataDiskAssignmentWorkItemServiceStateHarnessDataGetDebugConfigResponseWorkerSettings SplitInt64ApproximateSplitRequestTopologyConfigStepPropertiesReportedParallelismStatusDetailsItem ShellTask+TopologyConfigUserStageToComputationNameMapSourceOperationResponseLeaseWorkItemRequestFloatingPointMeanEnvironmentSdkPipelineOptionsStreamingComputationConfigTaskRunnerSettingsEnvironmentInternalExperimentsSourceMetadata SourceSpecJobTransformNameMAppingWorkerMessageCodeFlattenInstructionWorkerMessageLabelsWorkItemStatusSendDebugCaptureRequest JobMetrics DerivedSourceStreamingStageLocation CounterUpdateMetricStructuredNameContextConcatPosition EnvironmentSourceGetMetadataResponse MetricUpdateDiskEnvironmentUserAgentWriteInstructionCounterStructuredNameMetricStructuredName JobLabelsSendDebugCaptureResponseWorkerHealthReportResponse StringListSinkEnvironmentVersionReportWorkItemStatusRequestInstructionOutputJobExecutionStageInfoAutoscalingSettingsWorkerPoolMetadataSourceSplitOptionsWorkerHealthReportWorkItem IntegerList NameAndKindStatusCreateJobFromTemplateRequestSourceSplitResponseComputationTopologyJobExecutionInfoStagesjobExecutionInfoStages jeisAddtionalcomputationTopologyctStateFamiliesctUserStageNamectInputs ctKeyRanges ctOutputsctComputationIdctSystemStageNamesourceSplitResponse ssrBundles ssrShards ssrOutcomecreateJobFromTemplateRequest cjftrGcsPathcjftrParametersstatussDetailssCodesMessage nameAndKindnakKindnakName integerList ilElementsworkItemwiJobIdwiReportStatusInterval wiShellTaskwiStreamingSetupTaskwiInitialReportIndex wiMapTask wiPackageswiStreamingComputationTaskwiSourceOperationTaskwiId wiProjectIdwiLeaseExpireTimewiConfigurationwiStreamingConfigTask wiSeqMapTaskworkerHealthReportwhrVMIsHealthywhrReportIntervalwhrPodswhrVMStartupTimesourceSplitOptionsssoDesiredShardSizeBytesssoDesiredBundleSizeBytesworkerPoolMetadata wpmAddtionalautoscalingSettingsasMaxNumWorkers asAlgorithmjobExecutionStageInfo jesiStepNameinstructionOutputioOnlyCountValueBytesioCodecioName ioSystemNameioOriginalNameioOnlyCountKeyBytesreportWorkItemStatusRequestrwisrCurrentWorkerTimerwisrWorkItemStatuses rwisrWorkerIdenvironmentVersion evAddtionalsinksCodecsSpec stringList slElementsworkerHealthReportResponsewhrrReportIntervalsendDebugCaptureResponse jobLabels jlAddtionalmetricStructuredName msnOrigin msnContextmsnNamecounterStructuredNamecsnStandardOrigincsnComponentStepNamecsnOtherOrigin csnPortioncsnOriginalStepNamecsnNamecsnExecutionStepName csnWorkerIdwriteInstructionwiSinkwiInputenvironmentUserAgent euaAddtionaldiskdSizeGb dDiskType dMountPoint metricUpdate muMeanSum muInternalmuSet muCumulativemuKind muUpdateTime muMeanCountmuNamemuScalarsourceGetMetadataResponse sgmrMetadata environmenteDataSet eExperiments eWorkerPoolseClusterManagerAPIServiceeVersioneInternalExperimentseTempStoragePrefixeServiceAccountEmail eUserAgenteSdkPipelineOptionsconcatPositioncpIndex cpPositionmetricStructuredNameContext msncAddtional counterUpdate cuNameAndKind cuIntegerListcuFloatingPoint cuInternal cuStringList cuShortId cuCumulativecuStructuredNameAndMetadatacuFloatingPointMean cuIntegerMean cuBooleancuFloatingPointList cuIntegerstreamingStageLocation sslStreamId derivedSourcedsDerivationModedsSource jobMetrics jmMetrics jmMetricTimesendDebugCaptureRequestsdcrDatasdcrComponentId sdcrWorkerIdworkItemStatuswisReportedProgress wisProgresswisSourceOperationResponsewisStopPositionwisDynamicSourceSplit wisCompleted wisSourceForkwisReportIndexwisRequestedLeaseDuration wisErrorswisCounterUpdateswisMetricUpdates wisWorkItemIdworkerMessageLabels wmlAddtionalflattenInstructionfiInputsworkerMessageCode wmcParameterswmcCodejobTransformNameMAppingjtnmaAddtional sourceSpec ssAddtionalsourceMetadatasmEstimatedSizeBytessmProducesSortedKeys smInfiniteenvironmentInternalExperiments eieAddtionaltaskRunnerSettingstrsContinueOnExceptiontrsHarnessCommandtrsWorkflowFileName trsTaskGrouptrsAlsologtostderrtrsDataflowAPIVersion trsLogDirtrsCommandlinesFileNametrsVMId trsBaseURLtrsOAuthScopes trsTaskUsertrsStreamingWorkerMainClasstrsBaseTaskDirtrsLogUploadLocationtrsTempStoragePrefixtrsLogToSerialconsoletrsParallelWorkerSettingstrsLanguageHintstreamingComputationConfigsccInstructions sccSystemNamesccComputationId sccStageNameenvironmentSdkPipelineOptions espoAddtionalfloatingPointMeanfpmCountfpmSumleaseWorkItemRequestlwirWorkItemTypeslwirCurrentWorkerTimelwirWorkerCapabilitieslwirRequestedLeaseDuration lwirWorkerIdsourceOperationResponsesorSplitsorGetMetadata+topologyConfigUserStageToComputationNameMaptcustcnmAddtional shellTask stCommand stExitCodestatusDetailsItem sdiAddtionalreportedParallelismrpValue rpIsInfinitestepProperties spAddtionaltopologyConfigtcDataDiskAssignmentstcPersistentStateVersiontcForwardingKeyBitstcUserStageToComputationNameMaptcComputationsapproximateSplitRequestasrFractionConsumed asrPosition splitInt64 siHighBits siLowBitsworkerSettings wsServicePath wsBaseURLwsShuffleServicePathwsTempStoragePrefixwsReportingEnabled wsWorkerIdgetDebugConfigResponse gdcrConfigworkItemServiceStateHarnessDatawisshdAddtionaldataDiskAssignment ddaVMInstance ddaDataDisksworkerMessageResponsewmrWorkerHealthReportResponse&createJobFromTemplateRequestParameterscjftrpAddtionalworkItemServiceStatewissNextReportIndexwissReportStatusIntervalwissHarnessDatawissSuggestedStopPointwissSuggestedStopPositionwissLeaseExpireTimewissSplitRequestwissMetricShortIdstreamingSetupTasksstStreamingComputationTopologysstReceiveWorkPortsstWorkerHarnessPortsstDrain-partialGroupByKeyInstructionInputElementCodecpgbkiiecAddtionalmapTaskmtInstructions mtSystemName mtStageNamemountedDataDisk mddDataDisk sinkCodec scAddtional integerMeanimCountimSumworkerHealthReportPodsItemwhrpiAddtionalparDoInstructionUserFnpdiufAddtionalinstructionOutputCodec iocAddtionalstreamLocationslStreamingStageLocationslSideInputLocationslCustomSourceLocationslPubsubLocationworkerPoolPoolArgs wppaAddtionalcounterMetadatacmKind cmDescriptioncmStandardUnits cmOtherUnitssendWorkerMessagesResponseswmrWorkerMessageResponsesstreamingSideInputLocationssilTagssilStateFamilygetDebugConfigRequestgdcrComponentId gdcrWorkerId counterStructuredNameAndMetadata csnamName csnamMetadatastreamingComputationTask sctTaskType sctDataDiskssctComputationRanges jobMessagejmTime jmMessageTextjmMessageImportancejmIdseqMapTaskOutputInfo smtoiSinksmtoiTagsourceGetMetadataRequest sgmrSourceseqMapTaskUserFnsmtufAddtional,partialGroupByKeyInstructionValueCombiningFnpgbkivcfAddtionaljobjRequestedState jEnvironmentjClientRequestId jCurrentStatejReplacedByJobId jTempFilesjStepsjExecutionInfojNamejTransformNameMAppingjIdjLabels jProjectIdjTypejCurrentStateTime jReplaceJobId jCreateTimereadInstructionriSourceapproximateReportedProgressarpFractionConsumedarpConsumedParallelismarpRemainingParallelism arpPositionsinkSpec sAddtional workerPoolwpAutoscalingSettingswpNumThreadsPerWorker wpDiskSizeGbwpKindwpTaskrunnerSettings wpNumWorkers wpNetworkwpZonewpIPConfiguration wpPackageswpOnHostMaintenancewpDiskSourceImage wpSubnetwork wpMachineType wpMetadata wpDiskTypewpTeardownPolicywpDefaultPackageSet wpPoolArgswpWorkerHarnessContainerImage wpDataDisksstepsKindsName sPropertiespackage pLocationpNameworkerMessageCodeParameters wmcpAddtionaldynamicSourceSplit dssResidual dssPrimaryreportWorkItemStatusResponserwisrWorkItemServiceStates sourceFork sfResidualsfPrimarySource sfPrimarysfResidualSourcestreamingComputationRangesscrRangeAssignmentsscrComputationIdlistJobsResponseljrNextPageTokenljrJobssourcesouDoesNotNeedSplitting souBaseSpecssouCodecsouSpec souMetadataapproximateProgressapRemainingTimeapPercentComplete apPosition workerMessagewmWorkerHealthReportwmTimewmWorkerMessageCodewmLabelskeyRangeLocationkrlPersistentDirectory krlDataDiskkrlStartkrlDeliveryEndpointkrlEndmultiOutputInfomoiTagpartialGroupByKeyInstructionpgbkiValueCombiningFnpgbkiSideInputs pgbkiInput"pgbkiOriginalCombineValuesStepNamepgbkiInputElementCodec(pgbkiOriginalCombineValuesInputStoreNameparDoInstruction pdiNumOutputspdiMultiOutputInfos pdiSideInputspdiInput pdiUserFncustomSourceLocation cslStatefulsourceBaseSpecsItem sbsiAddtionalparallelInstructionpiReadpiWritepiParDopiPartialGroupByKey piOutputspiName piSystemName piFlattenpiOriginalNamesideInputInfoKind siikAddtionalstreamingConfigTasksctUserStepToStateFamilyNameMapsctStreamingComputationConfigs metricShortId msiShortIdmsiMetricIndexsendWorkerMessagesRequestswmrWorkerMessagessourceSplitShardsssDerivationMode sssSource sideInputInfosiiTagsiiKind siiSourcesjobExecutionInfo jeiStages sourceCodec souAddtionalstateFamilyConfig sfcIsReadsfcStateFamilykeyRangeDataDiskAssignment krddaDataDisk krddaStartkrddaEndsourceSplitRequest ssrSource ssrOptionslistJobMessagesResponseljmrJobMessagesljmrNextPageTokenpubsubLocationplTrackingSubscriptionplDropLateDataplTimestampLabel plIdLabelplTopicplSubscriptionfloatingPointList fplElementsinstructionInputiiProducerInstructionIndex iiOutputNum seqMapTask smtInputssmtNamesmtOutputInfos smtSystemName smtStageName smtUserFn/streamingConfigTaskUserStepToStateFamilyNameMapsctustsfnmAddtionalsourceOperationRequestsSplit sGetMetadataleaseWorkItemResponse lwirWorkItemsposition pByteOffSetpConcatPosition pRecordIndexpShufflePositionpKeypEnddataflowServiceuserInfoEmailScopecloudPlatformScopeProjectsWorkerMessagesProjectsWorkerMessagesResourceprojectsWorkerMessagespwmXgafvpwmUploadProtocolpwmPppwmAccessToken pwmUploadType pwmPayloadpwmBearerToken pwmProjectId pwmCallback%$fGoogleRequestProjectsWorkerMessages$fEqProjectsWorkerMessages$fShowProjectsWorkerMessages$fDataProjectsWorkerMessages$fGenericProjectsWorkerMessagesProjectsTemplatesCreateProjectsTemplatesCreateResourceprojectsTemplatesCreateptcXgafvptcUploadProtocolptcPpptcAccessToken ptcUploadType ptcPayloadptcBearerToken ptcProjectId ptcCallback&$fGoogleRequestProjectsTemplatesCreate$fEqProjectsTemplatesCreate$fShowProjectsTemplatesCreate$fDataProjectsTemplatesCreate $fGenericProjectsTemplatesCreate!ProjectsJobsWorkItemsReportStatus)ProjectsJobsWorkItemsReportStatusResource!projectsJobsWorkItemsReportStatus pjwirsXgafv pjwirsJobIdpjwirsUploadProtocolpjwirsPppjwirsAccessTokenpjwirsUploadType pjwirsPayloadpjwirsBearerTokenpjwirsProjectIdpjwirsCallback0$fGoogleRequestProjectsJobsWorkItemsReportStatus%$fEqProjectsJobsWorkItemsReportStatus'$fShowProjectsJobsWorkItemsReportStatus'$fDataProjectsJobsWorkItemsReportStatus*$fGenericProjectsJobsWorkItemsReportStatusProjectsJobsWorkItemsLease"ProjectsJobsWorkItemsLeaseResourceprojectsJobsWorkItemsLease pjwilXgafv pjwilJobIdpjwilUploadProtocolpjwilPppjwilAccessTokenpjwilUploadType pjwilPayloadpjwilBearerTokenpjwilProjectId pjwilCallback)$fGoogleRequestProjectsJobsWorkItemsLease$fEqProjectsJobsWorkItemsLease $fShowProjectsJobsWorkItemsLease $fDataProjectsJobsWorkItemsLease#$fGenericProjectsJobsWorkItemsLeaseProjectsJobsUpdateProjectsJobsUpdateResourceprojectsJobsUpdatepjuXgafvpjuJobIdpjuUploadProtocolpjuPppjuAccessToken pjuUploadType pjuPayloadpjuBearerToken pjuProjectId pjuCallback!$fGoogleRequestProjectsJobsUpdate$fEqProjectsJobsUpdate$fShowProjectsJobsUpdate$fDataProjectsJobsUpdate$fGenericProjectsJobsUpdateProjectsJobsMessagesList ProjectsJobsMessagesListResourceprojectsJobsMessagesList pjmlXgafv pjmlJobIdpjmlUploadProtocol pjmlStartTimepjmlPppjmlAccessTokenpjmlUploadTypepjmlBearerToken pjmlEndTimepjmlMinimumImportance pjmlPageToken pjmlProjectId pjmlPageSize pjmlCallback'$fGoogleRequestProjectsJobsMessagesList$fEqProjectsJobsMessagesList$fShowProjectsJobsMessagesList$fDataProjectsJobsMessagesList!$fGenericProjectsJobsMessagesListProjectsJobsListProjectsJobsListResourceprojectsJobsListpjlXgafvpjlUploadProtocolpjlPppjlAccessToken pjlUploadTypepjlBearerTokenpjlView pjlFilter pjlPageToken pjlProjectId pjlPageSize pjlCallback$fGoogleRequestProjectsJobsList$fEqProjectsJobsList$fShowProjectsJobsList$fDataProjectsJobsList$fGenericProjectsJobsListProjectsJobsGetMetricsProjectsJobsGetMetricsResourceprojectsJobsGetMetrics pjgmXgafv pjgmJobIdpjgmUploadProtocol pjgmStartTimepjgmPppjgmAccessTokenpjgmUploadTypepjgmBearerToken pjgmProjectId pjgmCallback%$fGoogleRequestProjectsJobsGetMetrics$fEqProjectsJobsGetMetrics$fShowProjectsJobsGetMetrics$fDataProjectsJobsGetMetrics$fGenericProjectsJobsGetMetricsProjectsJobsGetProjectsJobsGetResourceprojectsJobsGetpjgXgafvpjgJobIdpjgUploadProtocolpjgPppjgAccessToken pjgUploadTypepjgBearerTokenpjgView pjgProjectId pjgCallback$fGoogleRequestProjectsJobsGet$fEqProjectsJobsGet$fShowProjectsJobsGet$fDataProjectsJobsGet$fGenericProjectsJobsGetProjectsJobsDebugSendCapture$ProjectsJobsDebugSendCaptureResourceprojectsJobsDebugSendCapture pjdscXgafv pjdscJobIdpjdscUploadProtocolpjdscPppjdscAccessTokenpjdscUploadType pjdscPayloadpjdscBearerTokenpjdscProjectId pjdscCallback+$fGoogleRequestProjectsJobsDebugSendCapture $fEqProjectsJobsDebugSendCapture"$fShowProjectsJobsDebugSendCapture"$fDataProjectsJobsDebugSendCapture%$fGenericProjectsJobsDebugSendCaptureProjectsJobsDebugGetConfig"ProjectsJobsDebugGetConfigResourceprojectsJobsDebugGetConfig pjdgcXgafv pjdgcJobIdpjdgcUploadProtocolpjdgcPppjdgcAccessTokenpjdgcUploadType pjdgcPayloadpjdgcBearerTokenpjdgcProjectId pjdgcCallback)$fGoogleRequestProjectsJobsDebugGetConfig$fEqProjectsJobsDebugGetConfig $fShowProjectsJobsDebugGetConfig $fDataProjectsJobsDebugGetConfig#$fGenericProjectsJobsDebugGetConfigProjectsJobsCreateProjectsJobsCreateResourceprojectsJobsCreatepjcXgafvpjcUploadProtocolpjcPppjcAccessToken pjcUploadType pjcPayloadpjcBearerTokenpjcView pjcProjectIdpjcReplaceJobId pjcCallback!$fGoogleRequestProjectsJobsCreate$fEqProjectsJobsCreate$fShowProjectsJobsCreate$fDataProjectsJobsCreate$fGenericProjectsJobsCreate DataflowAPI Position' _pByteOffSet_pConcatPosition _pRecordIndex_pShufflePosition_pKey_pEndLeaseWorkItemResponse'_lwirWorkItemsSourceOperationRequest'_sSplit _sGetMetadata0StreamingConfigTaskUserStepToStateFamilyNameMap'_sctustsfnmAddtional SeqMapTask' _smtInputs_smtName_smtOutputInfos_smtSystemName _smtStageName _smtUserFnInstructionInput'_iiProducerInstructionIndex _iiOutputNumFloatingPointList' _fplElementsPubsubLocation'_plTrackingSubscription_plDropLateData_plTimestampLabel _plIdLabel_plTopic_plSubscriptionListJobMessagesResponse'_ljmrJobMessages_ljmrNextPageTokenSourceSplitRequest' _ssrSource _ssrOptionsKeyRangeDataDiskAssignment'_krddaDataDisk _krddaStart _krddaEndStateFamilyConfig' _sfcIsRead_sfcStateFamily SourceCodec' _souAddtionalJobExecutionInfo' _jeiStagesSideInputInfo'_siiTag_siiKind _siiSourcesSourceSplitShard'_sssDerivationMode _sssSourceSendWorkerMessagesRequest'_swmrWorkerMessagesMetricShortId' _msiShortId_msiMetricIndexStreamingConfigTask' _sctUserStepToStateFamilyNameMap_sctStreamingComputationConfigsSideInputInfoKind'_siikAddtionalParallelInstruction'_piRead_piWrite_piParDo_piPartialGroupByKey _piOutputs_piName _piSystemName _piFlatten_piOriginalNameSourceBaseSpecsItem'_sbsiAddtionalCustomSourceLocation' _cslStatefulParDoInstruction'_pdiNumOutputs_pdiMultiOutputInfos_pdiSideInputs _pdiInput _pdiUserFnPartialGroupByKeyInstruction'_pgbkiValueCombiningFn_pgbkiSideInputs _pgbkiInput#_pgbkiOriginalCombineValuesStepName_pgbkiInputElementCodec)_pgbkiOriginalCombineValuesInputStoreNameMultiOutputInfo'_moiTagKeyRangeLocation'_krlPersistentDirectory _krlDataDisk _krlStart_krlDeliveryEndpoint_krlEndWorkerMessage'_wmWorkerHealthReport_wmTime_wmWorkerMessageCode _wmLabelsApproximateProgress'_apRemainingTime_apPercentComplete _apPositionSource'_souDoesNotNeedSplitting _souBaseSpecs _souCodec_souSpec _souMetadataListJobsResponse'_ljrNextPageToken_ljrJobsStreamingComputationRanges'_scrRangeAssignments_scrComputationId SourceFork' _sfResidual_sfPrimarySource _sfPrimary_sfResidualSourceReportWorkItemStatusResponse'_rwisrWorkItemServiceStatesDynamicSourceSplit' _dssResidual _dssPrimaryWorkerMessageCodeParameters'_wmcpAddtionalPackage' _pLocation_pNameStep'_sKind_sName _sProperties WorkerPool'_wpAutoscalingSettings_wpNumThreadsPerWorker _wpDiskSizeGb_wpKind_wpTaskrunnerSettings _wpNumWorkers _wpNetwork_wpZone_wpIPConfiguration _wpPackages_wpOnHostMaintenance_wpDiskSourceImage _wpSubnetwork_wpMachineType _wpMetadata _wpDiskType_wpTeardownPolicy_wpDefaultPackageSet _wpPoolArgs_wpWorkerHarnessContainerImage _wpDataDisks SinkSpec' _sAddtionalApproximateReportedProgress'_arpFractionConsumed_arpConsumedParallelism_arpRemainingParallelism _arpPositionReadInstruction' _riSourceJob'_jRequestedState _jEnvironment_jClientRequestId_jCurrentState_jReplacedByJobId _jTempFiles_jSteps_jExecutionInfo_jName_jTransformNameMApping_jId_jLabels _jProjectId_jType_jCurrentStateTime_jReplaceJobId _jCreateTime-PartialGroupByKeyInstructionValueCombiningFn'_pgbkivcfAddtionalSeqMapTaskUserFn'_smtufAddtionalSourceGetMetadataRequest' _sgmrSourceSeqMapTaskOutputInfo' _smtoiSink _smtoiTag JobMessage'_jmTime_jmMessageText_jmMessageImportance_jmIdStreamingComputationTask' _sctTaskType _sctDataDisks_sctComputationRanges!CounterStructuredNameAndMetadata' _csnamName_csnamMetadataGetDebugConfigRequest'_gdcrComponentId _gdcrWorkerIdStreamingSideInputLocation'_ssilTag_ssilStateFamilySendWorkerMessagesResponse'_swmrWorkerMessageResponsesCounterMetadata'_cmKind_cmDescription_cmStandardUnits _cmOtherUnitsWorkerPoolPoolArgs'_wppaAddtionalStreamLocation'_slStreamingStageLocation_slSideInputLocation_slCustomSourceLocation_slPubsubLocationInstructionOutputCodec' _iocAddtionalParDoInstructionUserFn'_pdiufAddtionalWorkerHealthReportPodsItem'_whrpiAddtional IntegerMean'_imCount_imSum SinkCodec' _scAddtionalMountedDataDisk' _mddDataDiskMapTask'_mtInstructions _mtSystemName _mtStageName.PartialGroupByKeyInstructionInputElementCodec'_pgbkiiecAddtionalStreamingSetupTask' _sstStreamingComputationTopology_sstReceiveWorkPort_sstWorkerHarnessPort _sstDrainWorkItemServiceState'_wissNextReportIndex_wissReportStatusInterval_wissHarnessData_wissSuggestedStopPoint_wissSuggestedStopPosition_wissLeaseExpireTime_wissSplitRequest_wissMetricShortId'CreateJobFromTemplateRequestParameters'_cjftrpAddtionalWorkerMessageResponse'_wmrWorkerHealthReportResponseDataDiskAssignment'_ddaVMInstance _ddaDataDisks WorkItemServiceStateHarnessData'_wisshdAddtionalGetDebugConfigResponse' _gdcrConfigWorkerSettings'_wsServicePath _wsBaseURL_wsShuffleServicePath_wsTempStoragePrefix_wsReportingEnabled _wsWorkerId SplitInt64' _siHighBits _siLowBitsApproximateSplitRequest'_asrFractionConsumed _asrPositionTopologyConfig'_tcDataDiskAssignments_tcPersistentStateVersion_tcForwardingKeyBits _tcUserStageToComputationNameMap_tcComputationsStepProperties' _spAddtionalReportedParallelism'_rpValue _rpIsInfiniteStatusDetailsItem' _sdiAddtional ShellTask' _stCommand _stExitCode,TopologyConfigUserStageToComputationNameMap'_tcustcnmAddtionalSourceOperationResponse' _sorSplit_sorGetMetadataLeaseWorkItemRequest'_lwirWorkItemTypes_lwirCurrentWorkerTime_lwirWorkerCapabilities_lwirRequestedLeaseDuration _lwirWorkerIdFloatingPointMean' _fpmCount_fpmSumEnvironmentSdkPipelineOptions'_espoAddtionalStreamingComputationConfig'_sccInstructions_sccSystemName_sccComputationId _sccStageNameTaskRunnerSettings'_trsContinueOnException_trsHarnessCommand_trsWorkflowFileName _trsTaskGroup_trsAlsologtostderr_trsDataflowAPIVersion _trsLogDir_trsCommandlinesFileName_trsVMId _trsBaseURL_trsOAuthScopes _trsTaskUser_trsStreamingWorkerMainClass_trsBaseTaskDir_trsLogUploadLocation_trsTempStoragePrefix_trsLogToSerialconsole_trsParallelWorkerSettings_trsLanguageHintEnvironmentInternalExperiments' _eieAddtionalSourceMetadata'_smEstimatedSizeBytes_smProducesSortedKeys _smInfinite SourceSpec' _ssAddtionalJobTransformNameMApping'_jtnmaAddtionalWorkerMessageCode'_wmcParameters_wmcCodeFlattenInstruction' _fiInputsWorkerMessageLabels' _wmlAddtionalWorkItemStatus'_wisReportedProgress _wisProgress_wisSourceOperationResponse_wisStopPosition_wisDynamicSourceSplit _wisCompleted_wisSourceFork_wisReportIndex_wisRequestedLeaseDuration _wisErrors_wisCounterUpdates_wisMetricUpdates_wisWorkItemIdSendDebugCaptureRequest' _sdcrData_sdcrComponentId _sdcrWorkerId JobMetrics' _jmMetrics _jmMetricTimeDerivedSource'_dsDerivationMode _dsSourceStreamingStageLocation' _sslStreamIdCounterUpdate'_cuNameAndKind_cuIntegerList_cuFloatingPoint _cuInternal _cuStringList _cuShortId _cuCumulative_cuStructuredNameAndMetadata_cuFloatingPointMean_cuIntegerMean _cuBoolean_cuFloatingPointList _cuIntegerMetricStructuredNameContext'_msncAddtionalConcatPosition'_cpIndex _cpPosition Environment' _eDataSet _eExperiments _eWorkerPools_eClusterManagerAPIService _eVersion_eInternalExperiments_eTempStoragePrefix_eServiceAccountEmail _eUserAgent_eSdkPipelineOptionsSourceGetMetadataResponse' _sgmrMetadata MetricUpdate' _muMeanSum _muInternal_muSet _muCumulative_muKind _muUpdateTime _muMeanCount_muName _muScalarDisk'_dSizeGb _dDiskType _dMountPointEnvironmentUserAgent' _euaAddtionalWriteInstruction'_wiSink_wiInputCounterStructuredName'_csnStandardOrigin_csnComponentStepName_csnOtherOrigin _csnPortion_csnOriginalStepName_csnName_csnExecutionStepName _csnWorkerIdMetricStructuredName' _msnOrigin _msnContext_msnName JobLabels' _jlAddtionalSendDebugCaptureResponse'WorkerHealthReportResponse'_whrrReportInterval StringList' _slElementsSink'_sCodec_sSpecEnvironmentVersion' _evAddtionalReportWorkItemStatusRequest'_rwisrCurrentWorkerTime_rwisrWorkItemStatuses_rwisrWorkerIdInstructionOutput'_ioOnlyCountValueBytes_ioCodec_ioName _ioSystemName_ioOriginalName_ioOnlyCountKeyBytesJobExecutionStageInfo' _jesiStepNameAutoscalingSettings'_asMaxNumWorkers _asAlgorithmWorkerPoolMetadata' _wpmAddtionalSourceSplitOptions'_ssoDesiredShardSizeBytes_ssoDesiredBundleSizeBytesWorkerHealthReport'_whrVMIsHealthy_whrReportInterval_whrPods_whrVMStartupTime WorkItem'_wiJobId_wiReportStatusInterval _wiShellTask_wiStreamingSetupTask_wiInitialReportIndex _wiMapTask _wiPackages_wiStreamingComputationTask_wiSourceOperationTask_wiId _wiProjectId_wiLeaseExpireTime_wiConfiguration_wiStreamingConfigTask _wiSeqMapTask IntegerList' _ilElements NameAndKind'_nakKind_nakNameStatus' _sDetails_sCode _sMessageCreateJobFromTemplateRequest' _cjftrGcsPath_cjftrParametersSourceSplitResponse' _ssrBundles _ssrShards _ssrOutcomeComputationTopology'_ctStateFamilies_ctUserStageName _ctInputs _ctKeyRanges _ctOutputs_ctComputationId_ctSystemStageNameJobExecutionInfoStages'_jeisAddtional$fToJSONPosition$fFromJSONPosition$fToJSONLeaseWorkItemResponse$fFromJSONLeaseWorkItemResponse$fToJSONSourceOperationRequest $fFromJSONSourceOperationRequest7$fToJSONStreamingConfigTaskUserStepToStateFamilyNameMap9$fFromJSONStreamingConfigTaskUserStepToStateFamilyNameMap$fToJSONSeqMapTask$fFromJSONSeqMapTask$fToJSONInstructionInput$fFromJSONInstructionInput$fToJSONFloatingPointList$fFromJSONFloatingPointList$fToJSONPubsubLocation$fFromJSONPubsubLocation$fToJSONListJobMessagesResponse!$fFromJSONListJobMessagesResponse$fToJSONSourceSplitRequest$fFromJSONSourceSplitRequest"$fToJSONKeyRangeDataDiskAssignment$$fFromJSONKeyRangeDataDiskAssignment$fToJSONStateFamilyConfig$fFromJSONStateFamilyConfig$fToJSONSourceCodec$fFromJSONSourceCodec$fToJSONJobExecutionInfo$fFromJSONJobExecutionInfo$fToJSONSideInputInfo$fFromJSONSideInputInfo$fToJSONSourceSplitShard$fFromJSONSourceSplitShard!$fToJSONSendWorkerMessagesRequest#$fFromJSONSendWorkerMessagesRequest$fToJSONMetricShortId$fFromJSONMetricShortId$fToJSONStreamingConfigTask$fFromJSONStreamingConfigTask$fToJSONSideInputInfoKind$fFromJSONSideInputInfoKind$fToJSONParallelInstruction$fFromJSONParallelInstruction$fToJSONSourceBaseSpecsItem$fFromJSONSourceBaseSpecsItem$fToJSONCustomSourceLocation$fFromJSONCustomSourceLocation$fToJSONParDoInstruction$fFromJSONParDoInstruction$$fToJSONPartialGroupByKeyInstruction&$fFromJSONPartialGroupByKeyInstruction$fToJSONMultiOutputInfo$fFromJSONMultiOutputInfo$fToJSONKeyRangeLocation$fFromJSONKeyRangeLocation$fToJSONWorkerMessage$fFromJSONWorkerMessage$fToJSONApproximateProgress$fFromJSONApproximateProgress$fToJSONSource$fFromJSONSource$fToJSONListJobsResponse$fFromJSONListJobsResponse"$fToJSONStreamingComputationRanges$$fFromJSONStreamingComputationRanges$fToJSONSourceFork$fFromJSONSourceFork$$fToJSONReportWorkItemStatusResponse&$fFromJSONReportWorkItemStatusResponse$fToJSONDynamicSourceSplit$fFromJSONDynamicSourceSplit#$fToJSONWorkerMessageCodeParameters%$fFromJSONWorkerMessageCodeParameters$fToJSONPackage$fFromJSONPackage $fToJSONStep$fFromJSONStep$fToJSONWorkerPool$fFromJSONWorkerPool$fToJSONSinkSpec$fFromJSONSinkSpec#$fToJSONApproximateReportedProgress%$fFromJSONApproximateReportedProgress$fToJSONReadInstruction$fFromJSONReadInstruction $fToJSONJob $fFromJSONJob4$fToJSONPartialGroupByKeyInstructionValueCombiningFn6$fFromJSONPartialGroupByKeyInstructionValueCombiningFn$fToJSONSeqMapTaskUserFn$fFromJSONSeqMapTaskUserFn $fToJSONSourceGetMetadataRequest"$fFromJSONSourceGetMetadataRequest$fToJSONSeqMapTaskOutputInfo$fFromJSONSeqMapTaskOutputInfo$fToJSONJobMessage$fFromJSONJobMessage $fToJSONStreamingComputationTask"$fFromJSONStreamingComputationTask($fToJSONCounterStructuredNameAndMetadata*$fFromJSONCounterStructuredNameAndMetadata$fToJSONGetDebugConfigRequest$fFromJSONGetDebugConfigRequest"$fToJSONStreamingSideInputLocation$$fFromJSONStreamingSideInputLocation"$fToJSONSendWorkerMessagesResponse$$fFromJSONSendWorkerMessagesResponse$fToJSONCounterMetadata$fFromJSONCounterMetadata$fToJSONWorkerPoolPoolArgs$fFromJSONWorkerPoolPoolArgs$fToJSONStreamLocation$fFromJSONStreamLocation$fToJSONInstructionOutputCodec $fFromJSONInstructionOutputCodec$fToJSONParDoInstructionUserFn $fFromJSONParDoInstructionUserFn"$fToJSONWorkerHealthReportPodsItem$$fFromJSONWorkerHealthReportPodsItem$fToJSONIntegerMean$fFromJSONIntegerMean$fToJSONSinkCodec$fFromJSONSinkCodec$fToJSONMountedDataDisk$fFromJSONMountedDataDisk$fToJSONMapTask$fFromJSONMapTask5$fToJSONPartialGroupByKeyInstructionInputElementCodec7$fFromJSONPartialGroupByKeyInstructionInputElementCodec$fToJSONStreamingSetupTask$fFromJSONStreamingSetupTask$fToJSONWorkItemServiceState$fFromJSONWorkItemServiceState.$fToJSONCreateJobFromTemplateRequestParameters0$fFromJSONCreateJobFromTemplateRequestParameters$fToJSONWorkerMessageResponse$fFromJSONWorkerMessageResponse$fToJSONDataDiskAssignment$fFromJSONDataDiskAssignment'$fToJSONWorkItemServiceStateHarnessData)$fFromJSONWorkItemServiceStateHarnessData$fToJSONGetDebugConfigResponse $fFromJSONGetDebugConfigResponse$fToJSONWorkerSettings$fFromJSONWorkerSettings$fToJSONSplitInt64$fFromJSONSplitInt64$fToJSONApproximateSplitRequest!$fFromJSONApproximateSplitRequest$fToJSONTopologyConfig$fFromJSONTopologyConfig$fToJSONStepProperties$fFromJSONStepProperties$fToJSONReportedParallelism$fFromJSONReportedParallelism$fToJSONStatusDetailsItem$fFromJSONStatusDetailsItem$fToJSONShellTask$fFromJSONShellTask3$fToJSONTopologyConfigUserStageToComputationNameMap5$fFromJSONTopologyConfigUserStageToComputationNameMap$fToJSONSourceOperationResponse!$fFromJSONSourceOperationResponse$fToJSONLeaseWorkItemRequest$fFromJSONLeaseWorkItemRequest$fToJSONFloatingPointMean$fFromJSONFloatingPointMean%$fToJSONEnvironmentSdkPipelineOptions'$fFromJSONEnvironmentSdkPipelineOptions"$fToJSONStreamingComputationConfig$$fFromJSONStreamingComputationConfig$fToJSONTaskRunnerSettings$fFromJSONTaskRunnerSettings&$fToJSONEnvironmentInternalExperiments($fFromJSONEnvironmentInternalExperiments$fToJSONSourceMetadata$fFromJSONSourceMetadata$fToJSONSourceSpec$fFromJSONSourceSpec$fToJSONJobTransformNameMApping!$fFromJSONJobTransformNameMApping$fToJSONWorkerMessageCode$fFromJSONWorkerMessageCode$fToJSONFlattenInstruction$fFromJSONFlattenInstruction$fToJSONWorkerMessageLabels$fFromJSONWorkerMessageLabels$fToJSONWorkItemStatus$fFromJSONWorkItemStatus$fToJSONSendDebugCaptureRequest!$fFromJSONSendDebugCaptureRequest$fToJSONJobMetrics$fFromJSONJobMetrics$fToJSONDerivedSource$fFromJSONDerivedSource$fToJSONStreamingStageLocation $fFromJSONStreamingStageLocation$fToJSONCounterUpdate$fFromJSONCounterUpdate#$fToJSONMetricStructuredNameContext%$fFromJSONMetricStructuredNameContext$fToJSONConcatPosition$fFromJSONConcatPosition$fToJSONEnvironment$fFromJSONEnvironment!$fToJSONSourceGetMetadataResponse#$fFromJSONSourceGetMetadataResponse$fToJSONMetricUpdate$fFromJSONMetricUpdate $fToJSONDisk$fFromJSONDisk$fToJSONEnvironmentUserAgent$fFromJSONEnvironmentUserAgent$fToJSONWriteInstruction$fFromJSONWriteInstruction$fToJSONCounterStructuredName$fFromJSONCounterStructuredName$fToJSONMetricStructuredName$fFromJSONMetricStructuredName$fToJSONJobLabels$fFromJSONJobLabels $fToJSONSendDebugCaptureResponse"$fFromJSONSendDebugCaptureResponse"$fToJSONWorkerHealthReportResponse$$fFromJSONWorkerHealthReportResponse$fToJSONStringList$fFromJSONStringList $fToJSONSink$fFromJSONSink$fToJSONEnvironmentVersion$fFromJSONEnvironmentVersion#$fToJSONReportWorkItemStatusRequest%$fFromJSONReportWorkItemStatusRequest$fToJSONInstructionOutput$fFromJSONInstructionOutput$fToJSONJobExecutionStageInfo$fFromJSONJobExecutionStageInfo$fToJSONAutoscalingSettings$fFromJSONAutoscalingSettings$fToJSONWorkerPoolMetadata$fFromJSONWorkerPoolMetadata$fToJSONSourceSplitOptions$fFromJSONSourceSplitOptions$fToJSONWorkerHealthReport$fFromJSONWorkerHealthReport$fToJSONWorkItem$fFromJSONWorkItem$fToJSONIntegerList$fFromJSONIntegerList$fToJSONNameAndKind$fFromJSONNameAndKind$fToJSONStatus$fFromJSONStatus$$fToJSONCreateJobFromTemplateRequest&$fFromJSONCreateJobFromTemplateRequest$fToJSONSourceSplitResponse$fFromJSONSourceSplitResponse$fToJSONComputationTopology$fFromJSONComputationTopology$fToJSONJobExecutionInfoStages $fFromJSONJobExecutionInfoStagesProjectsWorkerMessages' _pwmXgafv_pwmUploadProtocol_pwmPp_pwmAccessToken_pwmUploadType _pwmPayload_pwmBearerToken _pwmProjectId _pwmCallbackProjectsTemplatesCreate' _ptcXgafv_ptcUploadProtocol_ptcPp_ptcAccessToken_ptcUploadType _ptcPayload_ptcBearerToken _ptcProjectId _ptcCallback"ProjectsJobsWorkItemsReportStatus' _pjwirsXgafv _pjwirsJobId_pjwirsUploadProtocol _pjwirsPp_pjwirsAccessToken_pjwirsUploadType_pjwirsPayload_pjwirsBearerToken_pjwirsProjectId_pjwirsCallbackProjectsJobsWorkItemsLease' _pjwilXgafv _pjwilJobId_pjwilUploadProtocol_pjwilPp_pjwilAccessToken_pjwilUploadType _pjwilPayload_pjwilBearerToken_pjwilProjectId_pjwilCallbackProjectsJobsUpdate' _pjuXgafv _pjuJobId_pjuUploadProtocol_pjuPp_pjuAccessToken_pjuUploadType _pjuPayload_pjuBearerToken _pjuProjectId _pjuCallbackProjectsJobsMessagesList' _pjmlXgafv _pjmlJobId_pjmlUploadProtocol_pjmlStartTime_pjmlPp_pjmlAccessToken_pjmlUploadType_pjmlBearerToken _pjmlEndTime_pjmlMinimumImportance_pjmlPageToken_pjmlProjectId _pjmlPageSize _pjmlCallbackProjectsJobsList' _pjlXgafv_pjlUploadProtocol_pjlPp_pjlAccessToken_pjlUploadType_pjlBearerToken_pjlView _pjlFilter _pjlPageToken _pjlProjectId _pjlPageSize _pjlCallbackProjectsJobsGetMetrics' _pjgmXgafv _pjgmJobId_pjgmUploadProtocol_pjgmStartTime_pjgmPp_pjgmAccessToken_pjgmUploadType_pjgmBearerToken_pjgmProjectId _pjgmCallbackProjectsJobsGet' _pjgXgafv _pjgJobId_pjgUploadProtocol_pjgPp_pjgAccessToken_pjgUploadType_pjgBearerToken_pjgView _pjgProjectId _pjgCallbackProjectsJobsDebugSendCapture' _pjdscXgafv _pjdscJobId_pjdscUploadProtocol_pjdscPp_pjdscAccessToken_pjdscUploadType _pjdscPayload_pjdscBearerToken_pjdscProjectId_pjdscCallbackProjectsJobsDebugGetConfig' _pjdgcXgafv _pjdgcJobId_pjdgcUploadProtocol_pjdgcPp_pjdgcAccessToken_pjdgcUploadType _pjdgcPayload_pjdgcBearerToken_pjdgcProjectId_pjdgcCallbackProjectsJobsCreate' _pjcXgafv_pjcUploadProtocol_pjcPp_pjcAccessToken_pjcUploadType _pjcPayload_pjcBearerToken_pjcView _pjcProjectId_pjcReplaceJobId _pjcCallback