blob: 80bb00f092bef671aaf4b6bb7c77d7937872e243 [file] [log] [blame]
{
"resources": {
"projects": {
"methods": {
"workerMessages": {
"request": {
"$ref": "SendWorkerMessagesRequest"
},
"description": "Send a worker_message to the service.",
"httpMethod": "POST",
"parameterOrder": [
"projectId"
],
"response": {
"$ref": "SendWorkerMessagesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"parameters": {
"projectId": {
"description": "The project to send the WorkerMessages to.",
"type": "string",
"required": true,
"location": "path"
}
},
"flatPath": "v1b3/projects/{projectId}/WorkerMessages",
"path": "v1b3/projects/{projectId}/WorkerMessages",
"id": "dataflow.projects.workerMessages"
}
},
"resources": {
"locations": {
"methods": {
"workerMessages": {
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"parameters": {
"location": {
"location": "path",
"description": "The location which contains the job",
"type": "string",
"required": true
},
"projectId": {
"location": "path",
"description": "The project to send the WorkerMessages to.",
"type": "string",
"required": true
}
},
"flatPath": "v1b3/projects/{projectId}/locations/{location}/WorkerMessages",
"path": "v1b3/projects/{projectId}/locations/{location}/WorkerMessages",
"id": "dataflow.projects.locations.workerMessages",
"request": {
"$ref": "SendWorkerMessagesRequest"
},
"description": "Send a worker_message to the service.",
"httpMethod": "POST",
"parameterOrder": [
"projectId",
"location"
],
"response": {
"$ref": "SendWorkerMessagesResponse"
}
}
},
"resources": {
"templates": {
"methods": {
"create": {
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"parameters": {
"projectId": {
"location": "path",
"description": "Required. The ID of the Cloud Platform project that the job belongs to.",
"type": "string",
"required": true
},
"location": {
"location": "path",
"description": "The location to which to direct the request.",
"type": "string",
"required": true
}
},
"flatPath": "v1b3/projects/{projectId}/locations/{location}/templates",
"id": "dataflow.projects.locations.templates.create",
"path": "v1b3/projects/{projectId}/locations/{location}/templates",
"request": {
"$ref": "CreateJobFromTemplateRequest"
},
"description": "Creates a Cloud Dataflow job from a template.",
"response": {
"$ref": "Job"
},
"parameterOrder": [
"projectId",
"location"
],
"httpMethod": "POST"
},
"launch": {
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"parameters": {
"validateOnly": {
"description": "If true, the request is validated but not actually executed.\nDefaults to false.",
"type": "boolean",
"location": "query"
},
"projectId": {
"location": "path",
"description": "Required. The ID of the Cloud Platform project that the job belongs to.",
"type": "string",
"required": true
},
"gcsPath": {
"description": "Required. A Cloud Storage path to the template from which to create\nthe job.\nMust be valid Cloud Storage URL, beginning with 'gs://'.",
"type": "string",
"location": "query"
},
"location": {
"description": "The location to which to direct the request.",
"type": "string",
"required": true,
"location": "path"
}
},
"flatPath": "v1b3/projects/{projectId}/locations/{location}/templates:launch",
"path": "v1b3/projects/{projectId}/locations/{location}/templates:launch",
"id": "dataflow.projects.locations.templates.launch",
"request": {
"$ref": "LaunchTemplateParameters"
},
"description": "Launch a template.",
"httpMethod": "POST",
"parameterOrder": [
"projectId",
"location"
],
"response": {
"$ref": "LaunchTemplateResponse"
}
},
"get": {
"parameters": {
"view": {
"description": "The view to retrieve. Defaults to METADATA_ONLY.",
"type": "string",
"location": "query",
"enum": [
"METADATA_ONLY"
]
},
"projectId": {
"description": "Required. The ID of the Cloud Platform project that the job belongs to.",
"type": "string",
"required": true,
"location": "path"
},
"gcsPath": {
"location": "query",
"description": "Required. A Cloud Storage path to the template from which to\ncreate the job.\nMust be a valid Cloud Storage URL, beginning with `gs://`.",
"type": "string"
},
"location": {
"location": "path",
"description": "The location to which to direct the request.",
"type": "string",
"required": true
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"flatPath": "v1b3/projects/{projectId}/locations/{location}/templates:get",
"id": "dataflow.projects.locations.templates.get",
"path": "v1b3/projects/{projectId}/locations/{location}/templates:get",
"description": "Get the template associated with a template.",
"response": {
"$ref": "GetTemplateResponse"
},
"parameterOrder": [
"projectId",
"location"
],
"httpMethod": "GET"
}
}
},
"jobs": {
"methods": {
"list": {
"id": "dataflow.projects.locations.jobs.list",
"path": "v1b3/projects/{projectId}/locations/{location}/jobs",
"description": "List the jobs of a project in a given region.",
"response": {
"$ref": "ListJobsResponse"
},
"httpMethod": "GET",
"parameterOrder": [
"projectId",
"location"
],
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"parameters": {
"pageToken": {
"location": "query",
"description": "Set this to the 'next_page_token' field of a previous response\nto request additional results in a long list.",
"type": "string"
},
"pageSize": {
"format": "int32",
"description": "If there are many jobs, limit response to at most this many.\nThe actual number of jobs returned will be the lesser of max_responses\nand an unspecified server-defined limit.",
"type": "integer",
"location": "query"
},
"view": {
"location": "query",
"enum": [
"JOB_VIEW_UNKNOWN",
"JOB_VIEW_SUMMARY",
"JOB_VIEW_ALL",
"JOB_VIEW_DESCRIPTION"
],
"description": "Level of information requested in response. Default is `JOB_VIEW_SUMMARY`.",
"type": "string"
},
"projectId": {
"location": "path",
"description": "The project which owns the jobs.",
"type": "string",
"required": true
},
"filter": {
"description": "The kind of filter to use.",
"type": "string",
"location": "query",
"enum": [
"UNKNOWN",
"ALL",
"TERMINATED",
"ACTIVE"
]
},
"location": {
"location": "path",
"description": "The location that contains this job.",
"type": "string",
"required": true
}
},
"flatPath": "v1b3/projects/{projectId}/locations/{location}/jobs"
},
"get": {
"description": "Gets the state of the specified Cloud Dataflow job.",
"httpMethod": "GET",
"parameterOrder": [
"projectId",
"location",
"jobId"
],
"response": {
"$ref": "Job"
},
"parameters": {
"view": {
"location": "query",
"enum": [
"JOB_VIEW_UNKNOWN",
"JOB_VIEW_SUMMARY",
"JOB_VIEW_ALL",
"JOB_VIEW_DESCRIPTION"
],
"description": "The level of information requested in response.",
"type": "string"
},
"jobId": {
"description": "The job ID.",
"type": "string",
"required": true,
"location": "path"
},
"projectId": {
"location": "path",
"description": "The ID of the Cloud Platform project that the job belongs to.",
"type": "string",
"required": true
},
"location": {
"location": "path",
"description": "The location that contains this job.",
"type": "string",
"required": true
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"flatPath": "v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}",
"path": "v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}",
"id": "dataflow.projects.locations.jobs.get"
},
"update": {
"id": "dataflow.projects.locations.jobs.update",
"path": "v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}",
"description": "Updates the state of an existing Cloud Dataflow job.",
"request": {
"$ref": "Job"
},
"response": {
"$ref": "Job"
},
"parameterOrder": [
"projectId",
"location",
"jobId"
],
"httpMethod": "PUT",
"parameters": {
"jobId": {
"location": "path",
"description": "The job ID.",
"type": "string",
"required": true
},
"projectId": {
"description": "The ID of the Cloud Platform project that the job belongs to.",
"type": "string",
"required": true,
"location": "path"
},
"location": {
"description": "The location that contains this job.",
"type": "string",
"required": true,
"location": "path"
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"flatPath": "v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}"
},
"create": {
"httpMethod": "POST",
"parameterOrder": [
"projectId",
"location"
],
"response": {
"$ref": "Job"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"parameters": {
"location": {
"location": "path",
"description": "The location that contains this job.",
"type": "string",
"required": true
},
"replaceJobId": {
"location": "query",
"description": "Deprecated. This field is now in the Job message.",
"type": "string"
},
"view": {
"location": "query",
"enum": [
"JOB_VIEW_UNKNOWN",
"JOB_VIEW_SUMMARY",
"JOB_VIEW_ALL",
"JOB_VIEW_DESCRIPTION"
],
"description": "The level of information requested in response.",
"type": "string"
},
"projectId": {
"description": "The ID of the Cloud Platform project that the job belongs to.",
"type": "string",
"required": true,
"location": "path"
}
},
"flatPath": "v1b3/projects/{projectId}/locations/{location}/jobs",
"path": "v1b3/projects/{projectId}/locations/{location}/jobs",
"id": "dataflow.projects.locations.jobs.create",
"request": {
"$ref": "Job"
},
"description": "Creates a Cloud Dataflow job."
},
"getMetrics": {
"path": "v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/metrics",
"id": "dataflow.projects.locations.jobs.getMetrics",
"description": "Request the job status.",
"httpMethod": "GET",
"parameterOrder": [
"projectId",
"location",
"jobId"
],
"response": {
"$ref": "JobMetrics"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"parameters": {
"location": {
"location": "path",
"description": "The location which contains the job specified by job_id.",
"type": "string",
"required": true
},
"startTime": {
"location": "query",
"format": "google-datetime",
"description": "Return only metric data that has changed since this time.\nDefault is to return all information about all metrics for the job.",
"type": "string"
},
"jobId": {
"location": "path",
"description": "The job to get messages for.",
"type": "string",
"required": true
},
"projectId": {
"description": "A project id.",
"type": "string",
"required": true,
"location": "path"
}
},
"flatPath": "v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/metrics"
}
},
"resources": {
"messages": {
"methods": {
"list": {
"id": "dataflow.projects.locations.jobs.messages.list",
"path": "v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/messages",
"description": "Request the job status.",
"response": {
"$ref": "ListJobMessagesResponse"
},
"parameterOrder": [
"projectId",
"location",
"jobId"
],
"httpMethod": "GET",
"parameters": {
"projectId": {
"description": "A project id.",
"type": "string",
"required": true,
"location": "path"
},
"jobId": {
"location": "path",
"description": "The job to get messages about.",
"type": "string",
"required": true
},
"location": {
"location": "path",
"description": "The location which contains the job specified by job_id.",
"type": "string",
"required": true
},
"endTime": {
"format": "google-datetime",
"description": "Return only messages with timestamps \u003c end_time. The default is now\n(i.e. return up to the latest messages available).",
"type": "string",
"location": "query"
},
"startTime": {
"location": "query",
"format": "google-datetime",
"description": "If specified, return only messages with timestamps \u003e= start_time.\nThe default is the job creation time (i.e. beginning of messages).",
"type": "string"
},
"pageToken": {
"location": "query",
"description": "If supplied, this should be the value of next_page_token returned\nby an earlier call. This will cause the next page of results to\nbe returned.",
"type": "string"
},
"pageSize": {
"format": "int32",
"description": "If specified, determines the maximum number of messages to\nreturn. If unspecified, the service may choose an appropriate\ndefault, or may return an arbitrarily large number of results.",
"type": "integer",
"location": "query"
},
"minimumImportance": {
"description": "Filter to only get messages with importance \u003e= level",
"type": "string",
"location": "query",
"enum": [
"JOB_MESSAGE_IMPORTANCE_UNKNOWN",
"JOB_MESSAGE_DEBUG",
"JOB_MESSAGE_DETAILED",
"JOB_MESSAGE_BASIC",
"JOB_MESSAGE_WARNING",
"JOB_MESSAGE_ERROR"
]
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"flatPath": "v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/messages"
}
}
},
"workItems": {
"methods": {
"lease": {
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"parameters": {
"location": {
"description": "The location which contains the WorkItem's job.",
"type": "string",
"required": true,
"location": "path"
},
"jobId": {
"location": "path",
"description": "Identifies the workflow job this worker belongs to.",
"type": "string",
"required": true
},
"projectId": {
"location": "path",
"description": "Identifies the project this worker belongs to.",
"type": "string",
"required": true
}
},
"flatPath": "v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/workItems:lease",
"path": "v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/workItems:lease",
"id": "dataflow.projects.locations.jobs.workItems.lease",
"request": {
"$ref": "LeaseWorkItemRequest"
},
"description": "Leases a dataflow WorkItem to run.",
"httpMethod": "POST",
"parameterOrder": [
"projectId",
"location",
"jobId"
],
"response": {
"$ref": "LeaseWorkItemResponse"
}
},
"reportStatus": {
"parameters": {
"jobId": {
"description": "The job which the WorkItem is part of.",
"type": "string",
"required": true,
"location": "path"
},
"projectId": {
"location": "path",
"description": "The project which owns the WorkItem's job.",
"type": "string",
"required": true
},
"location": {
"location": "path",
"description": "The location which contains the WorkItem's job.",
"type": "string",
"required": true
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"flatPath": "v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/workItems:reportStatus",
"path": "v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/workItems:reportStatus",
"id": "dataflow.projects.locations.jobs.workItems.reportStatus",
"description": "Reports the status of dataflow WorkItems leased by a worker.",
"request": {
"$ref": "ReportWorkItemStatusRequest"
},
"httpMethod": "POST",
"parameterOrder": [
"projectId",
"location",
"jobId"
],
"response": {
"$ref": "ReportWorkItemStatusResponse"
}
}
}
},
"debug": {
"methods": {
"sendCapture": {
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"parameters": {
"location": {
"location": "path",
"description": "The location which contains the job specified by job_id.",
"type": "string",
"required": true
},
"jobId": {
"location": "path",
"description": "The job id.",
"type": "string",
"required": true
},
"projectId": {
"description": "The project id.",
"type": "string",
"required": true,
"location": "path"
}
},
"flatPath": "v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/debug/sendCapture",
"id": "dataflow.projects.locations.jobs.debug.sendCapture",
"path": "v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/debug/sendCapture",
"request": {
"$ref": "SendDebugCaptureRequest"
},
"description": "Send encoded debug capture data for component.",
"response": {
"$ref": "SendDebugCaptureResponse"
},
"parameterOrder": [
"projectId",
"location",
"jobId"
],
"httpMethod": "POST"
},
"getConfig": {
"parameters": {
"jobId": {
"description": "The job id.",
"type": "string",
"required": true,
"location": "path"
},
"projectId": {
"location": "path",
"description": "The project id.",
"type": "string",
"required": true
},
"location": {
"location": "path",
"description": "The location which contains the job specified by job_id.",
"type": "string",
"required": true
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"flatPath": "v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/debug/getConfig",
"path": "v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/debug/getConfig",
"id": "dataflow.projects.locations.jobs.debug.getConfig",
"description": "Get encoded debug configuration for component. Not cacheable.",
"request": {
"$ref": "GetDebugConfigRequest"
},
"httpMethod": "POST",
"parameterOrder": [
"projectId",
"location",
"jobId"
],
"response": {
"$ref": "GetDebugConfigResponse"
}
}
}
}
}
}
}
},
"templates": {
"methods": {
"create": {
"request": {
"$ref": "CreateJobFromTemplateRequest"
},
"description": "Creates a Cloud Dataflow job from a template.",
"response": {
"$ref": "Job"
},
"parameterOrder": [
"projectId"
],
"httpMethod": "POST",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"parameters": {
"projectId": {
"description": "Required. The ID of the Cloud Platform project that the job belongs to.",
"type": "string",
"required": true,
"location": "path"
}
},
"flatPath": "v1b3/projects/{projectId}/templates",
"id": "dataflow.projects.templates.create",
"path": "v1b3/projects/{projectId}/templates"
},
"launch": {
"httpMethod": "POST",
"parameterOrder": [
"projectId"
],
"response": {
"$ref": "LaunchTemplateResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"parameters": {
"location": {
"location": "query",
"description": "The location to which to direct the request.",
"type": "string"
},
"validateOnly": {
"description": "If true, the request is validated but not actually executed.\nDefaults to false.",
"type": "boolean",
"location": "query"
},
"projectId": {
"description": "Required. The ID of the Cloud Platform project that the job belongs to.",
"type": "string",
"required": true,
"location": "path"
},
"gcsPath": {
"location": "query",
"description": "Required. A Cloud Storage path to the template from which to create\nthe job.\nMust be valid Cloud Storage URL, beginning with 'gs://'.",
"type": "string"
}
},
"flatPath": "v1b3/projects/{projectId}/templates:launch",
"path": "v1b3/projects/{projectId}/templates:launch",
"id": "dataflow.projects.templates.launch",
"request": {
"$ref": "LaunchTemplateParameters"
},
"description": "Launch a template."
},
"get": {
"path": "v1b3/projects/{projectId}/templates:get",
"id": "dataflow.projects.templates.get",
"description": "Get the template associated with a template.",
"httpMethod": "GET",
"parameterOrder": [
"projectId"
],
"response": {
"$ref": "GetTemplateResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"parameters": {
"view": {
"description": "The view to retrieve. Defaults to METADATA_ONLY.",
"type": "string",
"location": "query",
"enum": [
"METADATA_ONLY"
]
},
"projectId": {
"description": "Required. The ID of the Cloud Platform project that the job belongs to.",
"type": "string",
"required": true,
"location": "path"
},
"gcsPath": {
"location": "query",
"description": "Required. A Cloud Storage path to the template from which to\ncreate the job.\nMust be a valid Cloud Storage URL, beginning with `gs://`.",
"type": "string"
},
"location": {
"description": "The location to which to direct the request.",
"type": "string",
"location": "query"
}
},
"flatPath": "v1b3/projects/{projectId}/templates:get"
}
}
},
"jobs": {
"methods": {
"create": {
"description": "Creates a Cloud Dataflow job.",
"request": {
"$ref": "Job"
},
"response": {
"$ref": "Job"
},
"parameterOrder": [
"projectId"
],
"httpMethod": "POST",
"parameters": {
"view": {
"location": "query",
"enum": [
"JOB_VIEW_UNKNOWN",
"JOB_VIEW_SUMMARY",
"JOB_VIEW_ALL",
"JOB_VIEW_DESCRIPTION"
],
"description": "The level of information requested in response.",
"type": "string"
},
"projectId": {
"location": "path",
"description": "The ID of the Cloud Platform project that the job belongs to.",
"type": "string",
"required": true
},
"location": {
"location": "query",
"description": "The location that contains this job.",
"type": "string"
},
"replaceJobId": {
"description": "Deprecated. This field is now in the Job message.",
"type": "string",
"location": "query"
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"flatPath": "v1b3/projects/{projectId}/jobs",
"id": "dataflow.projects.jobs.create",
"path": "v1b3/projects/{projectId}/jobs"
},
"getMetrics": {
"description": "Request the job status.",
"response": {
"$ref": "JobMetrics"
},
"parameterOrder": [
"projectId",
"jobId"
],
"httpMethod": "GET",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"parameters": {
"startTime": {
"format": "google-datetime",
"description": "Return only metric data that has changed since this time.\nDefault is to return all information about all metrics for the job.",
"type": "string",
"location": "query"
},
"jobId": {
"location": "path",
"description": "The job to get messages for.",
"type": "string",
"required": true
},
"projectId": {
"description": "A project id.",
"type": "string",
"required": true,
"location": "path"
},
"location": {
"description": "The location which contains the job specified by job_id.",
"type": "string",
"location": "query"
}
},
"flatPath": "v1b3/projects/{projectId}/jobs/{jobId}/metrics",
"id": "dataflow.projects.jobs.getMetrics",
"path": "v1b3/projects/{projectId}/jobs/{jobId}/metrics"
},
"get": {
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"parameters": {
"location": {
"location": "query",
"description": "The location that contains this job.",
"type": "string"
},
"view": {
"description": "The level of information requested in response.",
"type": "string",
"location": "query",
"enum": [
"JOB_VIEW_UNKNOWN",
"JOB_VIEW_SUMMARY",
"JOB_VIEW_ALL",
"JOB_VIEW_DESCRIPTION"
]
},
"jobId": {
"location": "path",
"description": "The job ID.",
"type": "string",
"required": true
},
"projectId": {
"location": "path",
"description": "The ID of the Cloud Platform project that the job belongs to.",
"type": "string",
"required": true
}
},
"flatPath": "v1b3/projects/{projectId}/jobs/{jobId}",
"id": "dataflow.projects.jobs.get",
"path": "v1b3/projects/{projectId}/jobs/{jobId}",
"description": "Gets the state of the specified Cloud Dataflow job.",
"response": {
"$ref": "Job"
},
"httpMethod": "GET",
"parameterOrder": [
"projectId",
"jobId"
]
},
"update": {
"description": "Updates the state of an existing Cloud Dataflow job.",
"request": {
"$ref": "Job"
},
"httpMethod": "PUT",
"parameterOrder": [
"projectId",
"jobId"
],
"response": {
"$ref": "Job"
},
"parameters": {
"location": {
"location": "query",
"description": "The location that contains this job.",
"type": "string"
},
"jobId": {
"description": "The job ID.",
"type": "string",
"required": true,
"location": "path"
},
"projectId": {
"location": "path",
"description": "The ID of the Cloud Platform project that the job belongs to.",
"type": "string",
"required": true
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"flatPath": "v1b3/projects/{projectId}/jobs/{jobId}",
"path": "v1b3/projects/{projectId}/jobs/{jobId}",
"id": "dataflow.projects.jobs.update"
},
"aggregated": {
"httpMethod": "GET",
"parameterOrder": [
"projectId"
],
"response": {
"$ref": "ListJobsResponse"
},
"parameters": {
"filter": {
"description": "The kind of filter to use.",
"type": "string",
"location": "query",
"enum": [
"UNKNOWN",
"ALL",
"TERMINATED",
"ACTIVE"
]
},
"location": {
"location": "query",
"description": "The location that contains this job.",
"type": "string"
},
"pageToken": {
"description": "Set this to the 'next_page_token' field of a previous response\nto request additional results in a long list.",
"type": "string",
"location": "query"
},
"pageSize": {
"format": "int32",
"description": "If there are many jobs, limit response to at most this many.\nThe actual number of jobs returned will be the lesser of max_responses\nand an unspecified server-defined limit.",
"type": "integer",
"location": "query"
},
"view": {
"location": "query",
"enum": [
"JOB_VIEW_UNKNOWN",
"JOB_VIEW_SUMMARY",
"JOB_VIEW_ALL",
"JOB_VIEW_DESCRIPTION"
],
"description": "Level of information requested in response. Default is `JOB_VIEW_SUMMARY`.",
"type": "string"
},
"projectId": {
"location": "path",
"description": "The project which owns the jobs.",
"type": "string",
"required": true
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"flatPath": "v1b3/projects/{projectId}/jobs:aggregated",
"path": "v1b3/projects/{projectId}/jobs:aggregated",
"id": "dataflow.projects.jobs.aggregated",
"description": "List the jobs of a project across all regions."
},
"list": {
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"parameters": {
"filter": {
"description": "The kind of filter to use.",
"type": "string",
"location": "query",
"enum": [
"UNKNOWN",
"ALL",
"TERMINATED",
"ACTIVE"
]
},
"location": {
"description": "The location that contains this job.",
"type": "string",
"location": "query"
},
"pageToken": {
"location": "query",
"description": "Set this to the 'next_page_token' field of a previous response\nto request additional results in a long list.",
"type": "string"
},
"pageSize": {
"format": "int32",
"description": "If there are many jobs, limit response to at most this many.\nThe actual number of jobs returned will be the lesser of max_responses\nand an unspecified server-defined limit.",
"type": "integer",
"location": "query"
},
"view": {
"description": "Level of information requested in response. Default is `JOB_VIEW_SUMMARY`.",
"type": "string",
"location": "query",
"enum": [
"JOB_VIEW_UNKNOWN",
"JOB_VIEW_SUMMARY",
"JOB_VIEW_ALL",
"JOB_VIEW_DESCRIPTION"
]
},
"projectId": {
"description": "The project which owns the jobs.",
"type": "string",
"required": true,
"location": "path"
}
},
"flatPath": "v1b3/projects/{projectId}/jobs",
"id": "dataflow.projects.jobs.list",
"path": "v1b3/projects/{projectId}/jobs",
"description": "List the jobs of a project in a given region.",
"response": {
"$ref": "ListJobsResponse"
},
"parameterOrder": [
"projectId"
],
"httpMethod": "GET"
}
},
"resources": {
"workItems": {
"methods": {
"lease": {
"request": {
"$ref": "LeaseWorkItemRequest"
},
"description": "Leases a dataflow WorkItem to run.",
"httpMethod": "POST",
"parameterOrder": [
"projectId",
"jobId"
],
"response": {
"$ref": "LeaseWorkItemResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"parameters": {
"jobId": {
"description": "Identifies the workflow job this worker belongs to.",
"type": "string",
"required": true,
"location": "path"
},
"projectId": {
"description": "Identifies the project this worker belongs to.",
"type": "string",
"required": true,
"location": "path"
}
},
"flatPath": "v1b3/projects/{projectId}/jobs/{jobId}/workItems:lease",
"path": "v1b3/projects/{projectId}/jobs/{jobId}/workItems:lease",
"id": "dataflow.projects.jobs.workItems.lease"
},
"reportStatus": {
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"parameters": {
"jobId": {
"location": "path",
"description": "The job which the WorkItem is part of.",
"type": "string",
"required": true
},
"projectId": {
"location": "path",
"description": "The project which owns the WorkItem's job.",
"type": "string",
"required": true
}
},
"flatPath": "v1b3/projects/{projectId}/jobs/{jobId}/workItems:reportStatus",
"id": "dataflow.projects.jobs.workItems.reportStatus",
"path": "v1b3/projects/{projectId}/jobs/{jobId}/workItems:reportStatus",
"request": {
"$ref": "ReportWorkItemStatusRequest"
},
"description": "Reports the status of dataflow WorkItems leased by a worker.",
"response": {
"$ref": "ReportWorkItemStatusResponse"
},
"parameterOrder": [
"projectId",
"jobId"
],
"httpMethod": "POST"
}
}
},
"debug": {
"methods": {
"sendCapture": {
"httpMethod": "POST",
"parameterOrder": [
"projectId",
"jobId"
],
"response": {
"$ref": "SendDebugCaptureResponse"
},
"parameters": {
"jobId": {
"description": "The job id.",
"type": "string",
"required": true,
"location": "path"
},
"projectId": {
"location": "path",
"description": "The project id.",
"type": "string",
"required": true
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"flatPath": "v1b3/projects/{projectId}/jobs/{jobId}/debug/sendCapture",
"path": "v1b3/projects/{projectId}/jobs/{jobId}/debug/sendCapture",
"id": "dataflow.projects.jobs.debug.sendCapture",
"description": "Send encoded debug capture data for component.",
"request": {
"$ref": "SendDebugCaptureRequest"
}
},
"getConfig": {
"response": {
"$ref": "GetDebugConfigResponse"
},
"parameterOrder": [
"projectId",
"jobId"
],
"httpMethod": "POST",
"parameters": {
"jobId": {
"description": "The job id.",
"type": "string",
"required": true,
"location": "path"
},
"projectId": {
"location": "path",
"description": "The project id.",
"type": "string",
"required": true
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"flatPath": "v1b3/projects/{projectId}/jobs/{jobId}/debug/getConfig",
"id": "dataflow.projects.jobs.debug.getConfig",
"path": "v1b3/projects/{projectId}/jobs/{jobId}/debug/getConfig",
"description": "Get encoded debug configuration for component. Not cacheable.",
"request": {
"$ref": "GetDebugConfigRequest"
}
}
}
},
"messages": {
"methods": {
"list": {
"id": "dataflow.projects.jobs.messages.list",
"path": "v1b3/projects/{projectId}/jobs/{jobId}/messages",
"description": "Request the job status.",
"response": {
"$ref": "ListJobMessagesResponse"
},
"parameterOrder": [
"projectId",
"jobId"
],
"httpMethod": "GET",
"parameters": {
"endTime": {
"location": "query",
"format": "google-datetime",
"description": "Return only messages with timestamps \u003c end_time. The default is now\n(i.e. return up to the latest messages available).",
"type": "string"
},
"location": {
"description": "The location which contains the job specified by job_id.",
"type": "string",
"location": "query"
},
"pageToken": {
"location": "query",
"description": "If supplied, this should be the value of next_page_token returned\nby an earlier call. This will cause the next page of results to\nbe returned.",
"type": "string"
},
"startTime": {
"format": "google-datetime",
"description": "If specified, return only messages with timestamps \u003e= start_time.\nThe default is the job creation time (i.e. beginning of messages).",
"type": "string",
"location": "query"
},
"pageSize": {
"location": "query",
"format": "int32",
"description": "If specified, determines the maximum number of messages to\nreturn. If unspecified, the service may choose an appropriate\ndefault, or may return an arbitrarily large number of results.",
"type": "integer"
},
"minimumImportance": {
"description": "Filter to only get messages with importance \u003e= level",
"type": "string",
"location": "query",
"enum": [
"JOB_MESSAGE_IMPORTANCE_UNKNOWN",
"JOB_MESSAGE_DEBUG",
"JOB_MESSAGE_DETAILED",
"JOB_MESSAGE_BASIC",
"JOB_MESSAGE_WARNING",
"JOB_MESSAGE_ERROR"
]
},
"jobId": {
"location": "path",
"description": "The job to get messages about.",
"type": "string",
"required": true
},
"projectId": {
"location": "path",
"description": "A project id.",
"type": "string",
"required": true
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly",
"https://www.googleapis.com/auth/userinfo.email"
],
"flatPath": "v1b3/projects/{projectId}/jobs/{jobId}/messages"
}
}
}
}
}
}
}
},
"parameters": {
"upload_protocol": {
"location": "query",
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"type": "string"
},
"prettyPrint": {
"description": "Returns response with indentations and line breaks.",
"default": "true",
"type": "boolean",
"location": "query"
},
"fields": {
"location": "query",
"description": "Selector specifying which fields to include in a partial response.",
"type": "string"
},
"uploadType": {
"location": "query",
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"type": "string"
},
"callback": {
"location": "query",
"description": "JSONP",
"type": "string"
},
"$.xgafv": {
"description": "V1 error format.",
"type": "string",
"enumDescriptions": [
"v1 error format",
"v2 error format"
],
"location": "query",
"enum": [
"1",
"2"
]
},
"alt": {
"enum": [
"json",
"media",
"proto"
],
"type": "string",
"enumDescriptions": [
"Responses with Content-Type of application/json",
"Media download with context-dependent Content-Type",
"Responses with Content-Type of application/x-protobuf"
],
"location": "query",
"description": "Data format for response.",
"default": "json"
},
"key": {
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"type": "string",
"location": "query"
},
"access_token": {
"location": "query",
"description": "OAuth access token.",
"type": "string"
},
"quotaUser": {
"location": "query",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
"type": "string"
},
"pp": {
"description": "Pretty-print response.",
"default": "true",
"type": "boolean",
"location": "query"
},
"oauth_token": {
"location": "query",
"description": "OAuth 2.0 token for the current user.",
"type": "string"
},
"bearer_token": {
"location": "query",
"description": "OAuth bearer token.",
"type": "string"
}
},
"schemas": {
"FloatingPointMean": {
"id": "FloatingPointMean",
"description": "A representation of a floating point mean metric contribution.",
"type": "object",
"properties": {
"count": {
"$ref": "SplitInt64",
"description": "The number of values being aggregated."
},
"sum": {
"format": "double",
"description": "The sum of all values being aggregated.",
"type": "number"
}
}
},
"ReportWorkItemStatusResponse": {
"description": "Response from a request to report the status of WorkItems.",
"type": "object",
"properties": {
"workItemServiceStates": {
"description": "A set of messages indicating the service-side state for each\nWorkItem whose status was reported, in the same order as the\nWorkItemStatus messages in the ReportWorkItemStatusRequest which\nresulting in this response.",
"items": {
"$ref": "WorkItemServiceState"
},
"type": "array"
}
},
"id": "ReportWorkItemStatusResponse"
},
"InstructionOutput": {
"description": "An output of an instruction.",
"type": "object",
"properties": {
"onlyCountValueBytes": {
"description": "For system-generated byte and mean byte metrics, certain instructions\nshould only report the value size.",
"type": "boolean"
},
"codec": {
"description": "The codec to use to encode data being written via this output.",
"type": "object",
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
}
},
"name": {
"description": "The user-provided name of this output.",
"type": "string"
},
"originalName": {
"description": "System-defined name for this output in the original workflow graph.\nOutputs that do not contribute to an original instruction do not set this.",
"type": "string"
},
"onlyCountKeyBytes": {
"description": "For system-generated byte and mean byte metrics, certain instructions\nshould only report the key size.",
"type": "boolean"
},
"systemName": {
"description": "System-defined name of this output.\nUnique across the workflow.",
"type": "string"
}
},
"id": "InstructionOutput"
},
"CreateJobFromTemplateRequest": {
"id": "CreateJobFromTemplateRequest",
"description": "A request to create a Cloud Dataflow job from a template.",
"type": "object",
"properties": {
"parameters": {
"additionalProperties": {
"type": "string"
},
"description": "The runtime parameters to pass to the job.",
"type": "object"
},
"jobName": {
"description": "Required. The job name to use for the created job.",
"type": "string"
},
"gcsPath": {
"description": "Required. A Cloud Storage path to the template from which to\ncreate the job.\nMust be a valid Cloud Storage URL, beginning with `gs://`.",
"type": "string"
},
"environment": {
"description": "The runtime environment for the job.",
"$ref": "RuntimeEnvironment"
},
"location": {
"description": "The location to which to direct the request.",
"type": "string"
}
}
},
"IntegerMean": {
"description": "A representation of an integer mean metric contribution.",
"type": "object",
"properties": {
"sum": {
"$ref": "SplitInt64",
"description": "The sum of all values being aggregated."
},
"count": {
"description": "The number of values being aggregated.",
"$ref": "SplitInt64"
}
},
"id": "IntegerMean"
},
"ListJobsResponse": {
"description": "Response to a request to list Cloud Dataflow jobs. This may be a partial\nresponse, depending on the page size in the ListJobsRequest.",
"type": "object",
"properties": {
"jobs": {
"description": "A subset of the requested job information.",
"items": {
"$ref": "Job"
},
"type": "array"
},
"failedLocation": {
"description": "Zero or more messages describing locations that failed to respond.",
"items": {
"$ref": "FailedLocation"
},
"type": "array"
},
"nextPageToken": {
"description": "Set if there may be more results than fit in this response.",
"type": "string"
}
},
"id": "ListJobsResponse"
},
"ComputationTopology": {
"id": "ComputationTopology",
"description": "All configuration data for a particular Computation.",
"type": "object",
"properties": {
"outputs": {
"description": "The outputs from the computation.",
"items": {
"$ref": "StreamLocation"
},
"type": "array"
},
"stateFamilies": {
"description": "The state family values.",
"items": {
"$ref": "StateFamilyConfig"
},
"type": "array"
},
"systemStageName": {
"description": "The system stage name.",
"type": "string"
},
"computationId": {
"description": "The ID of the computation.",
"type": "string"
},
"inputs": {
"description": "The inputs to the computation.",
"items": {
"$ref": "StreamLocation"
},
"type": "array"
},
"keyRanges": {
"description": "The key ranges processed by the computation.",
"items": {
"$ref": "KeyRangeLocation"
},
"type": "array"
}
}
},
"RuntimeEnvironment": {
"id": "RuntimeEnvironment",
"description": "The environment values to set at runtime.",
"type": "object",
"properties": {
"maxWorkers": {
"format": "int32",
"description": "The maximum number of Google Compute Engine instances to be made\navailable to your pipeline during execution, from 1 to 1000.",
"type": "integer"
},
"serviceAccountEmail": {
"description": "The email address of the service account to run the job as.",
"type": "string"
},
"tempLocation": {
"description": "The Cloud Storage path to use for temporary files.\nMust be a valid Cloud Storage URL, beginning with `gs://`.",
"type": "string"
},
"bypassTempDirValidation": {
"description": "Whether to bypass the safety checks for the job's temporary directory.\nUse with caution.",
"type": "boolean"
},
"machineType": {
"description": "The machine type to use for the job. Defaults to the value from the\ntemplate if not specified.",
"type": "string"
},
"zone": {
"description": "The Compute Engine [availability\nzone](https://cloud.google.com/compute/docs/regions-zones/regions-zones)\nfor launching worker instances to run your pipeline.",
"type": "string"
}
}
},
"StreamingSideInputLocation": {
"id": "StreamingSideInputLocation",
"description": "Identifies the location of a streaming side input.",
"type": "object",
"properties": {
"tag": {
"description": "Identifies the particular side input within the streaming Dataflow job.",
"type": "string"
},
"stateFamily": {
"description": "Identifies the state family where this side input is stored.",
"type": "string"
}
}
},
"MountedDataDisk": {
"id": "MountedDataDisk",
"description": "Describes mounted data disk.",
"type": "object",
"properties": {
"dataDisk": {
"description": "The name of the data disk.\nThis name is local to the Google Cloud Platform project and uniquely\nidentifies the disk within that project, for example\n\"myproject-1014-104817-4c2-harness-0-disk-1\".",
"type": "string"
}
}
},
"LaunchTemplateResponse": {
"description": "Response to the request to launch a template.",
"type": "object",
"properties": {
"job": {
"$ref": "Job",
"description": "The job that was launched, if the request was not a dry run and\nthe job was successfully launched."
}
},
"id": "LaunchTemplateResponse"
},
"DerivedSource": {
"id": "DerivedSource",
"description": "Specification of one of the bundles produced as a result of splitting\na Source (e.g. when executing a SourceSplitRequest, or when\nsplitting an active task using WorkItemStatus.dynamic_source_split),\nrelative to the source being split.",
"type": "object",
"properties": {
"derivationMode": {
"enumDescriptions": [
"The source derivation is unknown, or unspecified.",
"Produce a completely independent Source with no base.",
"Produce a Source based on the Source being split.",
"Produce a Source based on the base of the Source being split."
],
"enum": [
"SOURCE_DERIVATION_MODE_UNKNOWN",
"SOURCE_DERIVATION_MODE_INDEPENDENT",
"SOURCE_DERIVATION_MODE_CHILD_OF_CURRENT",
"SOURCE_DERIVATION_MODE_SIBLING_OF_CURRENT"
],
"description": "What source to base the produced source on (if any).",
"type": "string"
},
"source": {
"description": "Specification of the source.",
"$ref": "Source"
}
}
},
"DynamicSourceSplit": {
"id": "DynamicSourceSplit",
"description": "When a task splits using WorkItemStatus.dynamic_source_split, this\nmessage describes the two parts of the split relative to the\ndescription of the current task's input.",
"type": "object",
"properties": {
"residual": {
"$ref": "DerivedSource",
"description": "Residual part (returned to the pool of work).\nSpecified relative to the previously-current source."
},
"primary": {
"$ref": "DerivedSource",
"description": "Primary part (continued to be processed by worker).\nSpecified relative to the previously-current source.\nBecomes current."
}
}
},
"Job": {
"description": "Defines a job to be run by the Cloud Dataflow service.",
"type": "object",
"properties": {
"pipelineDescription": {
"$ref": "PipelineDescription",
"description": "Preliminary field: The format of this data may change at any time.\nA description of the user pipeline and stages through which it is executed.\nCreated by Cloud Dataflow service. Only retrieved with\nJOB_VIEW_DESCRIPTION or JOB_VIEW_ALL."
},
"replaceJobId": {
"description": "If this job is an update of an existing job, this field is the job ID\nof the job it replaced.\n\nWhen sending a `CreateJobRequest`, you can update a job by specifying it\nhere. The job named here is stopped, and its intermediate state is\ntransferred to this job.",
"type": "string"
},
"requestedState": {
"description": "The job's requested state.\n\n`UpdateJob` may be used to switch between the `JOB_STATE_STOPPED` and\n`JOB_STATE_RUNNING` states, by setting requested_state. `UpdateJob` may\nalso be used to directly set a job's requested state to\n`JOB_STATE_CANCELLED` or `JOB_STATE_DONE`, irrevocably terminating the\njob if it has not already reached a terminal state.",
"type": "string",
"enumDescriptions": [
"The job's run state isn't specified.",
"`JOB_STATE_STOPPED` indicates that the job has not\nyet started to run.",
"`JOB_STATE_RUNNING` indicates that the job is currently running.",
"`JOB_STATE_DONE` indicates that the job has successfully completed.\nThis is a terminal job state. This state may be set by the Cloud Dataflow\nservice, as a transition from `JOB_STATE_RUNNING`. It may also be set via a\nCloud Dataflow `UpdateJob` call, if the job has not yet reached a terminal\nstate.",
"`JOB_STATE_FAILED` indicates that the job has failed. This is a\nterminal job state. This state may only be set by the Cloud Dataflow\nservice, and only as a transition from `JOB_STATE_RUNNING`.",
"`JOB_STATE_CANCELLED` indicates that the job has been explicitly\ncancelled. This is a terminal job state. This state may only be\nset via a Cloud Dataflow `UpdateJob` call, and only if the job has not\nyet reached another terminal state.",
"`JOB_STATE_UPDATED` indicates that the job was successfully updated,\nmeaning that this job was stopped and another job was started, inheriting\nstate from this one. This is a terminal job state. This state may only be\nset by the Cloud Dataflow service, and only as a transition from\n`JOB_STATE_RUNNING`.",
"`JOB_STATE_DRAINING` indicates that the job is in the process of draining.\nA draining job has stopped pulling from its input sources and is processing\nany data that remains in-flight. This state may be set via a Cloud Dataflow\n`UpdateJob` call, but only as a transition from `JOB_STATE_RUNNING`. Jobs\nthat are draining may only transition to `JOB_STATE_DRAINED`,\n`JOB_STATE_CANCELLED`, or `JOB_STATE_FAILED`.",
"`JOB_STATE_DRAINED` indicates that the job has been drained.\nA drained job terminated by stopping pulling from its input sources and\nprocessing any data that remained in-flight when draining was requested.\nThis state is a terminal state, may only be set by the Cloud Dataflow\nservice, and only as a transition from `JOB_STATE_DRAINING`.",
"'JOB_STATE_PENDING' indicates that the job has been created but is not yet\nrunning. Jobs that are pending may only transition to `JOB_STATE_RUNNING`,\nor `JOB_STATE_FAILED`.",
"'JOB_STATE_CANCELLING' indicates that the job has been explicitly cancelled\nand is in the process of stopping. Jobs that are cancelling may only\ntransition to 'JOB_STATE_CANCELLED' or 'JOB_STATE_FAILED'."
],
"enum": [
"JOB_STATE_UNKNOWN",
"JOB_STATE_STOPPED",
"JOB_STATE_RUNNING",
"JOB_STATE_DONE",
"JOB_STATE_FAILED",
"JOB_STATE_CANCELLED",
"JOB_STATE_UPDATED",
"JOB_STATE_DRAINING",
"JOB_STATE_DRAINED",
"JOB_STATE_PENDING",
"JOB_STATE_CANCELLING"
]
},
"tempFiles": {
"description": "A set of files the system should be aware of that are used\nfor temporary storage. These temporary files will be\nremoved on job completion.\nNo duplicates are allowed.\nNo file patterns are supported.\n\nThe supported files are:\n\nGoogle Cloud Storage:\n\n storage.googleapis.com/{bucket}/{object}\n bucket.storage.googleapis.com/{object}",
"items": {
"type": "string"
},
"type": "array"
},
"clientRequestId": {
"description": "The client's unique identifier of the job, re-used across retried attempts.\nIf this field is set, the service will ensure its uniqueness.\nThe request to create a job will fail if the service has knowledge of a\npreviously submitted job with the same client's ID and job name.\nThe caller may use this field to ensure idempotence of job\ncreation across retried attempts to create a job.\nBy default, the field is empty and, in that case, the service ignores it.",
"type": "string"
},
"name": {
"description": "The user-specified Cloud Dataflow job name.\n\nOnly one Job with a given name may exist in a project at any\ngiven time. If a caller attempts to create a Job with the same\nname as an already-existing Job, the attempt returns the\nexisting Job.\n\nThe name must match the regular expression\n`[a-z]([-a-z0-9]{0,38}[a-z0-9])?`",
"type": "string"
},
"steps": {
"description": "The top-level steps that constitute the entire job.",
"items": {
"$ref": "Step"
},
"type": "array"
},
"replacedByJobId": {
"description": "If another job is an update of this job (and thus, this job is in\n`JOB_STATE_UPDATED`), this field contains the ID of that job.",
"type": "string"
},
"id": {
"description": "The unique ID of this job.\n\nThis field is set by the Cloud Dataflow service when the Job is\ncreated, and is immutable for the life of the job.",
"type": "string"
},
"executionInfo": {
"$ref": "JobExecutionInfo",
"description": "Deprecated."
},
"currentState": {
"enumDescriptions": [
"The job's run state isn't specified.",
"`JOB_STATE_STOPPED` indicates that the job has not\nyet started to run.",
"`JOB_STATE_RUNNING` indicates that the job is currently running.",
"`JOB_STATE_DONE` indicates that the job has successfully completed.\nThis is a terminal job state. This state may be set by the Cloud Dataflow\nservice, as a transition from `JOB_STATE_RUNNING`. It may also be set via a\nCloud Dataflow `UpdateJob` call, if the job has not yet reached a terminal\nstate.",
"`JOB_STATE_FAILED` indicates that the job has failed. This is a\nterminal job state. This state may only be set by the Cloud Dataflow\nservice, and only as a transition from `JOB_STATE_RUNNING`.",
"`JOB_STATE_CANCELLED` indicates that the job has been explicitly\ncancelled. This is a terminal job state. This state may only be\nset via a Cloud Dataflow `UpdateJob` call, and only if the job has not\nyet reached another terminal state.",
"`JOB_STATE_UPDATED` indicates that the job was successfully updated,\nmeaning that this job was stopped and another job was started, inheriting\nstate from this one. This is a terminal job state. This state may only be\nset by the Cloud Dataflow service, and only as a transition from\n`JOB_STATE_RUNNING`.",
"`JOB_STATE_DRAINING` indicates that the job is in the process of draining.\nA draining job has stopped pulling from its input sources and is processing\nany data that remains in-flight. This state may be set via a Cloud Dataflow\n`UpdateJob` call, but only as a transition from `JOB_STATE_RUNNING`. Jobs\nthat are draining may only transition to `JOB_STATE_DRAINED`,\n`JOB_STATE_CANCELLED`, or `JOB_STATE_FAILED`.",
"`JOB_STATE_DRAINED` indicates that the job has been drained.\nA drained job terminated by stopping pulling from its input sources and\nprocessing any data that remained in-flight when draining was requested.\nThis state is a terminal state, may only be set by the Cloud Dataflow\nservice, and only as a transition from `JOB_STATE_DRAINING`.",
"'JOB_STATE_PENDING' indicates that the job has been created but is not yet\nrunning. Jobs that are pending may only transition to `JOB_STATE_RUNNING`,\nor `JOB_STATE_FAILED`.",
"'JOB_STATE_CANCELLING' indicates that the job has been explicitly cancelled\nand is in the process of stopping. Jobs that are cancelling may only\ntransition to 'JOB_STATE_CANCELLED' or 'JOB_STATE_FAILED'."
],
"enum": [
"JOB_STATE_UNKNOWN",
"JOB_STATE_STOPPED",
"JOB_STATE_RUNNING",
"JOB_STATE_DONE",
"JOB_STATE_FAILED",
"JOB_STATE_CANCELLED",
"JOB_STATE_UPDATED",
"JOB_STATE_DRAINING",
"JOB_STATE_DRAINED",
"JOB_STATE_PENDING",
"JOB_STATE_CANCELLING"
],
"description": "The current state of the job.\n\nJobs are created in the `JOB_STATE_STOPPED` state unless otherwise\nspecified.\n\nA job in the `JOB_STATE_RUNNING` state may asynchronously enter a\nterminal state. After a job has reached a terminal state, no\nfurther state updates may be made.\n\nThis field may be mutated by the Cloud Dataflow service;\ncallers cannot mutate it.",
"type": "string"
},
"location": {
"description": "The location that contains this job.",
"type": "string"
},
"currentStateTime": {
"format": "google-datetime",
"description": "The timestamp associated with the current state.",
"type": "string"
},
"transformNameMapping": {
"additionalProperties": {
"type": "string"
},
"description": "The map of transform name prefixes of the job to be replaced to the\ncorresponding name prefixes of the new job.",
"type": "object"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"description": "User-defined labels for this job.\n\nThe labels map can contain no more than 64 entries. Entries of the labels\nmap are UTF8 strings that comply with the following restrictions:\n\n* Keys must conform to regexp: \\p{Ll}\\p{Lo}{0,62}\n* Values must conform to regexp: [\\p{Ll}\\p{Lo}\\p{N}_-]{0,63}\n* Both keys and values are additionally constrained to be \u003c= 128 bytes in\nsize.",
"type": "object"
},
"environment": {
"$ref": "Environment",
"description": "The environment for the job."
},
"createTime": {
"format": "google-datetime",
"description": "The timestamp when the job was initially created. Immutable and set by the\nCloud Dataflow service.",
"type": "string"
},
"stageStates": {
"description": "This field may be mutated by the Cloud Dataflow service;\ncallers cannot mutate it.",
"items": {
"$ref": "ExecutionStageState"
},
"type": "array"
},
"projectId": {
"description": "The ID of the Cloud Platform project that the job belongs to.",
"type": "string"
},
"type": {
"description": "The type of Cloud Dataflow job.",
"type": "string",
"enumDescriptions": [
"The type of the job is unspecified, or unknown.",
"A batch job with a well-defined end point: data is read, data is\nprocessed, data is written, and the job is done.",
"A continuously streaming job with no end: data is read,\nprocessed, and written continuously."
],
"enum": [
"JOB_TYPE_UNKNOWN",
"JOB_TYPE_BATCH",
"JOB_TYPE_STREAMING"
]
}
},
"id": "Job"
},
"SourceOperationResponse": {
"id": "SourceOperationResponse",
"description": "The result of a SourceOperationRequest, specified in\nReportWorkItemStatusRequest.source_operation when the work item\nis completed.",
"type": "object",
"properties": {
"getMetadata": {
"$ref": "SourceGetMetadataResponse",
"description": "A response to a request to get metadata about a source."
},
"split": {
"$ref": "SourceSplitResponse",
"description": "A response to a request to split a source."
}
}
},
"SideInputInfo": {
"id": "SideInputInfo",
"description": "Information about a side input of a DoFn or an input of a SeqDoFn.",
"type": "object",
"properties": {
"tag": {
"description": "The id of the tag the user code will access this side input by;\nthis should correspond to the tag of some MultiOutputInfo.",
"type": "string"
},
"kind": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"description": "How to interpret the source element(s) as a side input value.",
"type": "object"
},
"sources": {
"description": "The source(s) to read element(s) from to get the value of this side input.\nIf more than one source, then the elements are taken from the\nsources, in the specified order if order matters.\nAt least one source is required.",
"items": {
"$ref": "Source"
},
"type": "array"
}
}
},
"SendDebugCaptureResponse": {
"id": "SendDebugCaptureResponse",
"description": "Response to a send capture request.\nnothing",
"type": "object",
"properties": {}
},
"WriteInstruction": {
"id": "WriteInstruction",
"description": "An instruction that writes records.\nTakes one input, produces no outputs.",
"type": "object",
"properties": {
"sink": {
"description": "The sink to write to.",
"$ref": "Sink"
},
"input": {
"$ref": "InstructionInput",
"description": "The input."
}
}
},
"ConcatPosition": {
"description": "A position that encapsulates an inner position and an index for the inner\nposition. A ConcatPosition can be used by a reader of a source that\nencapsulates a set of other sources.",
"type": "object",
"properties": {
"position": {
"$ref": "Position",
"description": "Position within the inner source."
},
"index": {
"format": "int32",
"description": "Index of the inner source.",
"type": "integer"
}
},
"id": "ConcatPosition"
},
"CounterStructuredNameAndMetadata": {
"id": "CounterStructuredNameAndMetadata",
"description": "A single message which encapsulates structured name and metadata for a given\ncounter.",
"type": "object",
"properties": {
"name": {
"$ref": "CounterStructuredName",
"description": "Structured name of the counter."
},
"metadata": {
"$ref": "CounterMetadata",
"description": "Metadata associated with a counter"
}
}
},
"AutoscalingSettings": {
"description": "Settings for WorkerPool autoscaling.",
"type": "object",
"properties": {
"maxNumWorkers": {
"format": "int32",
"description": "The maximum number of workers to cap scaling at.",
"type": "integer"
},
"algorithm": {
"enumDescriptions": [
"The algorithm is unknown, or unspecified.",
"Disable autoscaling.",
"Increase worker count over time to reduce job execution time."
],
"enum": [
"AUTOSCALING_ALGORITHM_UNKNOWN",
"AUTOSCALING_ALGORITHM_NONE",
"AUTOSCALING_ALGORITHM_BASIC"
],
"description": "The algorithm to use for autoscaling.",
"type": "string"
}
},
"id": "AutoscalingSettings"
},
"StreamingComputationRanges": {
"id": "StreamingComputationRanges",
"description": "Describes full or partial data disk assignment information of the computation\nranges.",
"type": "object",
"properties": {
"computationId": {
"description": "The ID of the computation.",
"type": "string"
},
"rangeAssignments": {
"description": "Data disk assignments for ranges from this computation.",
"items": {
"$ref": "KeyRangeDataDiskAssignment"
},
"type": "array"
}
}
},
"ExecutionStageSummary": {
"id": "ExecutionStageSummary",
"description": "Description of the composing transforms, names/ids, and input/outputs of a\nstage of execution. Some composing transforms and sources may have been\ngenerated by the Dataflow service during execution planning.",
"type": "object",
"properties": {
"outputSource": {
"description": "Output sources for this stage.",
"items": {
"$ref": "StageSource"
},
"type": "array"
},
"name": {
"description": "Dataflow service generated name for this stage.",
"type": "string"
},
"inputSource": {
"description": "Input sources for this stage.",
"items": {
"$ref": "StageSource"
},
"type": "array"
},
"id": {
"description": "Dataflow service generated id for this stage.",
"type": "string"
},
"componentTransform": {
"description": "Transforms that comprise this execution stage.",
"items": {
"$ref": "ComponentTransform"
},
"type": "array"
},
"componentSource": {
"description": "Collections produced and consumed by component transforms of this stage.",
"items": {
"$ref": "ComponentSource"
},
"type": "array"
},
"kind": {
"description": "Type of tranform this stage is executing.",
"type": "string",
"enumDescriptions": [
"Unrecognized transform type.",
"ParDo transform.",
"Group By Key transform.",
"Flatten transform.",
"Read transform.",
"Write transform.",
"Constructs from a constant value, such as with Create.of.",
"Creates a Singleton view of a collection.",
"Opening or closing a shuffle session, often as part of a GroupByKey."
],
"enum": [
"UNKNOWN_KIND",
"PAR_DO_KIND",
"GROUP_BY_KEY_KIND",
"FLATTEN_KIND",
"READ_KIND",
"WRITE_KIND",
"CONSTANT_KIND",
"SINGLETON_KIND",
"SHUFFLE_KIND"
]
}
}
},
"LogBucket": {
"description": "Bucket of values for Distribution's logarithmic histogram.",
"type": "object",
"properties": {
"log": {
"format": "int32",
"description": "floor(log2(value)); defined to be zero for nonpositive values.\n log(-1) = 0\n log(0) = 0\n log(1) = 0\n log(2) = 1\n log(3) = 1\n log(4) = 2\n log(5) = 2",
"type": "integer"
},
"count": {
"format": "int64",
"description": "Number of values in this bucket.",
"type": "string"
}
},
"id": "LogBucket"
},
"SendWorkerMessagesRequest": {
"description": "A request for sending worker messages to the service.",
"type": "object",
"properties": {
"workerMessages": {
"description": "The WorkerMessages to send.",
"items": {
"$ref": "WorkerMessage"
},
"type": "array"
},
"location": {
"description": "The location which contains the job",
"type": "string"
}
},
"id": "SendWorkerMessagesRequest"
},
"SourceSplitShard": {
"description": "DEPRECATED in favor of DerivedSource.",
"type": "object",
"properties": {
"derivationMode": {
"description": "DEPRECATED",
"type": "string",
"enumDescriptions": [
"The source derivation is unknown, or unspecified.",
"Produce a completely independent Source with no base.",
"Produce a Source based on the Source being split.",
"Produce a Source based on the base of the Source being split."
],
"enum": [
"SOURCE_DERIVATION_MODE_UNKNOWN",
"SOURCE_DERIVATION_MODE_INDEPENDENT",
"SOURCE_DERIVATION_MODE_CHILD_OF_CURRENT",
"SOURCE_DERIVATION_MODE_SIBLING_OF_CURRENT"
]
},
"source": {
"description": "DEPRECATED",
"$ref": "Source"
}
},
"id": "SourceSplitShard"
},
"CPUTime": {
"id": "CPUTime",
"description": "Modeled after information exposed by /proc/stat.",
"type": "object",
"properties": {
"rate": {
"format": "double",
"description": "Average CPU utilization rate (% non-idle cpu / second) since previous\nsample.",
"type": "number"
},
"timestamp": {
"format": "google-datetime",
"description": "Timestamp of the measurement.",
"type": "string"
},
"totalMs": {
"format": "uint64",
"description": "Total active CPU time across all cores (ie., non-idle) in milliseconds\nsince start-up.",
"type": "string"
}
}
},
"Environment": {
"description": "Describes the environment in which a Dataflow Job runs.",
"type": "object",
"properties": {
"workerPools": {
"description": "The worker pools. At least one \"harness\" worker pool must be\nspecified in order for the job to have workers.",
"items": {
"$ref": "WorkerPool"
},
"type": "array"
},
"dataset": {
"description": "The dataset for the current project where various workflow\nrelated tables are stored.\n\nThe supported resource type is:\n\nGoogle BigQuery:\n bigquery.googleapis.com/{dataset}",
"type": "string"
},
"experiments": {
"description": "The list of experiments to enable.",
"items": {
"type": "string"
},
"type": "array"
},
"version": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"description": "A structure describing which components and their versions of the service\nare required in order to run the job.",
"type": "object"
},
"internalExperiments": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"description": "Experimental settings.",
"type": "object"
},
"serviceAccountEmail": {
"description": "Identity to run virtual machines as. Defaults to the default account.",
"type": "string"
},
"sdkPipelineOptions": {
"description": "The Cloud Dataflow SDK pipeline options specified by the user. These\noptions are passed through the service and are used to recreate the\nSDK pipeline options on the worker in a language agnostic and platform\nindependent way.",
"type": "object",
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
}
},
"userAgent": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"description": "A description of the process that generated the request.",
"type": "object"
},
"clusterManagerApiService": {
"description": "The type of cluster manager API to use. If unknown or\nunspecified, the service will attempt to choose a reasonable\ndefault. This should be in the form of the API service name,\ne.g. \"compute.googleapis.com\".",
"type": "string"
},
"tempStoragePrefix": {
"description": "The prefix of the resources the system should use for temporary\nstorage. The system will append the suffix \"/temp-{JOBNAME} to\nthis resource prefix, where {JOBNAME} is the value of the\njob_name field. The resulting bucket and object prefix is used\nas the prefix of the resources used to store temporary data\nneeded during the job execution. NOTE: This will override the\nvalue in taskrunner_settings.\nThe supported resource type is:\n\nGoogle Cloud Storage:\n\n storage.googleapis.com/{bucket}/{object}\n bucket.storage.googleapis.com/{object}",
"type": "string"
}
},
"id": "Environment"
},
"StreamingComputationTask": {
"id": "StreamingComputationTask",
"description": "A task which describes what action should be performed for the specified\nstreaming computation ranges.",
"type": "object",
"properties": {
"taskType": {
"description": "A type of streaming computation task.",
"type": "string",
"enumDescriptions": [
"The streaming computation task is unknown, or unspecified.",
"Stop processing specified streaming computation range(s).",
"Start processing specified streaming computation range(s)."
],
"enum": [
"STREAMING_COMPUTATION_TASK_UNKNOWN",
"STREAMING_COMPUTATION_TASK_STOP",
"STREAMING_COMPUTATION_TASK_START"
]
},
"computationRanges": {
"description": "Contains ranges of a streaming computation this task should apply to.",
"items": {
"$ref": "StreamingComputationRanges"
},
"type": "array"
},
"dataDisks": {
"description": "Describes the set of data disks this task should apply to.",
"items": {
"$ref": "MountedDataDisk"
},
"type": "array"
}
}
},
"SendDebugCaptureRequest": {
"description": "Request to send encoded debug information.",
"type": "object",
"properties": {
"componentId": {
"description": "The internal component id for which debug information is sent.",
"type": "string"
},
"workerId": {
"description": "The worker id, i.e., VM hostname.",
"type": "string"
},
"location": {
"description": "The location which contains the job specified by job_id.",
"type": "string"
},
"data": {
"description": "The encoded debug information.",
"type": "string"
}
},
"id": "SendDebugCaptureRequest"
},
"GetDebugConfigResponse": {
"id": "GetDebugConfigResponse",
"description": "Response to a get debug configuration request.",
"type": "object",
"properties": {
"config": {
"description": "The encoded debug configuration for the requested component.",
"type": "string"
}
}
},
"ComponentTransform": {
"description": "Description of a transform executed as part of an execution stage.",
"type": "object",
"properties": {
"name": {
"description": "Dataflow service generated name for this source.",
"type": "string"
},
"userName": {
"description": "Human-readable name for this transform; may be user or system generated.",
"type": "string"
},
"originalTransform": {
"description": "User name for the original user transform with which this transform is\nmost closely associated.",
"type": "string"
}
},
"id": "ComponentTransform"
},
"StreamingSetupTask": {
"description": "A task which initializes part of a streaming Dataflow job.",
"type": "object",
"properties": {
"streamingComputationTopology": {
"description": "The global topology of the streaming Dataflow job.",
"$ref": "TopologyConfig"
},
"drain": {
"description": "The user has requested drain.",
"type": "boolean"
},
"workerHarnessPort": {
"format": "int32",
"description": "The TCP port used by the worker to communicate with the Dataflow\nworker harness.",
"type": "integer"
},
"receiveWorkPort": {
"format": "int32",
"description": "The TCP port on which the worker should listen for messages from\nother streaming computation workers.",
"type": "integer"
}
},
"id": "StreamingSetupTask"
},
"PubsubLocation": {
"description": "Identifies a pubsub location to use for transferring data into or\nout of a streaming Dataflow job.",
"type": "object",
"properties": {
"withAttributes": {
"description": "If true, then the client has requested to get pubsub attributes.",
"type": "boolean"
},
"idLabel": {
"description": "If set, contains a pubsub label from which to extract record ids.\nIf left empty, record deduplication will be strictly best effort.",
"type": "string"
},
"timestampLabel": {
"description": "If set, contains a pubsub label from which to extract record timestamps.\nIf left empty, record timestamps will be generated upon arrival.",
"type": "string"
},
"topic": {
"description": "A pubsub topic, in the form of\n\"pubsub.googleapis.com/topics/\u003cproject-id\u003e/\u003ctopic-name\u003e\"",
"type": "string"
},
"subscription": {
"description": "A pubsub subscription, in the form of\n\"pubsub.googleapis.com/subscriptions/\u003cproject-id\u003e/\u003csubscription-name\u003e\"",
"type": "string"
},
"dropLateData": {
"description": "Indicates whether the pipeline allows late-arriving data.",
"type": "boolean"
},
"trackingSubscription": {
"description": "If set, specifies the pubsub subscription that will be used for tracking\ncustom time timestamps for watermark estimation.",
"type": "string"
}
},
"id": "PubsubLocation"
},
"WorkerHealthReport": {
"description": "WorkerHealthReport contains information about the health of a worker.\n\nThe VM should be identified by the labels attached to the WorkerMessage that\nthis health ping belongs to.",
"type": "object",
"properties": {
"pods": {
"description": "The pods running on the worker. See:\nhttp://kubernetes.io/v1.1/docs/api-reference/v1/definitions.html#_v1_pod\n\nThis field is used by the worker to send the status of the indvidual\ncontainers running on each worker.",
"items": {
"type": "object",
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
}
},
"type": "array"
},
"vmStartupTime": {
"format": "google-datetime",
"description": "The time the VM was booted.",
"type": "string"
},
"reportInterval": {
"format": "google-duration",
"description": "The interval at which the worker is sending health reports.\nThe default value of 0 should be interpreted as the field is not being\nexplicitly set by the worker.",
"type": "string"
},
"vmIsHealthy": {
"description": "Whether the VM is healthy.",
"type": "boolean"
}
},
"id": "WorkerHealthReport"
},
"JobMessage": {
"description": "A particular message pertaining to a Dataflow job.",
"type": "object",
"properties": {
"time": {
"format": "google-datetime",
"description": "The timestamp of the message.",
"type": "string"
},
"id": {
"description": "Deprecated.",
"type": "string"
},
"messageImportance": {
"enumDescriptions": [
"The message importance isn't specified, or is unknown.",
"The message is at the 'debug' level: typically only useful for\nsoftware engineers working on the code the job is running.\nTypically, Dataflow pipeline runners do not display log messages\nat this level by default.",
"The message is at the 'detailed' level: somewhat verbose, but\npotentially useful to users. Typically, Dataflow pipeline\nrunners do not display log messages at this level by default.\nThese messages are displayed by default in the Dataflow\nmonitoring UI.",
"The message is at the 'basic' level: useful for keeping\ntrack of the execution of a Dataflow pipeline. Typically,\nDataflow pipeline runners display log messages at this level by\ndefault, and these messages are displayed by default in the\nDataflow monitoring UI.",
"The message is at the 'warning' level: indicating a condition\npertaining to a job which may require human intervention.\nTypically, Dataflow pipeline runners display log messages at this\nlevel by default, and these messages are displayed by default in\nthe Dataflow monitoring UI.",
"The message is at the 'error' level: indicating a condition\npreventing a job from succeeding. Typically, Dataflow pipeline\nrunners display log messages at this level by default, and these\nmessages are displayed by default in the Dataflow monitoring UI."
],
"enum": [
"JOB_MESSAGE_IMPORTANCE_UNKNOWN",
"JOB_MESSAGE_DEBUG",
"JOB_MESSAGE_DETAILED",
"JOB_MESSAGE_BASIC",
"JOB_MESSAGE_WARNING",
"JOB_MESSAGE_ERROR"
],
"description": "Importance level of the message.",
"type": "string"
},
"messageText": {
"description": "The text of the message.",
"type": "string"
}
},
"id": "JobMessage"
},
"ParameterMetadata": {
"description": "Metadata for a specific parameter.",
"type": "object",
"properties": {
"label": {
"description": "Required. The label to display for the parameter.",
"type": "string"
},
"helpText": {
"description": "Required. The help text to display for the parameter.",
"type": "string"
},
"isOptional": {
"description": "Optional. Whether the parameter is optional. Defaults to false.",
"type": "boolean"
},
"name": {
"description": "Required. The name of the parameter.",
"type": "string"
},
"regexes": {
"description": "Optional. Regexes that the parameter must match.",
"items": {
"type": "string"
},
"type": "array"
}
},
"id": "ParameterMetadata"
},
"MultiOutputInfo": {
"id": "MultiOutputInfo",
"description": "Information about an output of a multi-output DoFn.",
"type": "object",
"properties": {
"tag": {
"description": "The id of the tag the user code will emit to this output by; this\nshould correspond to the tag of some SideInputInfo.",
"type": "string"
}
}
},
"SourceSplitRequest": {
"description": "Represents the operation to split a high-level Source specification\ninto bundles (parts for parallel processing).\n\nAt a high level, splitting of a source into bundles happens as follows:\nSourceSplitRequest is applied to the source. If it returns\nSOURCE_SPLIT_OUTCOME_USE_CURRENT, no further splitting happens and the source\nis used \"as is\". Otherwise, splitting is applied recursively to each\nproduced DerivedSource.\n\nAs an optimization, for any Source, if its does_not_need_splitting is\ntrue, the framework assumes that splitting this source would return\nSOURCE_SPLIT_OUTCOME_USE_CURRENT, and doesn't initiate a SourceSplitRequest.\nThis applies both to the initial source being split and to bundles\nproduced from it.",
"type": "object",
"properties": {
"options": {
"description": "Hints for tuning the splitting process.",
"$ref": "SourceSplitOptions"
},
"source": {
"$ref": "Source",
"description": "Specification of the source to be split."
}
},
"id": "SourceSplitRequest"
},
"SourceGetMetadataResponse": {
"description": "The result of a SourceGetMetadataOperation.",
"type": "object",
"properties": {
"metadata": {
"description": "The computed metadata.",
"$ref": "SourceMetadata"
}
},
"id": "SourceGetMetadataResponse"
},
"ShellTask": {
"id": "ShellTask",
"description": "A task which consists of a shell command for the worker to execute.",
"type": "object",
"properties": {
"command": {
"description": "The shell command to run.",
"type": "string"
},
"exitCode": {
"format": "int32",
"description": "Exit code for the task.",
"type": "integer"
}
}
},
"MetricShortId": {
"id": "MetricShortId",
"description": "The metric short id is returned to the user alongside an offset into\nReportWorkItemStatusRequest",
"type": "object",
"properties": {
"metricIndex": {
"format": "int32",
"description": "The index of the corresponding metric in\nthe ReportWorkItemStatusRequest. Required.",
"type": "integer"
},
"shortId": {
"format": "int64",
"description": "The service-generated short identifier for the metric.",
"type": "string"
}
}
},
"AutoscalingEvent": {
"id": "AutoscalingEvent",
"description": "A structured message reporting an autoscaling decision made by the Dataflow\nservice.",
"type": "object",
"properties": {
"eventType": {
"enumDescriptions": [
"Default type for the enum. Value should never be returned.",
"The TARGET_NUM_WORKERS_CHANGED type should be used when the target\nworker pool size has changed at the start of an actuation. An event\nshould always be specified as TARGET_NUM_WORKERS_CHANGED if it reflects\na change in the target_num_workers.",
"The CURRENT_NUM_WORKERS_CHANGED type should be used when actual worker\npool size has been changed, but the target_num_workers has not changed.",
"The ACTUATION_FAILURE type should be used when we want to report\nan error to the user indicating why the current number of workers\nin the pool could not be changed.\nDisplayed in the current status and history widgets.",
"Used when we want to report to the user a reason why we are\nnot currently adjusting the number of workers.\nShould specify both target_num_workers, current_num_workers and a\ndecision_message."
],
"enum": [
"TYPE_UNKNOWN",
"TARGET_NUM_WORKERS_CHANGED",
"CURRENT_NUM_WORKERS_CHANGED",
"ACTUATION_FAILURE",
"NO_CHANGE"
],
"description": "The type of autoscaling event to report.",
"type": "string"
},
"targetNumWorkers": {
"format": "int64",
"description": "The target number of workers the worker pool wants to resize to use.",
"type": "string"
},
"currentNumWorkers": {
"format": "int64",
"description": "The current number of workers the job has.",
"type": "string"
},
"time": {
"format": "google-datetime",
"description": "The time this event was emitted to indicate a new target or current\nnum_workers value.",
"type": "string"
},
"description": {
"description": "A message describing why the system decided to adjust the current\nnumber of workers, why it failed, or why the system decided to\nnot make any changes to the number of workers.",
"$ref": "StructuredMessage"
}
}
},
"TaskRunnerSettings": {
"id": "TaskRunnerSettings",
"description": "Taskrunner configuration settings.",
"type": "object",
"properties": {
"continueOnException": {
"description": "Whether to continue taskrunner if an exception is hit.",
"type": "boolean"
},
"parallelWorkerSettings": {
"$ref": "WorkerSettings",
"description": "The settings to pass to the parallel worker harness."
},
"taskUser": {
"description": "The UNIX user ID on the worker VM to use for tasks launched by\ntaskrunner; e.g. \"root\".",
"type": "string"
},
"vmId": {
"description": "The ID string of the VM.",
"type": "string"
},
"alsologtostderr": {
"description": "Whether to also send taskrunner log info to stderr.",
"type": "boolean"
},
"taskGroup": {
"description": "The UNIX group ID on the worker VM to use for tasks launched by\ntaskrunner; e.g. \"wheel\".",
"type": "string"
},
"harnessCommand": {
"description": "The command to launch the worker harness.",
"type": "string"
},
"logDir": {
"description": "The directory on the VM to store logs.",
"type": "string"
},
"dataflowApiVersion": {
"description": "The API version of endpoint, e.g. \"v1b3\"",
"type": "string"
},
"oauthScopes": {
"description": "The OAuth2 scopes to be requested by the taskrunner in order to\naccess the Cloud Dataflow API.",
"items": {
"type": "string"
},
"type": "array"
},
"streamingWorkerMainClass": {
"description": "The streaming worker main class name.",
"type": "string"
},
"logUploadLocation": {
"description": "Indicates where to put logs. If this is not specified, the logs\nwill not be uploaded.\n\nThe supported resource type is:\n\nGoogle Cloud Storage:\n storage.googleapis.com/{bucket}/{object}\n bucket.storage.googleapis.com/{object}",
"type": "string"
},
"workflowFileName": {
"description": "The file to store the workflow in.",
"type": "string"
},
"baseTaskDir": {
"description": "The location on the worker for task-specific subdirectories.",
"type": "string"
},
"tempStoragePrefix": {
"description": "The prefix of the resources the taskrunner should use for\ntemporary storage.\n\nThe supported resource type is:\n\nGoogle Cloud Storage:\n storage.googleapis.com/{bucket}/{object}\n bucket.storage.googleapis.com/{object}",
"type": "string"
},
"commandlinesFileName": {
"description": "The file to store preprocessing commands in.",
"type": "string"
},
"languageHint": {
"description": "The suggested backend language.",
"type": "string"
},
"baseUrl": {
"description": "The base URL for the taskrunner to use when accessing Google Cloud APIs.\n\nWhen workers access Google Cloud APIs, they logically do so via\nrelative URLs. If this field is specified, it supplies the base\nURL to use for resolving these relative URLs. The normative\nalgorithm used is defined by RFC 1808, \"Relative Uniform Resource\nLocators\".\n\nIf not specified, the default value is \"http://www.googleapis.com/\"",
"type": "string"
},
"logToSerialconsole": {
"description": "Whether to send taskrunner log info to Google Compute Engine VM serial\nconsole.",
"type": "boolean"
}
}
},
"Position": {
"id": "Position",
"description": "Position defines a position within a collection of data. The value\ncan be either the end position, a key (used with ordered\ncollections), a byte offset, or a record index.",
"type": "object",
"properties": {
"concatPosition": {
"description": "CloudPosition is a concat position.",
"$ref": "ConcatPosition"
},
"byteOffset": {
"format": "int64",
"description": "Position is a byte offset.",
"type": "string"
},
"end": {
"description": "Position is past all other positions. Also useful for the end\nposition of an unbounded range.",
"type": "boolean"
},
"key": {
"description": "Position is a string key, ordered lexicographically.",
"type": "string"
},
"recordIndex": {
"format": "int64",
"description": "Position is a record index.",
"type": "string"
},
"shufflePosition": {
"description": "CloudPosition is a base64 encoded BatchShufflePosition (with FIXED\nsharding).",
"type": "string"
}
}
},
"SplitInt64": {
"description": "A representation of an int64, n, that is immune to precision loss when\nencoded in JSON.",
"type": "object",
"properties": {
"lowBits": {
"format": "uint32",
"description": "The low order bits: n & 0xffffffff.",
"type": "integer"
},
"highBits": {
"format": "int32",
"description": "The high order bits, including the sign: n \u003e\u003e 32.",
"type": "integer"
}
},
"id": "SplitInt64"
},
"Source": {
"id": "Source",
"description": "A source that records can be read and decoded from.",
"type": "object",
"properties": {
"metadata": {
"description": "Optionally, metadata for this source can be supplied right away,\navoiding a SourceGetMetadataOperation roundtrip\n(see SourceOperationRequest).\n\nThis field is meaningful only in the Source objects populated\nby the user (e.g. when filling in a DerivedSource).\nSource objects supplied by the framework to the user don't have\nthis field populated.",
"$ref": "SourceMetadata"
},
"baseSpecs": {
"description": "While splitting, sources may specify the produced bundles\nas differences against another source, in order to save backend-side\nmemory and allow bigger jobs. For details, see SourceSplitRequest.\nTo support this use case, the full set of parameters of the source\nis logically obtained by taking the latest explicitly specified value\nof each parameter in the order:\nbase_specs (later items win), spec (overrides anything in base_specs).",
"items": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"type": "object"
},
"type": "array"
},
"doesNotNeedSplitting": {
"description": "Setting this value to true hints to the framework that the source\ndoesn't need splitting, and using SourceSplitRequest on it would\nyield SOURCE_SPLIT_OUTCOME_USE_CURRENT.\n\nE.g. a file splitter may set this to true when splitting a single file\ninto a set of byte ranges of appropriate size, and set this\nto false when splitting a filepattern into individual files.\nHowever, for efficiency, a file splitter may decide to produce\nfile subranges directly from the filepattern to avoid a splitting\nround-trip.\n\nSee SourceSplitRequest for an overview of the splitting process.\n\nThis field is meaningful only in the Source objects populated\nby the user (e.g. when filling in a DerivedSource).\nSource objects supplied by the framework to the user don't have\nthis field populated.",
"type": "boolean"
},
"codec": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"description": "The codec to use to decode data read from the source.",
"type": "object"
},
"spec": {
"description": "The source to read from, plus its parameters.",
"type": "object",
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
}
}
}
},
"WorkerPool": {
"description": "Describes one particular pool of Cloud Dataflow workers to be\ninstantiated by the Cloud Dataflow service in order to perform the\ncomputations required by a job. Note that a workflow job may use\nmultiple pools, in order to match the various computational\nrequirements of the various stages of the job.",
"type": "object",
"properties": {
"subnetwork": {
"description": "Subnetwork to which VMs will be assigned, if desired. Expected to be of\nthe form \"regions/REGION/subnetworks/SUBNETWORK\".",
"type": "string"
},
"ipConfiguration": {
"description": "Configuration for VM IPs.",
"type": "string",
"enumDescriptions": [
"The configuration is unknown, or unspecified.",
"Workers should have public IP addresses.",
"Workers should have private IP addresses."
],
"enum": [
"WORKER_IP_UNSPECIFIED",
"WORKER_IP_PUBLIC",
"WORKER_IP_PRIVATE"
]
},
"autoscalingSettings": {
"$ref": "AutoscalingSettings",
"description": "Settings for autoscaling of this WorkerPool."
},
"taskrunnerSettings": {
"description": "Settings passed through to Google Compute Engine workers when\nusing the standard Dataflow task runner. Users should ignore\nthis field.",
"$ref": "TaskRunnerSettings"
},
"metadata": {
"description": "Metadata to set on the Google Compute Engine VMs.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"network": {
"description": "Network to which VMs will be assigned. If empty or unspecified,\nthe service will use the network \"default\".",
"type": "string"
},
"defaultPackageSet": {
"description": "The default package set to install. This allows the service to\nselect a default set of packages which are useful to worker\nharnesses written in a particular language.",
"type": "string",
"enumDescriptions": [
"The default set of packages to stage is unknown, or unspecified.",
"Indicates that no packages should be staged at the worker unless\nexplicitly specified by the job.",
"Stage packages typically useful to workers written in Java.",
"Stage pacakges typically useful to workers written in Python."
],
"enum": [
"DEFAULT_PACKAGE_SET_UNKNOWN",
"DEFAULT_PACKAGE_SET_NONE",
"DEFAULT_PACKAGE_SET_JAVA",
"DEFAULT_PACKAGE_SET_PYTHON"
]
},
"numThreadsPerWorker": {
"format": "int32",
"description": "The number of threads per worker harness. If empty or unspecified, the\nservice will choose a number of threads (according to the number of cores\non the selected machine type for batch, or 1 by convention for streaming).",
"type": "integer"
},
"numWorkers": {
"format": "int32",
"description": "Number of Google Compute Engine workers in this pool needed to\nexecute the job. If zero or unspecified, the service will\nattempt to choose a reasonable default.",
"type": "integer"
},
"zone": {
"description": "Zone to run the worker pools in. If empty or unspecified, the service\nwill attempt to choose a reasonable default.",
"type": "string"
},
"diskSourceImage": {
"description": "Fully qualified source image for disks.",
"type": "string"
},
"packages": {
"description": "Packages to be installed on workers.",
"items": {
"$ref": "Package"
},
"type": "array"
},
"teardownPolicy": {
"description": "Sets the policy for determining when to turndown worker pool.\nAllowed values are: `TEARDOWN_ALWAYS`, `TEARDOWN_ON_SUCCESS`, and\n`TEARDOWN_NEVER`.\n`TEARDOWN_ALWAYS` means workers are always torn down regardless of whether\nthe job succeeds. `TEARDOWN_ON_SUCCESS` means workers are torn down\nif the job succeeds. `TEARDOWN_NEVER` means the workers are never torn\ndown.\n\nIf the workers are not torn down by the service, they will\ncontinue to run and use Google Compute Engine VM resources in the\nuser's project until they are explicitly terminated by the user.\nBecause of this, Google recommends using the `TEARDOWN_ALWAYS`\npolicy except for small, manually supervised test jobs.\n\nIf unknown or unspecified, the service will attempt to choose a reasonable\ndefault.",
"type": "string",
"enumDescriptions": [
"The teardown policy isn't specified, or is unknown.",
"Always teardown the resource.",
"Teardown the resource on success. This is useful for debugging\nfailures.",
"Never teardown the resource. This is useful for debugging and\ndevelopment."
],
"enum": [
"TEARDOWN_POLICY_UNKNOWN",
"TEARDOWN_ALWAYS",
"TEARDOWN_ON_SUCCESS",
"TEARDOWN_NEVER"
]
},
"onHostMaintenance": {
"description": "The action to take on host maintenance, as defined by the Google\nCompute Engine API.",
"type": "string"
},
"poolArgs": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"description": "Extra arguments for this worker pool.",
"type": "object"
},
"diskSizeGb": {
"format": "int32",
"description": "Size of root disk for VMs, in GB. If zero or unspecified, the service will\nattempt to choose a reasonable default.",
"type": "integer"
},
"workerHarnessContainerImage": {
"description": "Required. Docker container image that executes the Cloud Dataflow worker\nharness, residing in Google Container Registry.",
"type": "string"
},
"machineType": {
"description": "Machine type (e.g. \"n1-standard-1\"). If empty or unspecified, the\nservice will attempt to choose a reasonable default.",
"type": "string"
},
"diskType": {
"description": "Type of root disk for VMs. If empty or unspecified, the service will\nattempt to choose a reasonable default.",
"type": "string"
},
"kind": {
"description": "The kind of the worker pool; currently only `harness` and `shuffle`\nare supported.",
"type": "string"
},
"dataDisks": {
"description": "Data disks that are used by a VM in this workflow.",
"items": {
"$ref": "Disk"
},
"type": "array"
}
},
"id": "WorkerPool"
},
"SourceOperationRequest": {
"id": "SourceOperationRequest",
"description": "A work item that represents the different operations that can be\nperformed on a user-defined Source specification.",
"type": "object",
"properties": {
"getMetadata": {
"description": "Information about a request to get metadata about a source.",
"$ref": "SourceGetMetadataRequest"
},
"split": {
"$ref": "SourceSplitRequest",
"description": "Information about a request to split a source."
}
}
},
"StructuredMessage": {
"id": "StructuredMessage",
"description": "A rich message format, including a human readable string, a key for\nidentifying the message, and structured data associated with the message for\nprogrammatic consumption.",
"type": "object",
"properties": {
"parameters": {
"description": "The structured data associated with this message.",
"items": {
"$ref": "Parameter"
},
"type": "array"
},
"messageKey": {
"description": "Idenfier for this message type. Used by external systems to\ninternationalize or personalize message.",
"type": "string"
},
"messageText": {
"description": "Human-readable version of message.",
"type": "string"
}
}
},
"WorkItem": {
"id": "WorkItem",
"description": "WorkItem represents basic information about a WorkItem to be executed\nin the cloud.",
"type": "object",
"properties": {
"projectId": {
"description": "Identifies the cloud project this WorkItem belongs to.",
"type": "string"
},
"sourceOperationTask": {
"$ref": "SourceOperationRequest",
"description": "Additional information for source operation WorkItems."
},
"streamingSetupTask": {
"description": "Additional information for StreamingSetupTask WorkItems.",
"$ref": "StreamingSetupTask"
},
"reportStatusInterval": {
"format": "google-duration",
"description": "Recommended reporting interval.",
"type": "string"
},
"streamingConfigTask": {
"$ref": "StreamingConfigTask",
"description": "Additional information for StreamingConfigTask WorkItems."
},
"leaseExpireTime": {
"format": "google-datetime",
"description": "Time when the lease on this Work will expire.",
"type": "string"
},
"initialReportIndex": {
"format": "int64",
"description": "The initial index to use when reporting the status of the WorkItem.",
"type": "string"
},
"shellTask": {
"$ref": "ShellTask",
"description": "Additional information for ShellTask WorkItems."
},
"streamingComputationTask": {
"description": "Additional information for StreamingComputationTask WorkItems.",
"$ref": "StreamingComputationTask"
},
"jobId": {
"description": "Identifies the workflow job this WorkItem belongs to.",
"type": "string"
},
"id": {
"format": "int64",
"description": "Identifies this WorkItem.",
"type": "string"
},
"configuration": {
"description": "Work item-specific configuration as an opaque blob.",
"type": "string"
},
"mapTask": {
"description": "Additional information for MapTask WorkItems.",
"$ref": "MapTask"
},
"seqMapTask": {
"description": "Additional information for SeqMapTask WorkItems.",
"$ref": "SeqMapTask"
},
"packages": {
"description": "Any required packages that need to be fetched in order to execute\nthis WorkItem.",
"items": {
"$ref": "Package"
},
"type": "array"
}
}
},
"ResourceUtilizationReport": {
"id": "ResourceUtilizationReport",
"description": "Worker metrics exported from workers. This contains resource utilization\nmetrics accumulated from a variety of sources. For more information, see\ngo/df-resource-signals.",
"type": "object",
"properties": {
"cpuTime": {
"description": "CPU utilization samples.",
"items": {
"$ref": "CPUTime"
},
"type": "array"
}
}
},
"ReportedParallelism": {
"description": "Represents the level of parallelism in a WorkItem's input,\nreported by the worker.",
"type": "object",
"properties": {
"isInfinite": {
"description": "Specifies whether the parallelism is infinite. If true, \"value\" is\nignored.\nInfinite parallelism means the service will assume that the work item\ncan always be split into more non-empty work items by dynamic splitting.\nThis is a work-around for lack of support for infinity by the current\nJSON-based Java RPC stack.",
"type": "boolean"
},
"value": {
"format": "double",
"description": "Specifies the level of parallelism in case it is finite.",
"type": "number"
}
},
"id": "ReportedParallelism"
},
"TopologyConfig": {
"description": "Global topology of the streaming Dataflow job, including all\ncomputations and their sharded locations.",
"type": "object",
"properties": {
"userStageToComputationNameMap": {
"additionalProperties": {
"type": "string"
},
"description": "Maps user stage names to stable computation names.",
"type": "object"
},
"computations": {
"description": "The computations associated with a streaming Dataflow job.",
"items": {
"$ref": "ComputationTopology"
},
"type": "array"
},
"persistentStateVersion": {
"format": "int32",
"description": "Version number for persistent state.",
"type": "integer"
},
"dataDiskAssignments": {
"description": "The disks assigned to a streaming Dataflow job.",
"items": {
"$ref": "DataDiskAssignment"
},
"type": "array"
},
"forwardingKeyBits": {
"format": "int32",
"description": "The size (in bits) of keys that will be assigned to source messages.",
"type": "integer"
}
},
"id": "TopologyConfig"
},
"SourceSplitOptions": {
"id": "SourceSplitOptions",
"description": "Hints for splitting a Source into bundles (parts for parallel\nprocessing) using SourceSplitRequest.",
"type": "object",
"properties": {
"desiredShardSizeBytes": {
"format": "int64",
"description": "DEPRECATED in favor of desired_bundle_size_bytes.",
"type": "string"
},
"desiredBundleSizeBytes": {
"format": "int64",
"description": "The source should be split into a set of bundles where the estimated size\nof each is approximately this many bytes.",
"type": "string"
}
}
},
"ReadInstruction": {
"id": "ReadInstruction",
"description": "An instruction that reads records.\nTakes no inputs, produces one output.",
"type": "object",
"properties": {
"source": {
"$ref": "Source",
"description": "The source to read from."
}
}
},
"WorkerSettings": {
"id": "WorkerSettings",
"description": "Provides data to pass through to the worker harness.",
"type": "object",
"properties": {
"reportingEnabled": {
"description": "Whether to send work progress updates to the service.",
"type": "boolean"
},
"baseUrl": {
"description": "The base URL for accessing Google Cloud APIs.\n\nWhen workers access Google Cloud APIs, they logically do so via\nrelative URLs. If this field is specified, it supplies the base\nURL to use for resolving these relative URLs. The normative\nalgorithm used is defined by RFC 1808, \"Relative Uniform Resource\nLocators\".\n\nIf not specified, the default value is \"http://www.googleapis.com/\"",
"type": "string"
},
"servicePath": {
"description": "The Cloud Dataflow service path relative to the root URL, for example,\n\"dataflow/v1b3/projects\".",
"type": "string"
},
"shuffleServicePath": {
"description": "The Shuffle service path relative to the root URL, for example,\n\"shuffle/v1beta1\".",
"type": "string"
},
"workerId": {
"description": "The ID of the worker running this pipeline.",
"type": "string"
},
"tempStoragePrefix": {
"description": "The prefix of the resources the system should use for temporary\nstorage.\n\nThe supported resource type is:\n\nGoogle Cloud Storage:\n\n storage.googleapis.com/{bucket}/{object}\n bucket.storage.googleapis.com/{object}",
"type": "string"
}
}
},
"DataDiskAssignment": {
"id": "DataDiskAssignment",
"description": "Data disk assignment for a given VM instance.",
"type": "object",
"properties": {
"vmInstance": {
"description": "VM instance name the data disks mounted to, for example\n\"myproject-1014-104817-4c2-harness-0\".",
"type": "string"
},
"dataDisks": {
"description": "Mounted data disks. The order is important a data disk's 0-based index in\nthis list defines which persistent directory the disk is mounted to, for\nexample the list of { \"myproject-1014-104817-4c2-harness-0-disk-0\" },\n{ \"myproject-1014-104817-4c2-harness-0-disk-1\" }.",
"items": {
"type": "string"
},
"type": "array"
}
}
},
"StreamingStageLocation": {
"description": "Identifies the location of a streaming computation stage, for\nstage-to-stage communication.",
"type": "object",
"properties": {
"streamId": {
"description": "Identifies the particular stream within the streaming Dataflow\njob.",
"type": "string"
}
},
"id": "StreamingStageLocation"
},
"ApproximateSplitRequest": {
"description": "A suggestion by the service to the worker to dynamically split the WorkItem.",
"type": "object",
"properties": {
"fractionConsumed": {
"format": "double",
"description": "A fraction at which to split the work item, from 0.0 (beginning of the\ninput) to 1.0 (end of the input).",
"type": "number"
},
"position": {
"description": "A Position at which to split the work item.",
"$ref": "Position"
}
},
"id": "ApproximateSplitRequest"
},
"Status": {
"description": "The `Status` type defines a logical error model that is suitable for different\nprogramming environments, including REST APIs and RPC APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is designed to be:\n\n- Simple to use and understand for most users\n- Flexible enough to meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pieces of data: error code, error message,\nand error details. The error code should be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes if needed. The\nerror message should be a developer-facing English message that helps\ndevelopers *understand* and *resolve* the error. If a localized user-facing\nerror message is needed, put the localized message in the error details or\nlocalize it in the client. The optional error details may contain arbitrary\ninformation about the error. There is a predefined set of error detail types\nin the package `google.rpc` that can be used for common error conditions.\n\n# Language mapping\n\nThe `Status` message is the logical representation of the error model, but it\nis not necessarily the actual wire format. When the `Status` message is\nexposed in different client libraries and different wire protocols, it can be\nmapped differently. For example, it will likely be mapped to some exceptions\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\n\nThe error model and the `Status` message can be used in a variety of\nenvironments, either with or without APIs, to provide a\nconsistent developer experience across different environments.\n\nExample uses of this error model include:\n\n- Partial errors. If a service needs to return partial errors to the client,\n it may embed the `Status` in the normal response to indicate the partial\n errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step may\n have a `Status` message for error reporting.\n\n- Batch operations. If a client uses batch request and batch response, the\n `Status` message should be used directly inside batch response, one for\n each error sub-response.\n\n- Asynchronous operations. If an API call embeds asynchronous operation\n results in its response, the status of those operations should be\n represented directly using the `Status` message.\n\n- Logging. If some API errors are stored in logs, the message `Status` could\n be used directly after any stripping needed for security/privacy reasons.",
"type": "object",
"properties": {
"code": {
"format": "int32",
"description": "The status code, which should be an enum value of google.rpc.Code.",
"type": "integer"
},
"message": {
"description": "A developer-facing error message, which should be in English. Any\nuser-facing error message should be localized and sent in the\ngoogle.rpc.Status.details field, or localized by the client.",
"type": "string"
},
"details": {
"description": "A list of messages that carry the error details. There is a common set of\nmessage types for APIs to use.",
"items": {
"type": "object",
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
}
},
"type": "array"
}
},
"id": "Status"
},
"ExecutionStageState": {
"description": "A message describing the state of a particular execution stage.",
"type": "object",
"properties": {
"executionStageName": {
"description": "The name of the execution stage.",
"type": "string"
},
"currentStateTime": {
"format": "google-datetime",
"description": "The time at which the stage transitioned to this state.",
"type": "string"
},
"executionStageState": {
"enumDescriptions": [
"The job's run state isn't specified.",
"`JOB_STATE_STOPPED` indicates that the job has not\nyet started to run.",
"`JOB_STATE_RUNNING` indicates that the job is currently running.",
"`JOB_STATE_DONE` indicates that the job has successfully completed.\nThis is a terminal job state. This state may be set by the Cloud Dataflow\nservice, as a transition from `JOB_STATE_RUNNING`. It may also be set via a\nCloud Dataflow `UpdateJob` call, if the job has not yet reached a terminal\nstate.",
"`JOB_STATE_FAILED` indicates that the job has failed. This is a\nterminal job state. This state may only be set by the Cloud Dataflow\nservice, and only as a transition from `JOB_STATE_RUNNING`.",
"`JOB_STATE_CANCELLED` indicates that the job has been explicitly\ncancelled. This is a terminal job state. This state may only be\nset via a Cloud Dataflow `UpdateJob` call, and only if the job has not\nyet reached another terminal state.",
"`JOB_STATE_UPDATED` indicates that the job was successfully updated,\nmeaning that this job was stopped and another job was started, inheriting\nstate from this one. This is a terminal job state. This state may only be\nset by the Cloud Dataflow service, and only as a transition from\n`JOB_STATE_RUNNING`.",
"`JOB_STATE_DRAINING` indicates that the job is in the process of draining.\nA draining job has stopped pulling from its input sources and is processing\nany data that remains in-flight. This state may be set via a Cloud Dataflow\n`UpdateJob` call, but only as a transition from `JOB_STATE_RUNNING`. Jobs\nthat are draining may only transition to `JOB_STATE_DRAINED`,\n`JOB_STATE_CANCELLED`, or `JOB_STATE_FAILED`.",
"`JOB_STATE_DRAINED` indicates that the job has been drained.\nA drained job terminated by stopping pulling from its input sources and\nprocessing any data that remained in-flight when draining was requested.\nThis state is a terminal state, may only be set by the Cloud Dataflow\nservice, and only as a transition from `JOB_STATE_DRAINING`.",
"'JOB_STATE_PENDING' indicates that the job has been created but is not yet\nrunning. Jobs that are pending may only transition to `JOB_STATE_RUNNING`,\nor `JOB_STATE_FAILED`.",
"'JOB_STATE_CANCELLING' indicates that the job has been explicitly cancelled\nand is in the process of stopping. Jobs that are cancelling may only\ntransition to 'JOB_STATE_CANCELLED' or 'JOB_STATE_FAILED'."
],
"enum": [
"JOB_STATE_UNKNOWN",
"JOB_STATE_STOPPED",
"JOB_STATE_RUNNING",
"JOB_STATE_DONE",
"JOB_STATE_FAILED",
"JOB_STATE_CANCELLED",
"JOB_STATE_UPDATED",
"JOB_STATE_DRAINING",
"JOB_STATE_DRAINED",
"JOB_STATE_PENDING",
"JOB_STATE_CANCELLING"
],
"description": "Executions stage states allow the same set of values as JobState.",
"type": "string"
}
},
"id": "ExecutionStageState"
},
"StreamLocation": {
"id": "StreamLocation",
"description": "Describes a stream of data, either as input to be processed or as\noutput of a streaming Dataflow job.",
"type": "object",
"properties": {
"customSourceLocation": {
"description": "The stream is a custom source.",
"$ref": "CustomSourceLocation"
},
"sideInputLocation": {
"$ref": "StreamingSideInputLocation",
"description": "The stream is a streaming side input."
},
"pubsubLocation": {
"$ref": "PubsubLocation",
"description": "The stream is a pubsub stream."
},
"streamingStageLocation": {
"$ref": "StreamingStageLocation",
"description": "The stream is part of another computation within the current\nstreaming Dataflow job."
}
}
},
"SendWorkerMessagesResponse": {
"description": "The response to the worker messages.",
"type": "object",
"properties": {
"workerMessageResponses": {
"description": "The servers response to the worker messages.",
"items": {
"$ref": "WorkerMessageResponse"
},
"type": "array"
}
},
"id": "SendWorkerMessagesResponse"
},
"StreamingComputationConfig": {
"id": "StreamingComputationConfig",
"description": "Configuration information for a single streaming computation.",
"type": "object",
"properties": {
"instructions": {
"description": "Instructions that comprise the computation.",
"items": {
"$ref": "ParallelInstruction"
},
"type": "array"
},
"computationId": {
"description": "Unique identifier for this computation.",
"type": "string"
},
"stageName": {
"description": "Stage name of this computation.",
"type": "string"
},
"systemName": {
"description": "System defined name for this computation.",
"type": "string"
}
}
},
"TransformSummary": {
"description": "Description of the type, names/ids, and input/outputs for a transform.",
"type": "object",
"properties": {
"name": {
"description": "User provided name for this transform instance.",
"type": "string"
},
"id": {
"description": "SDK generated id of this transform instance.",
"type": "string"
},
"displayData": {
"description": "Transform-specific display data.",
"items": {
"$ref": "DisplayData"
},
"type": "array"
},
"outputCollectionName": {
"description": "User names for all collection outputs to this transform.",
"items": {
"type": "string"
},
"type": "array"
},
"kind": {
"enumDescriptions": [
"Unrecognized transform type.",
"ParDo transform.",
"Group By Key transform.",
"Flatten transform.",
"Read transform.",
"Write transform.",
"Constructs from a constant value, such as with Create.of.",
"Creates a Singleton view of a collection.",
"Opening or closing a shuffle session, often as part of a GroupByKey."
],
"enum": [
"UNKNOWN_KIND",
"PAR_DO_KIND",
"GROUP_BY_KEY_KIND",
"FLATTEN_KIND",
"READ_KIND",
"WRITE_KIND",
"CONSTANT_KIND",
"SINGLETON_KIND",
"SHUFFLE_KIND"
],
"description": "Type of transform.",
"type": "string"
},
"inputCollectionName": {
"description": "User names for all collection inputs to this transform.",
"items": {
"type": "string"
},
"type": "array"
}
},
"id": "TransformSummary"
},
"LeaseWorkItemResponse": {
"description": "Response to a request to lease WorkItems.",
"type": "object",
"properties": {
"workItems": {
"description": "A list of the leased WorkItems.",
"items": {
"$ref": "WorkItem"
},
"type": "array"
}
},
"id": "LeaseWorkItemResponse"
},
"LaunchTemplateParameters": {
"id": "LaunchTemplateParameters",
"description": "Parameters to provide to the template being launched.",
"type": "object",
"properties": {
"environment": {
"$ref": "RuntimeEnvironment",
"description": "The runtime environment for the job."
},
"parameters": {
"description": "The runtime parameters to pass to the job.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"jobName": {
"description": "Required. The job name to use for the created job.",
"type": "string"
}
}
},
"Sink": {
"id": "Sink",
"description": "A sink that records can be encoded and written to.",
"type": "object",
"properties": {
"codec": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"description": "The codec to use to encode data written to the sink.",
"type": "object"
},
"spec": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"description": "The sink to write to, plus its parameters.",
"type": "object"
}
}
},
"FlattenInstruction": {
"description": "An instruction that copies its inputs (zero or more) to its (single) output.",
"type": "object",
"properties": {
"inputs": {
"description": "Describes the inputs to the flatten instruction.",
"items": {
"$ref": "InstructionInput"
},
"type": "array"
}
},
"id": "FlattenInstruction"
},
"PartialGroupByKeyInstruction": {
"description": "An instruction that does a partial group-by-key.\nOne input and one output.",
"type": "object",
"properties": {
"inputElementCodec": {
"description": "The codec to use for interpreting an element in the input PTable.",
"type": "object",
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
}
},
"valueCombiningFn": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"description": "The value combining function to invoke.",
"type": "object"
},
"originalCombineValuesInputStoreName": {
"description": "If this instruction includes a combining function this is the name of the\nintermediate store between the GBK and the CombineValues.",
"type": "string"
},
"originalCombineValuesStepName": {
"description": "If this instruction includes a combining function, this is the name of the\nCombineValues instruction lifted into this instruction.",
"type": "string"
},
"sideInputs": {
"description": "Zero or more side inputs.",
"items": {
"$ref": "SideInputInfo"
},
"type": "array"
},
"input": {
"description": "Describes the input to the partial group-by-key instruction.",
"$ref": "InstructionInput"
}
},
"id": "PartialGroupByKeyInstruction"
},
"StageSource": {
"description": "Description of an input or output of an execution stage.",
"type": "object",
"properties": {
"sizeBytes": {
"format": "int64",
"description": "Size of the source, if measurable.",
"type": "string"
},
"name": {
"description": "Dataflow service generated name for this source.",
"type": "string"
},
"userName": {
"description": "Human-readable name for this source; may be user or system generated.",
"type": "string"
},
"originalTransformOrCollection": {
"description": "User name for the original user transform or collection with which this\nsource is most closely associated.",
"type": "string"
}
},
"id": "StageSource"
},
"InstructionInput": {
"description": "An input of an instruction, as a reference to an output of a\nproducer instruction.",
"type": "object",
"properties": {
"producerInstructionIndex": {
"format": "int32",
"description": "The index (origin zero) of the parallel instruction that produces\nthe output to be consumed by this input. This index is relative\nto the list of instructions in this input's instruction's\ncontaining MapTask.",
"type": "integer"
},
"outputNum": {
"format": "int32",
"description": "The output index (origin zero) within the producer.",
"type": "integer"
}
},
"id": "InstructionInput"
},
"StringList": {
"description": "A metric value representing a list of strings.",
"type": "object",
"properties": {
"elements": {
"description": "Elements of the list.",
"items": {
"type": "string"
},
"type": "array"
}
},
"id": "StringList"
},
"DisplayData": {
"description": "Data provided with a pipeline or transform to provide descriptive info.",
"type": "object",
"properties": {
"label": {
"description": "An optional label to display in a dax UI for the element.",
"type": "string"
},
"url": {
"description": "An optional full URL.",
"type": "string"
},
"timestampValue": {
"format": "google-datetime",
"description": "Contains value if the data is of timestamp type.",
"type": "string"
},
"javaClassValue": {
"description": "Contains value if the data is of java class type.",
"type": "string"
},
"boolValue": {
"description": "Contains value if the data is of a boolean type.",
"type": "boolean"
},
"strValue": {
"description": "Contains value if the data is of string type.",
"type": "string"
},
"int64Value": {
"format": "int64",
"description": "Contains value if the data is of int64 type.",
"type": "string"
},
"durationValue": {
"format": "google-duration",
"description": "Contains value if the data is of duration type.",
"type": "string"
},
"namespace": {
"description": "The namespace for the key. This is usually a class name or programming\nlanguage namespace (i.e. python module) which defines the display data.\nThis allows a dax monitoring system to specially handle the data\nand perform custom rendering.",
"type": "string"
},
"floatValue": {
"format": "float",
"description": "Contains value if the data is of float type.",
"type": "number"
},
"key": {
"description": "The key identifying the display data.\nThis is intended to be used as a label for the display data\nwhen viewed in a dax monitoring system.",
"type": "string"
},
"shortStrValue": {
"description": "A possible additional shorter value to display.\nFor example a java_class_name_value of com.mypackage.MyDoFn\nwill be stored with MyDoFn as the short_str_value and\ncom.mypackage.MyDoFn as the java_class_name value.\nshort_str_value can be displayed and java_class_name_value\nwill be displayed as a tooltip.",
"type": "string"
}
},
"id": "DisplayData"
},
"GetDebugConfigRequest": {
"id": "GetDebugConfigRequest",
"description": "Request to get updated debug configuration for component.",
"type": "object",
"properties": {
"componentId": {
"description": "The internal component id for which debug configuration is\nrequested.",
"type": "string"
},
"workerId": {
"description": "The worker id, i.e., VM hostname.",
"type": "string"
},
"location": {
"description": "The location which contains the job specified by job_id.",
"type": "string"
}
}
},
"LeaseWorkItemRequest": {
"description": "Request to lease WorkItems.",
"type": "object",
"properties": {
"workerCapabilities": {
"description": "Worker capabilities. WorkItems might be limited to workers with specific\ncapabilities.",
"items": {
"type": "string"
},
"type": "array"
},
"workerId": {
"description": "Identifies the worker leasing work -- typically the ID of the\nvirtual machine running the worker.",
"type": "string"
},
"requestedLeaseDuration": {
"format": "google-duration",
"description": "The initial lease period.",
"type": "string"
},
"currentWorkerTime": {
"format": "google-datetime",
"description": "The current timestamp at the worker.",
"type": "string"
},
"location": {
"description": "The location which contains the WorkItem's job.",
"type": "string"
},
"workItemTypes": {
"description": "Filter for WorkItem type.",
"items": {
"type": "string"
},
"type": "array"
}
},
"id": "LeaseWorkItemRequest"
},
"GetTemplateResponse": {
"id": "GetTemplateResponse",
"description": "The response to a GetTemplate request.",
"type": "object",
"properties": {
"status": {
"description": "The status of the get template request. Any problems with the\nrequest will be indicated in the error_details.",
"$ref": "Status"
},
"metadata": {
"description": "The template metadata describing the template name, available\nparameters, etc.",
"$ref": "TemplateMetadata"
}
}
},
"Parameter": {
"description": "Structured data associated with this message.",
"type": "object",
"properties": {
"key": {
"description": "Key or name for this parameter.",
"type": "string"
},
"value": {
"description": "Value for this parameter.",
"type": "any"
}
},
"id": "Parameter"
},
"ReportWorkItemStatusRequest": {
"description": "Request to report the status of WorkItems.",
"type": "object",
"properties": {
"currentWorkerTime": {
"format": "google-datetime",
"description": "The current timestamp at the worker.",
"type": "string"
},
"workerId": {
"description": "The ID of the worker reporting the WorkItem status. If this\ndoes not match the ID of the worker which the Dataflow service\nbelieves currently has the lease on the WorkItem, the report\nwill be dropped (with an error response).",
"type": "string"
},
"location": {
"description": "The location which contains the WorkItem's job.",
"type": "string"
},
"workItemStatuses": {
"description": "The order is unimportant, except that the order of the\nWorkItemServiceState messages in the ReportWorkItemStatusResponse\ncorresponds to the order of WorkItemStatus messages here.",
"items": {
"$ref": "WorkItemStatus"
},
"type": "array"
}
},
"id": "ReportWorkItemStatusRequest"
},
"StreamingConfigTask": {
"description": "A task that carries configuration information for streaming computations.",
"type": "object",
"properties": {
"streamingComputationConfigs": {
"description": "Set of computation configuration information.",
"items": {
"$ref": "StreamingComputationConfig"
},
"type": "array"
},
"windmillServiceEndpoint": {
"description": "If present, the worker must use this endpoint to communicate with Windmill\nService dispatchers, otherwise the worker must continue to use whatever\nendpoint it had been using.",
"type": "string"
},
"userStepToStateFamilyNameMap": {
"description": "Map from user step names to state families.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"windmillServicePort": {
"format": "int64",
"description": "If present, the worker must use this port to communicate with Windmill\nService dispatchers. Only applicable when windmill_service_endpoint is\nspecified.",
"type": "string"
}
},
"id": "StreamingConfigTask"
},
"PipelineDescription": {
"id": "PipelineDescription",
"description": "A descriptive representation of submitted pipeline as well as the executed\nform. This data is provided by the Dataflow service for ease of visualizing\nthe pipeline and interpretting Dataflow provided metrics.",
"type": "object",
"properties": {
"executionPipelineStage": {
"description": "Description of each stage of execution of the pipeline.",
"items": {
"$ref": "ExecutionStageSummary"
},
"type": "array"
},
"originalPipelineTransform": {
"description": "Description of each transform in the pipeline and collections between them.",
"items": {
"$ref": "TransformSummary"
},
"type": "array"
},
"displayData": {
"description": "Pipeline level display data.",
"items": {
"$ref": "DisplayData"
},
"type": "array"
}
}
},
"JobExecutionInfo": {
"description": "Additional information about how a Cloud Dataflow job will be executed that\nisn't contained in the submitted job.",
"type": "object",
"properties": {
"stages": {
"description": "A mapping from each stage to the information about that stage.",
"type": "object",
"additionalProperties": {
"$ref": "JobExecutionStageInfo"
}
}
},
"id": "JobExecutionInfo"
},
"Step": {
"description": "Defines a particular step within a Cloud Dataflow job.\n\nA job consists of multiple steps, each of which performs some\nspecific operation as part of the overall job. Data is typically\npassed from one step to another as part of the job.\n\nHere's an example of a sequence of steps which together implement a\nMap-Reduce job:\n\n * Read a collection of data from some source, parsing the\n collection's elements.\n\n * Validate the elements.\n\n * Apply a user-defined function to map each element to some value\n and extract an element-specific key value.\n\n * Group elements with the same key into a single element with\n that key, transforming a multiply-keyed collection into a\n uniquely-keyed collection.\n\n * Write the elements out to some data sink.\n\nNote that the Cloud Dataflow service may be used to run many different\ntypes of jobs, not just Map-Reduce.",
"type": "object",
"properties": {
"name": {
"description": "The name that identifies the step. This must be unique for each\nstep with respect to all other steps in the Cloud Dataflow job.",
"type": "string"
},
"kind": {
"description": "The kind of step in the Cloud Dataflow job.",
"type": "string"
},
"properties": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"description": "Named properties associated with the step. Each kind of\npredefined step has its own required set of properties.\nMust be provided on Create. Only retrieved with JOB_VIEW_ALL.",
"type": "object"
}
},
"id": "Step"
},
"FailedLocation": {
"description": "Indicates which location failed to respond to a request for data.",
"type": "object",
"properties": {
"name": {
"description": "The name of the failed location.",
"type": "string"
}
},
"id": "FailedLocation"
},
"Disk": {
"description": "Describes the data disk used by a workflow job.",
"type": "object",
"properties": {
"diskType": {
"description": "Disk storage type, as defined by Google Compute Engine. This\nmust be a disk type appropriate to the project and zone in which\nthe workers will run. If unknown or unspecified, the service\nwill attempt to choose a reasonable default.\n\nFor example, the standard persistent disk type is a resource name\ntypically ending in \"pd-standard\". If SSD persistent disks are\navailable, the resource name typically ends with \"pd-ssd\". The\nactual valid values are defined the Google Compute Engine API,\nnot by the Cloud Dataflow API; consult the Google Compute Engine\ndocumentation for more information about determining the set of\navailable disk types for a particular project and zone.\n\nGoogle Compute Engine Disk types are local to a particular\nproject in a particular zone, and so the resource name will\ntypically look something like this:\n\ncompute.googleapis.com/projects/project-id/zones/zone/diskTypes/pd-standard",
"type": "string"
},
"sizeGb": {
"format": "int32",
"description": "Size of disk in GB. If zero or unspecified, the service will\nattempt to choose a reasonable default.",
"type": "integer"
},
"mountPoint": {
"description": "Directory in a VM where disk is mounted.",
"type": "string"
}
},
"id": "Disk"
},
"ListJobMessagesResponse": {
"description": "Response to a request to list job messages.",
"type": "object",
"properties": {
"autoscalingEvents": {
"description": "Autoscaling events in ascending timestamp order.",
"items": {
"$ref": "AutoscalingEvent"
},
"type": "array"
},
"jobMessages": {
"description": "Messages in ascending timestamp order.",
"items": {
"$ref": "JobMessage"
},
"type": "array"
},
"nextPageToken": {
"description": "The token to obtain the next page of results if there are more.",
"type": "string"
}
},
"id": "ListJobMessagesResponse"
},
"CounterMetadata": {
"id": "CounterMetadata",
"description": "CounterMetadata includes all static non-name non-value counter attributes.",
"type": "object",
"properties": {
"description": {
"description": "Human-readable description of the counter semantics.",
"type": "string"
},
"kind": {
"enumDescriptions": [
"Counter aggregation kind was not set.",
"Aggregated value is the sum of all contributed values.",
"Aggregated value is the max of all contributed values.",
"Aggregated value is the min of all contributed values.",
"Aggregated value is the mean of all contributed values.",
"Aggregated value represents the logical 'or' of all contributed values.",
"Aggregated value represents the logical 'and' of all contributed values.",
"Aggregated value is a set of unique contributed values.",
"Aggregated value captures statistics about a distribution."
],
"enum": [
"INVALID",
"SUM",
"MAX",
"MIN",
"MEAN",
"OR",
"AND",
"SET",
"DISTRIBUTION"
],
"description": "Counter aggregation kind.",
"type": "string"
},
"standardUnits": {
"description": "System defined Units, see above enum.",
"type": "string",
"enumDescriptions": [
"Counter returns a value in bytes.",
"Counter returns a value in bytes per second.",
"Counter returns a value in milliseconds.",
"Counter returns a value in microseconds.",
"Counter returns a value in nanoseconds.",
"Counter returns a timestamp in milliseconds.",
"Counter returns a timestamp in microseconds.",
"Counter returns a timestamp in nanoseconds."
],
"enum": [
"BYTES",
"BYTES_PER_SEC",
"MILLISECONDS",
"MICROSECONDS",
"NANOSECONDS",
"TIMESTAMP_MSEC",
"TIMESTAMP_USEC",
"TIMESTAMP_NSEC"
]
},
"otherUnits": {
"description": "A string referring to the unit type.",
"type": "string"
}
}
},
"ApproximateReportedProgress": {
"id": "ApproximateReportedProgress",
"description": "A progress measurement of a WorkItem by a worker.",
"type": "object",
"properties": {
"position": {
"description": "A Position within the work to represent a progress.",
"$ref": "Position"
},
"fractionConsumed": {
"format": "double",
"description": "Completion as fraction of the input consumed, from 0.0 (beginning, nothing\nconsumed), to 1.0 (end of the input, entire input consumed).",
"type": "number"
},
"consumedParallelism": {
"description": "Total amount of parallelism in the portion of input of this task that has\nalready been consumed and is no longer active. In the first two examples\nabove (see remaining_parallelism), the value should be 29 or 2\nrespectively. The sum of remaining_parallelism and consumed_parallelism\nshould equal the total amount of parallelism in this work item. If\nspecified, must be finite.",
"$ref": "ReportedParallelism"
},
"remainingParallelism": {
"$ref": "ReportedParallelism",
"description": "Total amount of parallelism in the input of this task that remains,\n(i.e. can be delegated to this task and any new tasks via dynamic\nsplitting). Always at least 1 for non-finished work items and 0 for\nfinished.\n\n\"Amount of parallelism\" refers to how many non-empty parts of the input\ncan be read in parallel. This does not necessarily equal number\nof records. An input that can be read in parallel down to the\nindividual records is called \"perfectly splittable\".\nAn example of non-perfectly parallelizable input is a block-compressed\nfile format where a block of records has to be read as a whole,\nbut different blocks can be read in parallel.\n\nExamples:\n* If we are processing record #30 (starting at 1) out of 50 in a perfectly\n splittable 50-record input, this value should be 21 (20 remaining + 1\n current).\n* If we are reading through block 3 in a block-compressed file consisting\n of 5 blocks, this value should be 3 (since blocks 4 and 5 can be\n processed in parallel by new tasks via dynamic splitting and the current\n task remains processing block 3).\n* If we are reading through the last block in a block-compressed file,\n or reading or processing the last record in a perfectly splittable\n input, this value should be 1, because apart from the current task, no\n additional remainder can be split off."
}
}
},
"IntegerList": {
"id": "IntegerList",
"description": "A metric value representing a list of integers.",
"type": "object",
"properties": {
"elements": {
"description": "Elements of the list.",
"items": {
"$ref": "SplitInt64"
},
"type": "array"
}
}
},
"StateFamilyConfig": {
"id": "StateFamilyConfig",
"description": "State family configuration.",
"type": "object",
"properties": {
"isRead": {
"description": "If true, this family corresponds to a read operation.",
"type": "boolean"
},
"stateFamily": {
"description": "The state family value.",
"type": "string"
}
}
},
"ResourceUtilizationReportResponse": {
"description": "Service-side response to WorkerMessage reporting resource utilization.",
"type": "object",
"properties": {},
"id": "ResourceUtilizationReportResponse"
},
"SourceSplitResponse": {
"id": "SourceSplitResponse",
"description": "The response to a SourceSplitRequest.",
"type": "object",
"properties": {
"shards": {
"description": "DEPRECATED in favor of bundles.",
"items": {
"$ref": "SourceSplitShard"
},
"type": "array"
},
"outcome": {
"description": "Indicates whether splitting happened and produced a list of bundles.\nIf this is USE_CURRENT_SOURCE_AS_IS, the current source should\nbe processed \"as is\" without splitting. \"bundles\" is ignored in this case.\nIf this is SPLITTING_HAPPENED, then \"bundles\" contains a list of\nbundles into which the source was split.",
"type": "string",
"enumDescriptions": [
"The source split outcome is unknown, or unspecified.",
"The current source should be processed \"as is\" without splitting.",
"Splitting produced a list of bundles."
],
"enum": [
"SOURCE_SPLIT_OUTCOME_UNKNOWN",
"SOURCE_SPLIT_OUTCOME_USE_CURRENT",
"SOURCE_SPLIT_OUTCOME_SPLITTING_HAPPENED"
]
},
"bundles": {
"description": "If outcome is SPLITTING_HAPPENED, then this is a list of bundles\ninto which the source was split. Otherwise this field is ignored.\nThis list can be empty, which means the source represents an empty input.",
"items": {
"$ref": "DerivedSource"
},
"type": "array"
}
}
},
"ParallelInstruction": {
"id": "ParallelInstruction",
"description": "Describes a particular operation comprising a MapTask.",
"type": "object",
"properties": {
"outputs": {
"description": "Describes the outputs of the instruction.",
"items": {
"$ref": "InstructionOutput"
},
"type": "array"
},
"name": {
"description": "User-provided name of this operation.",
"type": "string"
},
"parDo": {
"$ref": "ParDoInstruction",
"description": "Additional information for ParDo instructions."
},
"read": {
"$ref": "ReadInstruction",
"description": "Additional information for Read instructions."
},
"originalName": {
"description": "System-defined name for the operation in the original workflow graph.",
"type": "string"
},
"flatten": {
"$ref": "FlattenInstruction",
"description": "Additional information for Flatten instructions."
},
"systemName": {
"description": "System-defined name of this operation.\nUnique across the workflow.",
"type": "string"
},
"write": {
"description": "Additional information for Write instructions.",
"$ref": "WriteInstruction"
},
"partialGroupByKey": {
"description": "Additional information for PartialGroupByKey instructions.",
"$ref": "PartialGroupByKeyInstruction"
}
}
},
"Package": {
"description": "The packages that must be installed in order for a worker to run the\nsteps of the Cloud Dataflow job that will be assigned to its worker\npool.\n\nThis is the mechanism by which the Cloud Dataflow SDK causes code to\nbe loaded onto the workers. For example, the Cloud Dataflow Java SDK\nmight use this to install jars containing the user's code and all of the\nvarious dependencies (libraries, data files, etc.) required in order\nfor that code to run.",
"type": "object",
"properties": {
"location": {
"description": "The resource to read the package from. The supported resource type is:\n\nGoogle Cloud Storage:\n\n storage.googleapis.com/{bucket}\n bucket.storage.googleapis.com/",
"type": "string"
},
"name": {
"description": "The name of the package.",
"type": "string"
}
},
"id": "Package"
},
"KeyRangeDataDiskAssignment": {
"id": "KeyRangeDataDiskAssignment",
"description": "Data disk assignment information for a specific key-range of a sharded\ncomputation.\nCurrently we only support UTF-8 character splits to simplify encoding into\nJSON.",
"type": "object",
"properties": {
"end": {
"description": "The end (exclusive) of the key range.",
"type": "string"
},
"dataDisk": {
"description": "The name of the data disk where data for this range is stored.\nThis name is local to the Google Cloud Platform project and uniquely\nidentifies the disk within that project, for example\n\"myproject-1014-104817-4c2-harness-0-disk-1\".",
"type": "string"
},
"start": {
"description": "The start (inclusive) of the key range.",
"type": "string"
}
}
},
"ParDoInstruction": {
"description": "An instruction that does a ParDo operation.\nTakes one main input and zero or more side inputs, and produces\nzero or more outputs.\nRuns user code.",
"type": "object",
"properties": {
"numOutputs": {
"format": "int32",
"description": "The number of outputs.",
"type": "integer"
},
"sideInputs": {
"description": "Zero or more side inputs.",
"items": {
"$ref": "SideInputInfo"
},
"type": "array"
},
"multiOutputInfos": {
"description": "Information about each of the outputs, if user_fn is a MultiDoFn.",
"items": {
"$ref": "MultiOutputInfo"
},
"type": "array"
},
"userFn": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"description": "The user function to invoke.",
"type": "object"
},
"input": {
"description": "The input.",
"$ref": "InstructionInput"
}
},
"id": "ParDoInstruction"
},
"CounterStructuredName": {
"id": "CounterStructuredName",
"description": "Identifies a counter within a per-job namespace. Counters whose structured\nnames are the same get merged into a single value for the job.",
"type": "object",
"properties": {
"portion": {
"enumDescriptions": [
"Counter portion has not been set.",
"Counter reports a key.",
"Counter reports a value."
],
"enum": [
"ALL",
"KEY",
"VALUE"
],
"description": "Portion of this counter, either key or value.",
"type": "string"
},
"originalStepName": {
"description": "System generated name of the original step in the user's graph, before\noptimization.",
"type": "string"
},
"workerId": {
"description": "ID of a particular worker.",
"type": "string"
},
"originNamespace": {
"description": "A string containing a more specific namespace of the counter's origin.",
"type": "string"
},
"origin": {
"enumDescriptions": [
"Counter was created by the Dataflow system.",
"Counter was created by the user."
],
"enum": [
"SYSTEM",
"USER"
],
"description": "One of the standard Origins defined above.",
"type": "string"
},
"name": {
"description": "Counter name. Not necessarily globally-unique, but unique within the\ncontext of the other fields.\nRequired.",
"type": "string"
},
"executionStepName": {
"description": "Name of the stage. An execution step contains multiple component steps.",
"type": "string"
},
"componentStepName": {
"description": "Name of the optimized step being executed by the workers.",
"type": "string"
}
}
},
"MetricUpdate": {
"description": "Describes the state of a metric.",
"type": "object",
"properties": {
"set": {
"description": "Worker-computed aggregate value for the \"Set\" aggregation kind. The only\npossible value type is a list of Values whose type can be Long, Double,\nor String, according to the metric's type. All Values in the list must\nbe of the same type.",
"type": "any"
},
"cumulative": {
"description": "True if this metric is reported as the total cumulative aggregate\nvalue accumulated since the worker started working on this WorkItem.\nBy default this is false, indicating that this metric is reported\nas a delta that is not associated with any WorkItem.",
"type": "boolean"
},
"internal": {
"description": "Worker-computed aggregate value for internal use by the Dataflow\nservice.",
"type": "any"
},
"kind": {
"description": "Metric aggregation kind. The possible metric aggregation kinds are\n\"Sum\", \"Max\", \"Min\", \"Mean\", \"Set\", \"And\", \"Or\", and \"Distribution\".\nThe specified aggregation kind is case-insensitive.\n\nIf omitted, this is not an aggregated value but instead\na single metric sample value.",
"type": "string"
},
"scalar": {
"description": "Worker-computed aggregate value for aggregation kinds \"Sum\", \"Max\", \"Min\",\n\"And\", and \"Or\". The possible value types are Long, Double, and Boolean.",
"type": "any"
},
"meanCount": {
"description": "Worker-computed aggregate value for the \"Mean\" aggregation kind.\nThis holds the count of the aggregated values and is used in combination\nwith mean_sum above to obtain the actual mean aggregate value.\nThe only possible value type is Long.",
"type": "any"
},
"meanSum": {
"description": "Worker-computed aggregate value for the \"Mean\" aggregation kind.\nThis holds the sum of the aggregated values and is used in combination\nwith mean_count below to obtain the actual mean aggregate value.\nThe only possible value types are Long and Double.",
"type": "any"
},
"updateTime": {
"format": "google-datetime",
"description": "Timestamp associated with the metric value. Optional when workers are\nreporting work progress; it will be filled in responses from the\nmetrics API.",
"type": "string"
},
"name": {
"$ref": "MetricStructuredName",
"description": "Name of the metric."
},
"distribution": {
"description": "A struct value describing properties of a distribution of numeric values.",
"type": "any"
}
},
"id": "MetricUpdate"
},
"ApproximateProgress": {
"id": "ApproximateProgress",
"description": "Obsolete in favor of ApproximateReportedProgress and ApproximateSplitRequest.",
"type": "object",
"properties": {
"position": {
"$ref": "Position",
"description": "Obsolete."
},
"percentComplete": {
"format": "float",
"description": "Obsolete.",
"type": "number"
},
"remainingTime": {
"format": "google-duration",
"description": "Obsolete.",
"type": "string"
}
}
},
"WorkerMessageResponse": {
"description": "A worker_message response allows the server to pass information to the\nsender.",
"type": "object",
"properties": {
"workerMetricsResponse": {
"$ref": "ResourceUtilizationReportResponse",
"description": "Service's response to reporting worker metrics (currently empty)."
},
"workerHealthReportResponse": {
"$ref": "WorkerHealthReportResponse",
"description": "The service's response to a worker's health report."
}
},
"id": "WorkerMessageResponse"
},
"TemplateMetadata": {
"description": "Metadata describing a template.",
"type": "object",
"properties": {
"parameters": {
"description": "The parameters for the template.",
"items": {
"$ref": "ParameterMetadata"
},
"type": "array"
},
"name": {
"description": "Required. The name of the template.",
"type": "string"
},
"description": {
"description": "Optional. A description of the template.",
"type": "string"
}
},
"id": "TemplateMetadata"
},
"WorkerMessage": {
"description": "WorkerMessage provides information to the backend about a worker.",
"type": "object",
"properties": {
"workerMetrics": {
"description": "Resource metrics reported by workers.",
"$ref": "ResourceUtilizationReport"
},
"workerMessageCode": {
"description": "A worker message code.",
"$ref": "WorkerMessageCode"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"description": "Labels are used to group WorkerMessages.\nFor example, a worker_message about a particular container\nmight have the labels:\n{ \"JOB_ID\": \"2015-04-22\",\n \"WORKER_ID\": \"wordcount-vm-2015…\"\n \"CONTAINER_TYPE\": \"worker\",\n \"CONTAINER_ID\": \"ac1234def\"}\nLabel tags typically correspond to Label enum values. However, for ease\nof development other strings can be used as tags. LABEL_UNSPECIFIED should\nnot be used here.",
"type": "object"
},
"time": {
"format": "google-datetime",
"description": "The timestamp of the worker_message.",
"type": "string"
},
"workerHealthReport": {
"description": "The health of a worker.",
"$ref": "WorkerHealthReport"
}
},
"id": "WorkerMessage"
},
"JobMetrics": {
"description": "JobMetrics contains a collection of metrics descibing the detailed progress\nof a Dataflow job. Metrics correspond to user-defined and system-defined\nmetrics in the job.\n\nThis resource captures only the most recent values of each metric;\ntime-series data can be queried for them (under the same metric names)\nfrom Cloud Monitoring.",
"type": "object",
"properties": {
"metrics": {
"description": "All metrics for this job.",
"items": {
"$ref": "MetricUpdate"
},
"type": "array"
},
"metricTime": {
"format": "google-datetime",
"description": "Timestamp as of which metric values are current.",
"type": "string"
}
},
"id": "JobMetrics"
},
"FloatingPointList": {
"description": "A metric value representing a list of floating point numbers.",
"type": "object",
"properties": {
"elements": {
"description": "Elements of the list.",
"items": {
"format": "double",
"type": "number"
},
"type": "array"
}
},
"id": "FloatingPointList"
},
"CounterUpdate": {
"id": "CounterUpdate",
"description": "An update to a Counter sent from a worker.",
"type": "object",
"properties": {
"floatingPointList": {
"description": "List of floating point numbers, for Set.",
"$ref": "FloatingPointList"
},
"integer": {
"$ref": "SplitInt64",
"description": "Integer value for Sum, Max, Min."
},
"integerList": {
"$ref": "IntegerList",
"description": "List of integers, for Set."
},
"structuredNameAndMetadata": {
"description": "Counter structured name and metadata.",
"$ref": "CounterStructuredNameAndMetadata"
},
"floatingPoint": {
"format": "double",
"description": "Floating point value for Sum, Max, Min.",
"type": "number"
},
"integerMean": {
"description": "Integer mean aggregation value for Mean.",
"$ref": "IntegerMean"
},
"internal": {
"description": "Value for internally-defined counters used by the Dataflow service.",
"type": "any"
},
"cumulative": {
"description": "True if this counter is reported as the total cumulative aggregate\nvalue accumulated since the worker started working on this WorkItem.\nBy default this is false, indicating that this counter is reported\nas a delta.",
"type": "boolean"
},
"floatingPointMean": {
"description": "Floating point mean aggregation value for Mean.",
"$ref": "FloatingPointMean"
},
"boolean": {
"description": "Boolean value for And, Or.",
"type": "boolean"
},
"nameAndKind": {
"description": "Counter name and aggregation type.",
"$ref": "NameAndKind"
},
"distribution": {
"$ref": "DistributionUpdate",
"description": "Distribution data"
},
"stringList": {
"description": "List of strings, for Set.",
"$ref": "StringList"
},
"shortId": {
"format": "int64",
"description": "The service-generated short identifier for this counter.\nThe short_id -\u003e (name, metadata) mapping is constant for the lifetime of\na job.",
"type": "string"
}
}
},
"SourceMetadata": {
"description": "Metadata about a Source useful for automatically optimizing\nand tuning the pipeline, etc.",
"type": "object",
"properties": {
"estimatedSizeBytes": {
"format": "int64",
"description": "An estimate of the total size (in bytes) of the data that would be\nread from this source. This estimate is in terms of external storage\nsize, before any decompression or other processing done by the reader.",
"type": "string"
},
"infinite": {
"description": "Specifies that the size of this source is known to be infinite\n(this is a streaming source).",
"type": "boolean"
},
"producesSortedKeys": {
"description": "Whether this source is known to produce key/value pairs with\nthe (encoded) keys in lexicographically sorted order.",
"type": "boolean"
}
},
"id": "SourceMetadata"
},
"DistributionUpdate": {
"description": "A metric value representing a distribution.",
"type": "object",
"properties": {
"max": {
"description": "The maximum value present in the distribution.",
"$ref": "SplitInt64"
},
"logBuckets": {
"description": "(Optional) Logarithmic histogram of values.\nEach log may be in no more than one bucket. Order does not matter.",
"items": {
"$ref": "LogBucket"
},
"type": "array"
},
"count": {
"$ref": "SplitInt64",
"description": "The count of the number of elements present in the distribution."
},
"sumOfSquares": {
"format": "double",
"description": "Use a double since the sum of squares is likely to overflow int64.",
"type": "number"
},
"min": {
"description": "The minimum value present in the distribution.",
"$ref": "SplitInt64"
},
"sum": {
"description": "Use an int64 since we'd prefer the added precision. If overflow is a common\nproblem we can detect it and use an additional int64 or a double.",
"$ref": "SplitInt64"
}
},
"id": "DistributionUpdate"
},
"SourceFork": {
"description": "DEPRECATED in favor of DynamicSourceSplit.",
"type": "object",
"properties": {
"residual": {
"$ref": "SourceSplitShard",
"description": "DEPRECATED"
},
"residualSource": {
"description": "DEPRECATED",
"$ref": "DerivedSource"
},
"primary": {
"description": "DEPRECATED",
"$ref": "SourceSplitShard"
},
"primarySource": {
"$ref": "DerivedSource",
"description": "DEPRECATED"
}
},
"id": "SourceFork"
},
"WorkerHealthReportResponse": {
"description": "WorkerHealthReportResponse contains information returned to the worker\nin response to a health ping.",
"type": "object",
"properties": {
"reportInterval": {
"format": "google-duration",
"description": "A positive value indicates the worker should change its reporting interval\nto the specified value.\n\nThe default value of zero means no change in report rate is requested by\nthe server.",
"type": "string"
}
},
"id": "WorkerHealthReportResponse"
},
"WorkItemStatus": {
"description": "Conveys a worker's progress through the work described by a WorkItem.",
"type": "object",
"properties": {
"reportIndex": {
"format": "int64",
"description": "The report index. When a WorkItem is leased, the lease will\ncontain an initial report index. When a WorkItem's status is\nreported to the system, the report should be sent with\nthat report index, and the response will contain the index the\nworker should use for the next report. Reports received with\nunexpected index values will be rejected by the service.\n\nIn order to preserve idempotency, the worker should not alter the\ncontents of a report, even if the worker must submit the same\nreport multiple times before getting back a response. The worker\nshould not submit a subsequent report until the response for the\nprevious report had been received from the service.",
"type": "string"
},
"stopPosition": {
"description": "A worker may split an active map task in two parts, \"primary\" and\n\"residual\", continuing to process the primary part and returning the\nresidual part into the pool of available work.\nThis event is called a \"dynamic split\" and is critical to the dynamic\nwork rebalancing feature. The two obtained sub-tasks are called\n\"parts\" of the split.\nThe parts, if concatenated, must represent the same input as would\nbe read by the current task if the split did not happen.\nThe exact way in which the original task is decomposed into the two\nparts is specified either as a position demarcating them\n(stop_position), or explicitly as two DerivedSources, if this\ntask consumes a user-defined source type (dynamic_source_split).\n\nThe \"current\" task is adjusted as a result of the split: after a task\nwith range [A, B) sends a stop_position update at C, its range is\nconsidered to be [A, C), e.g.:\n* Progress should be interpreted relative to the new range, e.g.\n \"75% completed\" means \"75% of [A, C) completed\"\n* The worker should interpret proposed_stop_position relative to the\n new range, e.g. \"split at 68%\" should be interpreted as\n \"split at 68% of [A, C)\".\n* If the worker chooses to split again using stop_position, only\n stop_positions in [A, C) will be accepted.\n* Etc.\ndynamic_source_split has similar semantics: e.g., if a task with\nsource S splits using dynamic_source_split into {P, R}\n(where P and R must be together equivalent to S), then subsequent\nprogress and proposed_stop_position should be interpreted relative\nto P, and in a potential subsequent dynamic_source_split into {P', R'},\nP' and R' must be together equivalent to P, etc.",
"$ref": "Position"
},
"completed": {
"description": "True if the WorkItem was completed (successfully or unsuccessfully).",
"type": "boolean"
},
"reportedProgress": {
"$ref": "ApproximateReportedProgress",
"description": "The worker's progress through this WorkItem."
},
"sourceFork": {
"$ref": "SourceFork",
"description": "DEPRECATED in favor of dynamic_source_split."
},
"counterUpdates": {
"description": "Worker output counters for this WorkItem.",
"items": {
"$ref": "CounterUpdate"
},
"type": "array"
},
"workItemId": {
"description": "Identifies the WorkItem.",
"type": "string"
},
"errors": {
"description": "Specifies errors which occurred during processing. If errors are\nprovided, and completed = true, then the WorkItem is considered\nto have failed.",
"items": {
"$ref": "Status"
},
"type": "array"
},
"metricUpdates": {
"description": "DEPRECATED in favor of counter_updates.",
"items": {
"$ref": "MetricUpdate"
},
"type": "array"
},
"dynamicSourceSplit": {
"$ref": "DynamicSourceSplit",
"description": "See documentation of stop_position."
},
"sourceOperationResponse": {
"description": "If the work item represented a SourceOperationRequest, and the work\nis completed, contains the result of the operation.",
"$ref": "SourceOperationResponse"
},
"progress": {
"$ref": "ApproximateProgress",
"description": "DEPRECATED in favor of reported_progress."
},
"requestedLeaseDuration": {
"format": "google-duration",
"description": "Amount of time the worker requests for its lease.",
"type": "string"
}
},
"id": "WorkItemStatus"
},
"ComponentSource": {
"id": "ComponentSource",
"description": "Description of an interstitial value between transforms in an execution\nstage.",
"type": "object",
"properties": {
"name": {
"description": "Dataflow service generated name for this source.",
"type": "string"
},
"userName": {
"description": "Human-readable name for this transform; may be user or system generated.",
"type": "string"
},
"originalTransformOrCollection": {
"description": "User name for the original user transform or collection with which this\nsource is most closely associated.",
"type": "string"
}
}
},
"WorkItemServiceState": {
"id": "WorkItemServiceState",
"description": "The Dataflow service's idea of the current state of a WorkItem\nbeing processed by a worker.",
"type": "object",
"properties": {
"splitRequest": {
"description": "The progress point in the WorkItem where the Dataflow service\nsuggests that the worker truncate the task.",
"$ref": "ApproximateSplitRequest"
},
"suggestedStopPosition": {
"$ref": "Position",
"description": "Obsolete, always empty."
},
"reportStatusInterval": {
"format": "google-duration",
"description": "New recommended reporting interval.",
"type": "string"
},
"harnessData": {
"description": "Other data returned by the service, specific to the particular\nworker harness.",
"type": "object",
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
}
},
"leaseExpireTime": {
"format": "google-datetime",
"description": "Time at which the current lease will expire.",
"type": "string"
},
"metricShortId": {
"description": "The short ids that workers should use in subsequent metric updates.\nWorkers should strive to use short ids whenever possible, but it is ok\nto request the short_id again if a worker lost track of it\n(e.g. if the worker is recovering from a crash).\nNOTE: it is possible that the response may have short ids for a subset\nof the metrics.",
"items": {
"$ref": "MetricShortId"
},
"type": "array"
},
"nextReportIndex": {
"format": "int64",
"description": "The index value to use for the next report sent by the worker.\nNote: If the report call fails for whatever reason, the worker should\nreuse this index for subsequent report attempts.",
"type": "string"
},
"suggestedStopPoint": {
"$ref": "ApproximateProgress",
"description": "DEPRECATED in favor of split_request."
}
}
},
"MetricStructuredName": {
"description": "Identifies a metric, by describing the source which generated the\nmetric.",
"type": "object",
"properties": {
"name": {
"description": "Worker-defined metric name.",
"type": "string"
},
"origin": {
"description": "Origin (namespace) of metric name. May be blank for user-define metrics;\nwill be \"dataflow\" for metrics defined by the Dataflow service or SDK.",
"type": "string"
},
"context": {
"additionalProperties": {
"type": "string"
},
"description": "Zero or more labeled fields which identify the part of the job this\nmetric is associated with, such as the name of a step or collection.\n\nFor example, built-in counters associated with steps will have\ncontext['step'] = \u003cstep-name\u003e. Counters associated with PCollections\nin the SDK will have context['pcollection'] = \u003cpcollection-name\u003e.",
"type": "object"
}
},
"id": "MetricStructuredName"
},
"SeqMapTaskOutputInfo": {
"description": "Information about an output of a SeqMapTask.",
"type": "object",
"properties": {
"tag": {
"description": "The id of the TupleTag the user code will tag the output value by.",
"type": "string"
},
"sink": {
"description": "The sink to write the output value to.",
"$ref": "Sink"
}
},
"id": "SeqMapTaskOutputInfo"
},
"JobExecutionStageInfo": {
"description": "Contains information about how a particular\ngoogle.dataflow.v1beta3.Step will be executed.",
"type": "object",
"properties": {
"stepName": {
"description": "The steps associated with the execution stage.\nNote that stages may have several steps, and that a given step\nmight be run by more than one stage.",
"items": {
"type": "string"
},
"type": "array"
}
},
"id": "JobExecutionStageInfo"
},
"KeyRangeLocation": {
"description": "Location information for a specific key-range of a sharded computation.\nCurrently we only support UTF-8 character splits to simplify encoding into\nJSON.",
"type": "object",
"properties": {
"deprecatedPersistentDirectory": {
"description": "DEPRECATED. The location of the persistent state for this range, as a\npersistent directory in the worker local filesystem.",
"type": "string"
},
"deliveryEndpoint": {
"description": "The physical location of this range assignment to be used for\nstreaming computation cross-worker message delivery.",
"type": "string"
},
"dataDisk": {
"description": "The name of the data disk where data for this range is stored.\nThis name is local to the Google Cloud Platform project and uniquely\nidentifies the disk within that project, for example\n\"myproject-1014-104817-4c2-harness-0-disk-1\".",
"type": "string"
},
"start": {
"description": "The start (inclusive) of the key range.",
"type": "string"
},
"end": {
"description": "The end (exclusive) of the key range.",
"type": "string"
}
},
"id": "KeyRangeLocation"
},
"SourceGetMetadataRequest": {
"description": "A request to compute the SourceMetadata of a Source.",
"type": "object",
"properties": {
"source": {
"description": "Specification of the source whose metadata should be computed.",
"$ref": "Source"
}
},
"id": "SourceGetMetadataRequest"
},
"SeqMapTask": {
"id": "SeqMapTask",
"description": "Describes a particular function to invoke.",
"type": "object",
"properties": {
"name": {
"description": "The user-provided name of the SeqDo operation.",
"type": "string"
},
"outputInfos": {
"description": "Information about each of the outputs.",
"items": {
"$ref": "SeqMapTaskOutputInfo"
},
"type": "array"
},
"inputs": {
"description": "Information about each of the inputs.",
"items": {
"$ref": "SideInputInfo"
},
"type": "array"
},
"systemName": {
"description": "System-defined name of the SeqDo operation.\nUnique across the workflow.",
"type": "string"
},
"stageName": {
"description": "System-defined name of the stage containing the SeqDo operation.\nUnique across the workflow.",
"type": "string"
},
"userFn": {
"description": "The user function to invoke.",
"type": "object",
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
}
}
}
},
"NameAndKind": {
"id": "NameAndKind",
"description": "Basic metadata about a counter.",
"type": "object",
"properties": {
"name": {
"description": "Name of the counter.",
"type": "string"
},
"kind": {
"enumDescriptions": [
"Counter aggregation kind was not set.",
"Aggregated value is the sum of all contributed values.",
"Aggregated value is the max of all contributed values.",
"Aggregated value is the min of all contributed values.",
"Aggregated value is the mean of all contributed values.",
"Aggregated value represents the logical 'or' of all contributed values.",
"Aggregated value represents the logical 'and' of all contributed values.",
"Aggregated value is a set of unique contributed values.",
"Aggregated value captures statistics about a distribution."
],
"enum": [
"INVALID",
"SUM",
"MAX",
"MIN",
"MEAN",
"OR",
"AND",
"SET",
"DISTRIBUTION"
],
"description": "Counter aggregation kind.",
"type": "string"
}
}
},
"WorkerMessageCode": {
"description": "A message code is used to report status and error messages to the service.\nThe message codes are intended to be machine readable. The service will\ntake care of translating these into user understandable messages if\nnecessary.\n\nExample use cases:\n 1. Worker processes reporting successful startup.\n 2. Worker processes reporting specific errors (e.g. package staging\n failure).",
"type": "object",
"properties": {
"parameters": {
"description": "Parameters contains specific information about the code.\n\nThis is a struct to allow parameters of different types.\n\nExamples:\n 1. For a \"HARNESS_STARTED\" message parameters might provide the name\n of the worker and additional data like timing information.\n 2. For a \"GCS_DOWNLOAD_ERROR\" parameters might contain fields listing\n the GCS objects being downloaded and fields containing errors.\n\nIn general complex data structures should be avoided. If a worker\nneeds to send a specific and complicated data structure then please\nconsider defining a new proto and adding it to the data oneof in\nWorkerMessageResponse.\n\nConventions:\n Parameters should only be used for information that isn't typically passed\n as a label.\n hostname and other worker identifiers should almost always be passed\n as labels since they will be included on most messages.",
"type": "object",
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
}
},
"code": {
"description": "The code is a string intended for consumption by a machine that identifies\nthe type of message being sent.\nExamples:\n 1. \"HARNESS_STARTED\" might be used to indicate the worker harness has\n started.\n 2. \"GCS_DOWNLOAD_ERROR\" might be used to indicate an error downloading\n a GCS file as part of the boot process of one of the worker containers.\n\nThis is a string and not an enum to make it easy to add new codes without\nwaiting for an API change.",
"type": "string"
}
},
"id": "WorkerMessageCode"
},
"CustomSourceLocation": {
"description": "Identifies the location of a custom souce.",
"type": "object",
"properties": {
"stateful": {
"description": "Whether this source is stateful.",
"type": "boolean"
}
},
"id": "CustomSourceLocation"
},
"MapTask": {
"description": "MapTask consists of an ordered set of instructions, each of which\ndescribes one particular low-level operation for the worker to\nperform in order to accomplish the MapTask's WorkItem.\n\nEach instruction must appear in the list before any instructions which\ndepends on its output.",
"type": "object",
"properties": {
"stageName": {
"description": "System-defined name of the stage containing this MapTask.\nUnique across the workflow.",
"type": "string"
},
"systemName": {
"description": "System-defined name of this MapTask.\nUnique across the workflow.",
"type": "string"
},
"instructions": {
"description": "The instructions in the MapTask.",
"items": {
"$ref": "ParallelInstruction"
},
"type": "array"
}
},
"id": "MapTask"
}
},
"protocol": "rest",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
},
"version": "v1b3",
"baseUrl": "https://dataflow.googleapis.com/",
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/compute": {
"description": "View and manage your Google Compute Engine resources"
},
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
},
"https://www.googleapis.com/auth/userinfo.email": {
"description": "View your email address"
},
"https://www.googleapis.com/auth/compute.readonly": {
"description": "View your Google Compute Engine resources"
}
}
}
},
"description": "Manages Google Cloud Dataflow projects on Google Cloud Platform.",
"kind": "discovery#restDescription",
"servicePath": "",
"rootUrl": "https://dataflow.googleapis.com/",
"basePath": "",
"ownerDomain": "google.com",
"name": "dataflow",
"batchPath": "batch",
"id": "dataflow:v1b3",
"documentationLink": "https://cloud.google.com/dataflow",
"revision": "20170821",
"title": "Google Dataflow API",
"discoveryVersion": "v1",
"ownerName": "Google"
}