{ "baseUrl": "https://dataproc.googleapis.com/", "parameters": { "access_token": { "type": "string", "description": "OAuth access token.", "location": "query" }, "alt": { "type": "string", "description": "Data format for response.", "default": "json", "enum": [ "json", "media", "proto" ], "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" }, "callback": { "type": "string", "description": "JSONP", "location": "query" }, "fields": { "type": "string", "description": "Selector specifying which fields to include in a partial response.", "location": "query" }, "key": { "type": "string", "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.", "location": "query" }, "oauth_token": { "type": "string", "description": "OAuth 2.0 token for the current user.", "location": "query" }, "prettyPrint": { "type": "boolean", "description": "Returns response with indentations and line breaks.", "default": "true", "location": "query" }, "quotaUser": { "type": "string", "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.", "location": "query" }, "upload_protocol": { "type": "string", "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", "location": "query" }, "uploadType": { "type": "string", "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", "location": "query" }, "$.xgafv": { "type": "string", "description": "V1 error format.", "enum": [ "1", "2" ], "enumDescriptions": [ "v1 error format", "v2 error format" ], "location": "query" } }, "auth": { "oauth2": { "scopes": { "https://www.googleapis.com/auth/cloud-platform": { "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account." } } } }, "discoveryVersion": "v1", "mtlsRootUrl": "https://dataproc.mtls.googleapis.com/", "schemas": { "ListOperationsResponse": { "id": "ListOperationsResponse", "description": "The response message for Operations.ListOperations.", "type": "object", "properties": { "operations": { "description": "A list of operations that matches the specified filter in the request.", "type": "array", "items": { "$ref": "Operation" } }, "nextPageToken": { "description": "The standard List next-page token.", "type": "string" } } }, "Operation": { "id": "Operation", "description": "This resource represents a long-running operation that is the result of a network API call.", "type": "object", "properties": { "name": { "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the name should be a resource name ending with operations/{unique_id}.", "type": "string" }, "metadata": { "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.", "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." } }, "done": { "description": "If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.", "type": "boolean" }, "error": { "description": "The error result of the operation in case of failure or cancellation.", "$ref": "Status" }, "response": { "description": "The normal, successful response of the operation. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.", "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." } } } }, "Status": { "id": "Status", "description": "The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each Status message contains three pieces of data: error code, error message, and error details.You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors).", "type": "object", "properties": { "code": { "description": "The status code, which should be an enum value of google.rpc.Code.", "type": "integer", "format": "int32" }, "message": { "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.", "type": "string" }, "details": { "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.", "type": "array", "items": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." } } } } }, "Empty": { "id": "Empty", "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } ", "type": "object", "properties": {} }, "AnalyzeBatchRequest": { "id": "AnalyzeBatchRequest", "description": "A request to analyze a batch workload.", "type": "object", "properties": { "requestId": { "description": "Optional. A unique ID used to identify the request. If the service receives two AnalyzeBatchRequest (http://cloud/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.AnalyzeBatchRequest)s with the same request_id, the second request is ignored and the Operation that corresponds to the first request created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.", "type": "string" } } }, "AutoscalingPolicy": { "id": "AutoscalingPolicy", "description": "Describes an autoscaling policy for Dataproc cluster autoscaler.", "type": "object", "properties": { "id": { "description": "Required. The policy id.The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between 3 and 50 characters.", "type": "string" }, "name": { "description": "Output only. The \"resource name\" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}", "readOnly": true, "type": "string" }, "basicAlgorithm": { "$ref": "BasicAutoscalingAlgorithm" }, "workerConfig": { "description": "Required. Describes how the autoscaler will operate for primary workers.", "$ref": "InstanceGroupAutoscalingPolicyConfig" }, "secondaryWorkerConfig": { "description": "Optional. Describes how the autoscaler will operate for secondary workers.", "$ref": "InstanceGroupAutoscalingPolicyConfig" }, "labels": { "description": "Optional. The labels to associate with this autoscaling policy. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with an autoscaling policy.", "type": "object", "additionalProperties": { "type": "string" } } } }, "BasicAutoscalingAlgorithm": { "id": "BasicAutoscalingAlgorithm", "description": "Basic algorithm for autoscaling.", "type": "object", "properties": { "yarnConfig": { "description": "Optional. YARN autoscaling configuration.", "$ref": "BasicYarnAutoscalingConfig" }, "sparkStandaloneConfig": { "description": "Optional. Spark Standalone autoscaling configuration", "$ref": "SparkStandaloneAutoscalingConfig" }, "cooldownPeriod": { "description": "Optional. Duration between scaling events. A scaling period starts after the update operation from the previous event has completed.Bounds: 2m, 1d. Default: 2m.", "type": "string", "format": "google-duration" } } }, "BasicYarnAutoscalingConfig": { "id": "BasicYarnAutoscalingConfig", "description": "Basic autoscaling configurations for YARN.", "type": "object", "properties": { "gracefulDecommissionTimeout": { "description": "Required. Timeout for YARN graceful decommissioning of Node Managers. Specifies the duration to wait for jobs to complete before forcefully removing workers (and potentially interrupting jobs). Only applicable to downscaling operations.Bounds: 0s, 1d.", "type": "string", "format": "google-duration" }, "scaleUpFactor": { "description": "Required. Fraction of average YARN pending memory in the last cooldown period for which to add workers. A scale-up factor of 1.0 will result in scaling up so that there is no pending memory remaining after the update (more aggressive scaling). A scale-up factor closer to 0 will result in a smaller magnitude of scaling up (less aggressive scaling). See How autoscaling works (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works) for more information.Bounds: 0.0, 1.0.", "type": "number", "format": "double" }, "scaleDownFactor": { "description": "Required. Fraction of average YARN pending memory in the last cooldown period for which to remove workers. A scale-down factor of 1 will result in scaling down so that there is no available memory remaining after the update (more aggressive scaling). A scale-down factor of 0 disables removing workers, which can be beneficial for autoscaling a single job. See How autoscaling works (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works) for more information.Bounds: 0.0, 1.0.", "type": "number", "format": "double" }, "scaleUpMinWorkerFraction": { "description": "Optional. Minimum scale-up threshold as a fraction of total cluster size before scaling occurs. For example, in a 20-worker cluster, a threshold of 0.1 means the autoscaler must recommend at least a 2-worker scale-up for the cluster to scale. A threshold of 0 means the autoscaler will scale up on any recommended change.Bounds: 0.0, 1.0. Default: 0.0.", "type": "number", "format": "double" }, "scaleDownMinWorkerFraction": { "description": "Optional. Minimum scale-down threshold as a fraction of total cluster size before scaling occurs. For example, in a 20-worker cluster, a threshold of 0.1 means the autoscaler must recommend at least a 2 worker scale-down for the cluster to scale. A threshold of 0 means the autoscaler will scale down on any recommended change.Bounds: 0.0, 1.0. Default: 0.0.", "type": "number", "format": "double" } } }, "SparkStandaloneAutoscalingConfig": { "id": "SparkStandaloneAutoscalingConfig", "description": "Basic autoscaling configurations for Spark Standalone.", "type": "object", "properties": { "gracefulDecommissionTimeout": { "description": "Required. Timeout for Spark graceful decommissioning of spark workers. Specifies the duration to wait for spark worker to complete spark decommissioning tasks before forcefully removing workers. Only applicable to downscaling operations.Bounds: 0s, 1d.", "type": "string", "format": "google-duration" }, "scaleUpFactor": { "description": "Required. Fraction of required workers to add to Spark Standalone clusters. A scale-up factor of 1.0 will result in scaling up so that there are no more required workers for the Spark Job (more aggressive scaling). A scale-up factor closer to 0 will result in a smaller magnitude of scaling up (less aggressive scaling).Bounds: 0.0, 1.0.", "type": "number", "format": "double" }, "scaleDownFactor": { "description": "Required. Fraction of required executors to remove from Spark Serverless clusters. A scale-down factor of 1.0 will result in scaling down so that there are no more executors for the Spark Job.(more aggressive scaling). A scale-down factor closer to 0 will result in a smaller magnitude of scaling donw (less aggressive scaling).Bounds: 0.0, 1.0.", "type": "number", "format": "double" }, "scaleUpMinWorkerFraction": { "description": "Optional. Minimum scale-up threshold as a fraction of total cluster size before scaling occurs. For example, in a 20-worker cluster, a threshold of 0.1 means the autoscaler must recommend at least a 2-worker scale-up for the cluster to scale. A threshold of 0 means the autoscaler will scale up on any recommended change.Bounds: 0.0, 1.0. Default: 0.0.", "type": "number", "format": "double" }, "scaleDownMinWorkerFraction": { "description": "Optional. Minimum scale-down threshold as a fraction of total cluster size before scaling occurs. For example, in a 20-worker cluster, a threshold of 0.1 means the autoscaler must recommend at least a 2 worker scale-down for the cluster to scale. A threshold of 0 means the autoscaler will scale down on any recommended change.Bounds: 0.0, 1.0. Default: 0.0.", "type": "number", "format": "double" }, "removeOnlyIdleWorkers": { "description": "Optional. Remove only idle workers when scaling down cluster", "type": "boolean" } } }, "InstanceGroupAutoscalingPolicyConfig": { "id": "InstanceGroupAutoscalingPolicyConfig", "description": "Configuration for the size bounds of an instance group, including its proportional size to other groups.", "type": "object", "properties": { "minInstances": { "description": "Optional. Minimum number of instances for this group.Primary workers - Bounds: 2, max_instances. Default: 2. Secondary workers - Bounds: 0, max_instances. Default: 0.", "type": "integer", "format": "int32" }, "maxInstances": { "description": "Required. Maximum number of instances for this group. Required for primary workers. Note that by default, clusters will not use secondary workers. Required for secondary workers if the minimum secondary instances is set.Primary workers - Bounds: [min_instances, ). Secondary workers - Bounds: [min_instances, ). Default: 0.", "type": "integer", "format": "int32" }, "weight": { "description": "Optional. Weight for the instance group, which is used to determine the fraction of total workers in the cluster from this instance group. For example, if primary workers have weight 2, and secondary workers have weight 1, the cluster will have approximately 2 primary workers for each secondary worker.The cluster may not reach the specified balance if constrained by min/max bounds or other autoscaling settings. For example, if max_instances for secondary workers is 0, then only primary workers will be added. The cluster can also be out of balance when created.If weight is not set on any instance group, the cluster will default to equal weight for all groups: the cluster will attempt to maintain an equal number of workers in each group within the configured size bounds for each group. If weight is set for one group only, the cluster will default to zero weight on the unset group. For example if weight is set only on primary workers, the cluster will use primary workers only and no secondary workers.", "type": "integer", "format": "int32" } } }, "ListAutoscalingPoliciesResponse": { "id": "ListAutoscalingPoliciesResponse", "description": "A response to a request to list autoscaling policies in a project.", "type": "object", "properties": { "policies": { "description": "Output only. Autoscaling policies list.", "readOnly": true, "type": "array", "items": { "$ref": "AutoscalingPolicy" } }, "nextPageToken": { "description": "Output only. This token is included in the response if there are more results to fetch.", "readOnly": true, "type": "string" } } }, "Batch": { "id": "Batch", "description": "A representation of a batch workload in the service.", "type": "object", "properties": { "name": { "description": "Output only. The resource name of the batch.", "readOnly": true, "type": "string" }, "uuid": { "description": "Output only. A batch UUID (Unique Universal Identifier). The service generates this value when it creates the batch.", "readOnly": true, "type": "string" }, "createTime": { "description": "Output only. The time when the batch was created.", "readOnly": true, "type": "string", "format": "google-datetime" }, "pysparkBatch": { "description": "Optional. PySpark batch config.", "$ref": "PySparkBatch" }, "sparkBatch": { "description": "Optional. Spark batch config.", "$ref": "SparkBatch" }, "sparkRBatch": { "description": "Optional. SparkR batch config.", "$ref": "SparkRBatch" }, "sparkSqlBatch": { "description": "Optional. SparkSql batch config.", "$ref": "SparkSqlBatch" }, "runtimeInfo": { "description": "Output only. Runtime information about batch execution.", "readOnly": true, "$ref": "RuntimeInfo" }, "state": { "description": "Output only. The state of the batch.", "readOnly": true, "type": "string", "enumDescriptions": [ "The batch state is unknown.", "The batch is created before running.", "The batch is running.", "The batch is cancelling.", "The batch cancellation was successful.", "The batch completed successfully.", "The batch is no longer running due to an error." ], "enum": [ "STATE_UNSPECIFIED", "PENDING", "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED" ] }, "stateMessage": { "description": "Output only. Batch state details, such as a failure description if the state is FAILED.", "readOnly": true, "type": "string" }, "stateTime": { "description": "Output only. The time when the batch entered a current state.", "readOnly": true, "type": "string", "format": "google-datetime" }, "creator": { "description": "Output only. The email address of the user who created the batch.", "readOnly": true, "type": "string" }, "labels": { "description": "Optional. The labels to associate with this batch. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a batch.", "type": "object", "additionalProperties": { "type": "string" } }, "runtimeConfig": { "description": "Optional. Runtime configuration for the batch execution.", "$ref": "RuntimeConfig" }, "environmentConfig": { "description": "Optional. Environment configuration for the batch execution.", "$ref": "EnvironmentConfig" }, "operation": { "description": "Output only. The resource name of the operation associated with this batch.", "readOnly": true, "type": "string" }, "stateHistory": { "description": "Output only. Historical state information for the batch.", "readOnly": true, "type": "array", "items": { "$ref": "StateHistory" } } } }, "PySparkBatch": { "id": "PySparkBatch", "description": "A configuration for running an Apache PySpark (https://spark.apache.org/docs/latest/api/python/getting_started/quickstart.html) batch workload.", "type": "object", "properties": { "mainPythonFileUri": { "description": "Required. The HCFS URI of the main Python file to use as the Spark driver. Must be a .py file.", "type": "string" }, "args": { "description": "Optional. The arguments to pass to the driver. Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.", "type": "array", "items": { "type": "string" } }, "pythonFileUris": { "description": "Optional. HCFS file URIs of Python files to pass to the PySpark framework. Supported file types: .py, .egg, and .zip.", "type": "array", "items": { "type": "string" } }, "jarFileUris": { "description": "Optional. HCFS URIs of jar files to add to the classpath of the Spark driver and tasks.", "type": "array", "items": { "type": "string" } }, "fileUris": { "description": "Optional. HCFS URIs of files to be placed in the working directory of each executor.", "type": "array", "items": { "type": "string" } }, "archiveUris": { "description": "Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.", "type": "array", "items": { "type": "string" } } } }, "SparkBatch": { "id": "SparkBatch", "description": "A configuration for running an Apache Spark (https://spark.apache.org/) batch workload.", "type": "object", "properties": { "mainJarFileUri": { "description": "Optional. The HCFS URI of the jar file that contains the main class.", "type": "string" }, "mainClass": { "description": "Optional. The name of the driver main class. The jar file that contains the class must be in the classpath or specified in jar_file_uris.", "type": "string" }, "args": { "description": "Optional. The arguments to pass to the driver. Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.", "type": "array", "items": { "type": "string" } }, "jarFileUris": { "description": "Optional. HCFS URIs of jar files to add to the classpath of the Spark driver and tasks.", "type": "array", "items": { "type": "string" } }, "fileUris": { "description": "Optional. HCFS URIs of files to be placed in the working directory of each executor.", "type": "array", "items": { "type": "string" } }, "archiveUris": { "description": "Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.", "type": "array", "items": { "type": "string" } } } }, "SparkRBatch": { "id": "SparkRBatch", "description": "A configuration for running an Apache SparkR (https://spark.apache.org/docs/latest/sparkr.html) batch workload.", "type": "object", "properties": { "mainRFileUri": { "description": "Required. The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.", "type": "string" }, "args": { "description": "Optional. The arguments to pass to the Spark driver. Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.", "type": "array", "items": { "type": "string" } }, "fileUris": { "description": "Optional. HCFS URIs of files to be placed in the working directory of each executor.", "type": "array", "items": { "type": "string" } }, "archiveUris": { "description": "Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.", "type": "array", "items": { "type": "string" } } } }, "SparkSqlBatch": { "id": "SparkSqlBatch", "description": "A configuration for running Apache Spark SQL (https://spark.apache.org/sql/) queries as a batch workload.", "type": "object", "properties": { "queryFileUri": { "description": "Required. The HCFS URI of the script that contains Spark SQL queries to execute.", "type": "string" }, "queryVariables": { "description": "Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET name=\"value\";).", "type": "object", "additionalProperties": { "type": "string" } }, "jarFileUris": { "description": "Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.", "type": "array", "items": { "type": "string" } } } }, "RuntimeInfo": { "id": "RuntimeInfo", "description": "Runtime information about workload execution.", "type": "object", "properties": { "endpoints": { "description": "Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.", "readOnly": true, "type": "object", "additionalProperties": { "type": "string" } }, "outputUri": { "description": "Output only. A URI pointing to the location of the stdout and stderr of the workload.", "readOnly": true, "type": "string" }, "diagnosticOutputUri": { "description": "Output only. A URI pointing to the location of the diagnostics tarball.", "readOnly": true, "type": "string" }, "approximateUsage": { "description": "Output only. Approximate workload resource usage, calculated when the workload completes (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).Note: This metric calculation may change in the future, for example, to capture cumulative workload resource consumption during workload execution (see the Dataproc Serverless release notes (https://cloud.google.com/dataproc-serverless/docs/release-notes) for announcements, changes, fixes and other Dataproc developments).", "readOnly": true, "$ref": "UsageMetrics" }, "currentUsage": { "description": "Output only. Snapshot of current workload resource usage.", "readOnly": true, "$ref": "UsageSnapshot" } } }, "UsageMetrics": { "id": "UsageMetrics", "description": "Usage metrics represent approximate total resources consumed by a workload.", "type": "object", "properties": { "milliDcuSeconds": { "description": "Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).", "type": "string", "format": "int64" }, "shuffleStorageGbSeconds": { "description": "Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).", "type": "string", "format": "int64" }, "milliAcceleratorSeconds": { "description": "Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).", "type": "string", "format": "int64" }, "acceleratorType": { "description": "Optional. Accelerator type being used, if any", "type": "string" } } }, "UsageSnapshot": { "id": "UsageSnapshot", "description": "The usage snapshot represents the resources consumed by a workload at a specified time.", "type": "object", "properties": { "milliDcu": { "description": "Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).", "type": "string", "format": "int64" }, "shuffleStorageGb": { "description": "Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))", "type": "string", "format": "int64" }, "milliDcuPremium": { "description": "Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).", "type": "string", "format": "int64" }, "shuffleStorageGbPremium": { "description": "Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))", "type": "string", "format": "int64" }, "milliAccelerator": { "description": "Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))", "type": "string", "format": "int64" }, "acceleratorType": { "description": "Optional. Accelerator type being used, if any", "type": "string" }, "snapshotTime": { "description": "Optional. The timestamp of the usage snapshot.", "type": "string", "format": "google-datetime" } } }, "RuntimeConfig": { "id": "RuntimeConfig", "description": "Runtime configuration for a workload.", "type": "object", "properties": { "version": { "description": "Optional. Version of the batch runtime.", "type": "string" }, "containerImage": { "description": "Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.", "type": "string" }, "properties": { "description": "Optional. A mapping of property names to values, which are used to configure workload execution.", "type": "object", "additionalProperties": { "type": "string" } }, "repositoryConfig": { "description": "Optional. Dependency repository configuration.", "$ref": "RepositoryConfig" } } }, "RepositoryConfig": { "id": "RepositoryConfig", "description": "Configuration for dependency repositories", "type": "object", "properties": { "pypiRepositoryConfig": { "description": "Optional. Configuration for PyPi repository.", "$ref": "PyPiRepositoryConfig" } } }, "PyPiRepositoryConfig": { "id": "PyPiRepositoryConfig", "description": "Configuration for PyPi repository", "type": "object", "properties": { "pypiRepository": { "description": "Optional. PyPi repository address", "type": "string" } } }, "EnvironmentConfig": { "id": "EnvironmentConfig", "description": "Environment configuration for a workload.", "type": "object", "properties": { "executionConfig": { "description": "Optional. Execution configuration for a workload.", "$ref": "ExecutionConfig" }, "peripheralsConfig": { "description": "Optional. Peripherals configuration that workload has access to.", "$ref": "PeripheralsConfig" } } }, "ExecutionConfig": { "id": "ExecutionConfig", "description": "Execution configuration for a workload.", "type": "object", "properties": { "serviceAccount": { "description": "Optional. Service account that used to execute workload.", "type": "string" }, "networkUri": { "description": "Optional. Network URI to connect workload to.", "type": "string" }, "subnetworkUri": { "description": "Optional. Subnetwork URI to connect workload to.", "type": "string" }, "networkTags": { "description": "Optional. Tags used for network traffic control.", "type": "array", "items": { "type": "string" } }, "kmsKey": { "description": "Optional. The Cloud KMS key to use for encryption.", "type": "string" }, "idleTtl": { "description": "Optional. Applies to sessions only. The duration to keep the session alive while it's idling. Exceeding this threshold causes the session to terminate. This field cannot be set on a batch workload. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). Defaults to 1 hour if not set. If both ttl and idle_ttl are specified for an interactive session, the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.", "type": "string", "format": "google-duration" }, "ttl": { "description": "Optional. The duration after which the workload will be terminated, specified as the JSON representation for Duration (https://protobuf.dev/programming-guides/proto3/#json). When the workload exceeds this duration, it will be unconditionally terminated without waiting for ongoing work to finish. If ttl is not specified for a batch workload, the workload will be allowed to run until it exits naturally (or run forever without exiting). If ttl is not specified for an interactive session, it defaults to 24 hours. If ttl is not specified for a batch that uses 2.1+ runtime version, it defaults to 4 hours. Minimum value is 10 minutes; maximum value is 14 days. If both ttl and idle_ttl are specified (for an interactive session), the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.", "type": "string", "format": "google-duration" }, "stagingBucket": { "description": "Optional. A Cloud Storage bucket used to stage workload dependencies, config files, and store workload output and other ephemeral data, such as Spark history files. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location according to the region where your workload is running, and then create and manage project-level, per-location staging and temporary buckets. This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.", "type": "string" } } }, "PeripheralsConfig": { "id": "PeripheralsConfig", "description": "Auxiliary services configuration for a workload.", "type": "object", "properties": { "metastoreService": { "description": "Optional. Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[region]/services/[service_id]", "type": "string" }, "sparkHistoryServerConfig": { "description": "Optional. The Spark History Server configuration for the workload.", "$ref": "SparkHistoryServerConfig" } } }, "SparkHistoryServerConfig": { "id": "SparkHistoryServerConfig", "description": "Spark History Server configuration for the workload.", "type": "object", "properties": { "dataprocCluster": { "description": "Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]", "type": "string" } } }, "StateHistory": { "id": "StateHistory", "description": "Historical state information.", "type": "object", "properties": { "state": { "description": "Output only. The state of the batch at this point in history.", "readOnly": true, "type": "string", "enumDescriptions": [ "The batch state is unknown.", "The batch is created before running.", "The batch is running.", "The batch is cancelling.", "The batch cancellation was successful.", "The batch completed successfully.", "The batch is no longer running due to an error." ], "enum": [ "STATE_UNSPECIFIED", "PENDING", "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED" ] }, "stateMessage": { "description": "Output only. Details about the state at this point in history.", "readOnly": true, "type": "string" }, "stateStartTime": { "description": "Output only. The time when the batch entered the historical state.", "readOnly": true, "type": "string", "format": "google-datetime" } } }, "ListBatchesResponse": { "id": "ListBatchesResponse", "description": "A list of batch workloads.", "type": "object", "properties": { "batches": { "description": "Output only. The batches from the specified collection.", "readOnly": true, "type": "array", "items": { "$ref": "Batch" } }, "nextPageToken": { "description": "A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.", "type": "string" }, "unreachable": { "description": "Output only. List of Batches that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.", "readOnly": true, "type": "array", "items": { "type": "string" } } } }, "Cluster": { "id": "Cluster", "description": "Describes the identifying information, config, and status of a Dataproc cluster", "type": "object", "properties": { "projectId": { "description": "Required. The Google Cloud Platform project ID that the cluster belongs to.", "type": "string" }, "clusterName": { "description": "Required. The cluster name, which must be unique within a project. The name must start with a lowercase letter, and can contain up to 51 lowercase letters, numbers, and hyphens. It cannot end with a hyphen. The name of a deleted cluster can be reused.", "type": "string" }, "config": { "description": "Optional. The cluster config for a cluster of Compute Engine Instances. Note that Dataproc may set default values, and values may change when clusters are updated.Exactly one of ClusterConfig or VirtualClusterConfig must be specified.", "$ref": "ClusterConfig" }, "virtualClusterConfig": { "description": "Optional. The virtual cluster config is used when creating a Dataproc cluster that does not directly control the underlying compute resources, for example, when creating a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview). Dataproc may set default values, and values may change when clusters are updated. Exactly one of config or virtual_cluster_config must be specified.", "$ref": "VirtualClusterConfig" }, "labels": { "description": "Optional. The labels to associate with this cluster. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a cluster.", "type": "object", "additionalProperties": { "type": "string" } }, "status": { "description": "Output only. Cluster status.", "readOnly": true, "$ref": "ClusterStatus" }, "statusHistory": { "description": "Output only. The previous cluster status.", "readOnly": true, "type": "array", "items": { "$ref": "ClusterStatus" } }, "clusterUuid": { "description": "Output only. A cluster UUID (Unique Universal Identifier). Dataproc generates this value when it creates the cluster.", "readOnly": true, "type": "string" }, "metrics": { "description": "Output only. Contains cluster daemon metrics such as HDFS and YARN stats.Beta Feature: This report is available for testing purposes only. It may be changed before final release.", "readOnly": true, "$ref": "ClusterMetrics" } } }, "ClusterConfig": { "id": "ClusterConfig", "description": "The cluster config.", "type": "object", "properties": { "configBucket": { "description": "Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.", "type": "string" }, "tempBucket": { "description": "Optional. A Cloud Storage bucket used to store ephemeral cluster and jobs data, such as Spark and MapReduce history files. If you do not specify a temp bucket, Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's temp bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket. The default bucket has a TTL of 90 days, but you can use any TTL (or none) if you specify a bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.", "type": "string" }, "gceClusterConfig": { "description": "Optional. The shared Compute Engine config settings for all instances in a cluster.", "$ref": "GceClusterConfig" }, "masterConfig": { "description": "Optional. The Compute Engine config settings for the cluster's master instance.", "$ref": "InstanceGroupConfig" }, "workerConfig": { "description": "Optional. The Compute Engine config settings for the cluster's worker instances.", "$ref": "InstanceGroupConfig" }, "secondaryWorkerConfig": { "description": "Optional. The Compute Engine config settings for a cluster's secondary worker instances", "$ref": "InstanceGroupConfig" }, "softwareConfig": { "description": "Optional. The config settings for cluster software.", "$ref": "SoftwareConfig" }, "initializationActions": { "description": "Optional. Commands to execute on each node after config is completed. By default, executables are run on master and all worker nodes. You can test a node's role metadata to run an executable on a master or worker node, as shown below using curl (you can also use wget): ROLE=$(curl -H Metadata-Flavor:Google http://metadata/computeMetadata/v1/instance/attributes/dataproc-role) if [[ \"${ROLE}\" == 'Master' ]]; then ... master specific actions ... else ... worker specific actions ... fi ", "type": "array", "items": { "$ref": "NodeInitializationAction" } }, "encryptionConfig": { "description": "Optional. Encryption settings for the cluster.", "$ref": "EncryptionConfig" }, "autoscalingConfig": { "description": "Optional. Autoscaling config for the policy associated with the cluster. Cluster does not autoscale if this field is unset.", "$ref": "AutoscalingConfig" }, "securityConfig": { "description": "Optional. Security settings for the cluster.", "$ref": "SecurityConfig" }, "lifecycleConfig": { "description": "Optional. Lifecycle setting for the cluster.", "$ref": "LifecycleConfig" }, "endpointConfig": { "description": "Optional. Port/endpoint configuration for this cluster", "$ref": "EndpointConfig" }, "metastoreConfig": { "description": "Optional. Metastore configuration.", "$ref": "MetastoreConfig" }, "gkeClusterConfig": { "description": "Optional. BETA. The Kubernetes Engine config for Dataproc clusters deployed to The Kubernetes Engine config for Dataproc clusters deployed to Kubernetes. These config settings are mutually exclusive with Compute Engine-based options, such as gce_cluster_config, master_config, worker_config, secondary_worker_config, and autoscaling_config.", "deprecated": true, "$ref": "GkeClusterConfig" }, "dataprocMetricConfig": { "description": "Optional. The config for Dataproc metrics.", "$ref": "DataprocMetricConfig" }, "auxiliaryNodeGroups": { "description": "Optional. The node group settings.", "type": "array", "items": { "$ref": "AuxiliaryNodeGroup" } } } }, "GceClusterConfig": { "id": "GceClusterConfig", "description": "Common config settings for resources of Compute Engine cluster instances, applicable to all instances in the cluster.", "type": "object", "properties": { "zoneUri": { "description": "Optional. The Compute Engine zone where the Dataproc cluster will be located. If omitted, the service will pick a zone in the cluster's Compute Engine region. On a get request, zone will always be present.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]", "type": "string" }, "networkUri": { "description": "Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork_uri. If neither network_uri nor subnetwork_uri is specified, the \"default\" network of the project is used, if it exists. Cannot be a \"Custom Subnet Network\" (see Using Subnetworks (https://cloud.google.com/compute/docs/subnetworks) for more information).A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default projects/[project_id]/global/networks/default default", "type": "string" }, "subnetworkUri": { "description": "Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network_uri.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/regions/[region]/subnetworks/sub0 projects/[project_id]/regions/[region]/subnetworks/sub0 sub0", "type": "string" }, "internalIpOnly": { "description": "Optional. This setting applies to subnetwork-enabled networks. It is set to true by default in clusters created with image versions 2.2.x.When set to true: All cluster VMs have internal IP addresses. Google Private Access (https://cloud.google.com/vpc/docs/private-google-access) must be enabled to access Dataproc and other Google Cloud APIs. Off-cluster dependencies must be configured to be accessible without external IP addresses.When set to false: Cluster VMs are not restricted to internal IP addresses. Ephemeral external IP addresses are assigned to each cluster VM.", "type": "boolean" }, "privateIpv6GoogleAccess": { "description": "Optional. The type of IPv6 access for a cluster.", "type": "string", "enumDescriptions": [ "If unspecified, Compute Engine default behavior will apply, which is the same as INHERIT_FROM_SUBNETWORK.", "Private access to and from Google Services configuration inherited from the subnetwork configuration. This is the default Compute Engine behavior.", "Enables outbound private IPv6 access to Google Services from the Dataproc cluster.", "Enables bidirectional private IPv6 access between Google Services and the Dataproc cluster." ], "enum": [ "PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED", "INHERIT_FROM_SUBNETWORK", "OUTBOUND", "BIDIRECTIONAL" ] }, "serviceAccount": { "description": "Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used by Dataproc cluster VM instances to access Google Cloud Platform services.If not specified, the Compute Engine default service account (https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used.", "type": "string" }, "serviceAccountScopes": { "description": "Optional. The URIs of service account scopes to be included in Compute Engine instances. The following base set of scopes is always included: https://www.googleapis.com/auth/cloud.useraccounts.readonly https://www.googleapis.com/auth/devstorage.read_write https://www.googleapis.com/auth/logging.writeIf no scopes are specified, the following defaults are also provided: https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/bigtable.admin.table https://www.googleapis.com/auth/bigtable.data https://www.googleapis.com/auth/devstorage.full_control", "type": "array", "items": { "type": "string" } }, "tags": { "description": "The Compute Engine tags to add to all instances (see Tagging instances (https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).", "type": "array", "items": { "type": "string" } }, "metadata": { "description": "Optional. The Compute Engine metadata entries to add to all instances (see Project and instance metadata (https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)).", "type": "object", "additionalProperties": { "type": "string" } }, "reservationAffinity": { "description": "Optional. Reservation Affinity for consuming Zonal reservation.", "$ref": "ReservationAffinity" }, "nodeGroupAffinity": { "description": "Optional. Node Group Affinity for sole-tenant clusters.", "$ref": "NodeGroupAffinity" }, "shieldedInstanceConfig": { "description": "Optional. Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).", "$ref": "ShieldedInstanceConfig" }, "confidentialInstanceConfig": { "description": "Optional. Confidential Instance Config for clusters using Confidential VMs (https://cloud.google.com/compute/confidential-vm/docs).", "$ref": "ConfidentialInstanceConfig" } } }, "ReservationAffinity": { "id": "ReservationAffinity", "description": "Reservation Affinity for consuming Zonal reservation.", "type": "object", "properties": { "consumeReservationType": { "description": "Optional. Type of reservation to consume", "type": "string", "enumDescriptions": [ "", "Do not consume from any allocated capacity.", "Consume any reservation available.", "Must consume from a specific reservation. Must specify key value fields for specifying the reservations." ], "enum": [ "TYPE_UNSPECIFIED", "NO_RESERVATION", "ANY_RESERVATION", "SPECIFIC_RESERVATION" ] }, "key": { "description": "Optional. Corresponds to the label key of reservation resource.", "type": "string" }, "values": { "description": "Optional. Corresponds to the label values of reservation resource.", "type": "array", "items": { "type": "string" } } } }, "NodeGroupAffinity": { "id": "NodeGroupAffinity", "description": "Node Group Affinity for clusters using sole-tenant node groups. The Dataproc NodeGroupAffinity resource is not related to the Dataproc NodeGroup resource.", "type": "object", "properties": { "nodeGroupUri": { "description": "Required. The URI of a sole-tenant node group resource (https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) that the cluster will be created on.A full URL, partial URI, or node group name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 node-group-1", "type": "string" } } }, "ShieldedInstanceConfig": { "id": "ShieldedInstanceConfig", "description": "Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).", "type": "object", "properties": { "enableSecureBoot": { "description": "Optional. Defines whether instances have Secure Boot enabled.", "type": "boolean" }, "enableVtpm": { "description": "Optional. Defines whether instances have the vTPM enabled.", "type": "boolean" }, "enableIntegrityMonitoring": { "description": "Optional. Defines whether instances have integrity monitoring enabled.", "type": "boolean" } } }, "ConfidentialInstanceConfig": { "id": "ConfidentialInstanceConfig", "description": "Confidential Instance Config for clusters using Confidential VMs (https://cloud.google.com/compute/confidential-vm/docs)", "type": "object", "properties": { "enableConfidentialCompute": { "description": "Optional. Defines whether the instance should have confidential compute enabled.", "type": "boolean" } } }, "InstanceGroupConfig": { "id": "InstanceGroupConfig", "description": "The config settings for Compute Engine resources in an instance group, such as a master or worker group.", "type": "object", "properties": { "numInstances": { "description": "Optional. The number of VM instances in the instance group. For HA cluster master_config groups, must be set to 3. For standard cluster master_config groups, must be set to 1.", "type": "integer", "format": "int32" }, "instanceNames": { "description": "Output only. The list of instance names. Dataproc derives the names from cluster_name, num_instances, and the instance group.", "readOnly": true, "type": "array", "items": { "type": "string" } }, "instanceReferences": { "description": "Output only. List of references to Compute Engine instances.", "readOnly": true, "type": "array", "items": { "$ref": "InstanceReference" } }, "imageUri": { "description": "Optional. The Compute Engine image resource used for cluster instances.The URI can represent an image or image family.Image examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/[image-id] projects/[project_id]/global/images/[image-id] image-idImage family examples. Dataproc will use the most recent image from the family: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/family/[custom-image-family-name] projects/[project_id]/global/images/family/[custom-image-family-name]If the URI is unspecified, it will be inferred from SoftwareConfig.image_version or the system default.", "type": "string" }, "machineTypeUri": { "description": "Optional. The Compute Engine machine type used for cluster instances.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 n1-standard-2Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, n1-standard-2.", "type": "string" }, "diskConfig": { "description": "Optional. Disk option config settings.", "$ref": "DiskConfig" }, "isPreemptible": { "description": "Output only. Specifies that this instance group contains preemptible instances.", "readOnly": true, "type": "boolean" }, "preemptibility": { "description": "Optional. Specifies the preemptibility of the instance group.The default value for master and worker groups is NON_PREEMPTIBLE. This default cannot be changed.The default value for secondary instances is PREEMPTIBLE.", "type": "string", "enumDescriptions": [ "Preemptibility is unspecified, the system will choose the appropriate setting for each instance group.", "Instances are non-preemptible.This option is allowed for all instance groups and is the only valid value for Master and Worker instance groups.", "Instances are preemptible (https://cloud.google.com/compute/docs/instances/preemptible).This option is allowed only for secondary worker (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms) groups.", "Instances are Spot VMs (https://cloud.google.com/compute/docs/instances/spot).This option is allowed only for secondary worker (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms) groups. Spot VMs are the latest version of preemptible VMs (https://cloud.google.com/compute/docs/instances/preemptible), and provide additional features." ], "enum": [ "PREEMPTIBILITY_UNSPECIFIED", "NON_PREEMPTIBLE", "PREEMPTIBLE", "SPOT" ] }, "managedGroupConfig": { "description": "Output only. The config for Compute Engine Instance Group Manager that manages this group. This is only used for preemptible instance groups.", "readOnly": true, "$ref": "ManagedGroupConfig" }, "accelerators": { "description": "Optional. The Compute Engine accelerator configuration for these instances.", "type": "array", "items": { "$ref": "AcceleratorConfig" } }, "minCpuPlatform": { "description": "Optional. Specifies the minimum cpu platform for the Instance Group. See Dataproc -\u003e Minimum CPU Platform (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).", "type": "string" }, "minNumInstances": { "description": "Optional. The minimum number of primary worker instances to create. If min_num_instances is set, cluster creation will succeed if the number of primary workers created is at least equal to the min_num_instances number.Example: Cluster creation request with num_instances = 5 and min_num_instances = 3: If 4 VMs are created and 1 instance fails, the failed VM is deleted. The cluster is resized to 4 instances and placed in a RUNNING state. If 2 instances are created and 3 instances fail, the cluster in placed in an ERROR state. The failed VMs are not deleted.", "type": "integer", "format": "int32" }, "instanceFlexibilityPolicy": { "description": "Optional. Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.", "$ref": "InstanceFlexibilityPolicy" }, "startupConfig": { "description": "Optional. Configuration to handle the startup of instances during cluster create and update process.", "$ref": "StartupConfig" } } }, "InstanceReference": { "id": "InstanceReference", "description": "A reference to a Compute Engine instance.", "type": "object", "properties": { "instanceName": { "description": "The user-friendly name of the Compute Engine instance.", "type": "string" }, "instanceId": { "description": "The unique identifier of the Compute Engine instance.", "type": "string" }, "publicKey": { "description": "The public RSA key used for sharing data with this instance.", "type": "string" }, "publicEciesKey": { "description": "The public ECIES key used for sharing data with this instance.", "type": "string" } } }, "DiskConfig": { "id": "DiskConfig", "description": "Specifies the config of disk options for a group of VM instances.", "type": "object", "properties": { "bootDiskType": { "description": "Optional. Type of the boot disk (default is \"pd-standard\"). Valid values: \"pd-balanced\" (Persistent Disk Balanced Solid State Drive), \"pd-ssd\" (Persistent Disk Solid State Drive), or \"pd-standard\" (Persistent Disk Hard Disk Drive). See Disk types (https://cloud.google.com/compute/docs/disks#disk-types).", "type": "string" }, "bootDiskSizeGb": { "description": "Optional. Size in GB of the boot disk (default is 500GB).", "type": "integer", "format": "int32" }, "numLocalSsds": { "description": "Optional. Number of attached SSDs, from 0 to 8 (default is 0). If SSDs are not attached, the boot disk is used to store runtime logs and HDFS (https://hadoop.apache.org/docs/r1.2.1/hdfs_user_guide.html) data. If one or more SSDs are attached, this runtime bulk data is spread across them, and the boot disk contains only basic config and installed binaries.Note: Local SSD options may vary by machine type and number of vCPUs selected.", "type": "integer", "format": "int32" }, "localSsdInterface": { "description": "Optional. Interface type of local SSDs (default is \"scsi\"). Valid values: \"scsi\" (Small Computer System Interface), \"nvme\" (Non-Volatile Memory Express). See local SSD performance (https://cloud.google.com/compute/docs/disks/local-ssd#performance).", "type": "string" } } }, "ManagedGroupConfig": { "id": "ManagedGroupConfig", "description": "Specifies the resources used to actively manage an instance group.", "type": "object", "properties": { "instanceTemplateName": { "description": "Output only. The name of the Instance Template used for the Managed Instance Group.", "readOnly": true, "type": "string" }, "instanceGroupManagerName": { "description": "Output only. The name of the Instance Group Manager for this group.", "readOnly": true, "type": "string" }, "instanceGroupManagerUri": { "description": "Output only. The partial URI to the instance group manager for this group. E.g. projects/my-project/regions/us-central1/instanceGroupManagers/my-igm.", "readOnly": true, "type": "string" } } }, "AcceleratorConfig": { "id": "AcceleratorConfig", "description": "Specifies the type and number of accelerator cards attached to the instances of an instance. See GPUs on Compute Engine (https://cloud.google.com/compute/docs/gpus/).", "type": "object", "properties": { "acceleratorTypeUri": { "description": "Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See Compute Engine AcceleratorTypes (https://cloud.google.com/compute/docs/reference/v1/acceleratorTypes).Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-t4 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-t4 nvidia-tesla-t4Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type resource, for example, nvidia-tesla-t4.", "type": "string" }, "acceleratorCount": { "description": "The number of the accelerator cards of this type exposed to this instance.", "type": "integer", "format": "int32" } } }, "InstanceFlexibilityPolicy": { "id": "InstanceFlexibilityPolicy", "description": "Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.", "type": "object", "properties": { "instanceSelectionList": { "description": "Optional. List of instance selection options that the group will use when creating new VMs.", "type": "array", "items": { "$ref": "InstanceSelection" } }, "instanceSelectionResults": { "description": "Output only. A list of instance selection results in the group.", "readOnly": true, "type": "array", "items": { "$ref": "InstanceSelectionResult" } } } }, "InstanceSelection": { "id": "InstanceSelection", "description": "Defines machines types and a rank to which the machines types belong.", "type": "object", "properties": { "machineTypes": { "description": "Optional. Full machine-type names, e.g. \"n1-standard-16\".", "type": "array", "items": { "type": "string" } }, "rank": { "description": "Optional. Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.", "type": "integer", "format": "int32" } } }, "InstanceSelectionResult": { "id": "InstanceSelectionResult", "description": "Defines a mapping from machine types to the number of VMs that are created with each machine type.", "type": "object", "properties": { "machineType": { "description": "Output only. Full machine-type names, e.g. \"n1-standard-16\".", "readOnly": true, "type": "string" }, "vmCount": { "description": "Output only. Number of VM provisioned with the machine_type.", "readOnly": true, "type": "integer", "format": "int32" } } }, "StartupConfig": { "id": "StartupConfig", "description": "Configuration to handle the startup of instances during cluster create and update process.", "type": "object", "properties": { "requiredRegistrationFraction": { "description": "Optional. The config setting to enable cluster creation/ updation to be successful only after required_registration_fraction of instances are up and running. This configuration is applicable to only secondary workers for now. The cluster will fail if required_registration_fraction of instances are not available. This will include instance creation, agent registration, and service registration (if enabled).", "type": "number", "format": "double" } } }, "SoftwareConfig": { "id": "SoftwareConfig", "description": "Specifies the selection and config of software inside the cluster.", "type": "object", "properties": { "imageVersion": { "description": "Optional. The version of software inside the cluster. It must be one of the supported Dataproc Versions (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#supported_dataproc_versions), such as \"1.2\" (including a subminor version, such as \"1.2.29\"), or the \"preview\" version (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#other_versions). If unspecified, it defaults to the latest Debian version.", "type": "string" }, "properties": { "description": "Optional. The properties to set on daemon config files.Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings: capacity-scheduler: capacity-scheduler.xml core: core-site.xml distcp: distcp-default.xml hdfs: hdfs-site.xml hive: hive-site.xml mapred: mapred-site.xml pig: pig.properties spark: spark-defaults.conf yarn: yarn-site.xmlFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).", "type": "object", "additionalProperties": { "type": "string" } }, "optionalComponents": { "description": "Optional. The set of components to activate on the cluster.", "type": "array", "items": { "type": "string", "enumDescriptions": [ "Unspecified component. Specifying this will cause Cluster creation to fail.", "The Anaconda python distribution. The Anaconda component is not supported in the Dataproc 2.0 image. The 2.0 image is pre-installed with Miniconda.", "Docker", "The Druid query engine. (alpha)", "Flink", "HBase. (beta)", "The Hive Web HCatalog (the REST service for accessing HCatalog).", "Hudi.", "The Jupyter Notebook.", "The Presto query engine.", "The Trino query engine.", "The Ranger service.", "The Solr service.", "The Zeppelin notebook.", "The Zookeeper service." ], "enum": [ "COMPONENT_UNSPECIFIED", "ANACONDA", "DOCKER", "DRUID", "FLINK", "HBASE", "HIVE_WEBHCAT", "HUDI", "JUPYTER", "PRESTO", "TRINO", "RANGER", "SOLR", "ZEPPELIN", "ZOOKEEPER" ] } } } }, "NodeInitializationAction": { "id": "NodeInitializationAction", "description": "Specifies an executable to run on a fully configured node and a timeout period for executable completion.", "type": "object", "properties": { "executableFile": { "description": "Required. Cloud Storage URI of executable file.", "type": "string" }, "executionTimeout": { "description": "Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.", "type": "string", "format": "google-duration" } } }, "EncryptionConfig": { "id": "EncryptionConfig", "description": "Encryption settings for the cluster.", "type": "object", "properties": { "gcePdKmsKeyName": { "description": "Optional. The Cloud KMS key resource name to use for persistent disk encryption for all instances in the cluster. See Use CMEK with cluster data (https://cloud.google.com//dataproc/docs/concepts/configuring-clusters/customer-managed-encryption#use_cmek_with_cluster_data) for more information.", "type": "string" }, "kmsKey": { "description": "Optional. The Cloud KMS key resource name to use for cluster persistent disk and job argument encryption. See Use CMEK with cluster data (https://cloud.google.com//dataproc/docs/concepts/configuring-clusters/customer-managed-encryption#use_cmek_with_cluster_data) for more information.When this key resource name is provided, the following job arguments of the following job types submitted to the cluster are encrypted using CMEK: FlinkJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/FlinkJob) HadoopJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/HadoopJob) SparkJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkJob) SparkRJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkRJob) PySparkJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/PySparkJob) SparkSqlJob (https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkSqlJob) scriptVariables and queryList.queries HiveJob (https://cloud.google.com/dataproc/docs/reference/rest/v1/HiveJob) scriptVariables and queryList.queries PigJob (https://cloud.google.com/dataproc/docs/reference/rest/v1/PigJob) scriptVariables and queryList.queries PrestoJob (https://cloud.google.com/dataproc/docs/reference/rest/v1/PrestoJob) scriptVariables and queryList.queries", "type": "string" } } }, "AutoscalingConfig": { "id": "AutoscalingConfig", "description": "Autoscaling Policy config associated with the cluster.", "type": "object", "properties": { "policyUri": { "description": "Optional. The autoscaling policy used by the cluster.Only resource names including projectid and location (region) are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id] projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]Note that the policy must be in the same project and Dataproc region.", "type": "string" } } }, "SecurityConfig": { "id": "SecurityConfig", "description": "Security related configuration, including encryption, Kerberos, etc.", "type": "object", "properties": { "kerberosConfig": { "description": "Optional. Kerberos related configuration.", "$ref": "KerberosConfig" }, "identityConfig": { "description": "Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.", "$ref": "IdentityConfig" } } }, "KerberosConfig": { "id": "KerberosConfig", "description": "Specifies Kerberos related configuration.", "type": "object", "properties": { "enableKerberos": { "description": "Optional. Flag to indicate whether to Kerberize the cluster (default: false). Set this field to true to enable Kerberos on a cluster.", "type": "boolean" }, "rootPrincipalPasswordUri": { "description": "Optional. The Cloud Storage URI of a KMS encrypted file containing the root principal password.", "type": "string" }, "kmsKeyUri": { "description": "Optional. The URI of the KMS key used to encrypt sensitive files.", "type": "string" }, "keystoreUri": { "description": "Optional. The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.", "type": "string" }, "truststoreUri": { "description": "Optional. The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.", "type": "string" }, "keystorePasswordUri": { "description": "Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided keystore. For the self-signed certificate, this password is generated by Dataproc.", "type": "string" }, "keyPasswordUri": { "description": "Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided key. For the self-signed certificate, this password is generated by Dataproc.", "type": "string" }, "truststorePasswordUri": { "description": "Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided truststore. For the self-signed certificate, this password is generated by Dataproc.", "type": "string" }, "crossRealmTrustRealm": { "description": "Optional. The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.", "type": "string" }, "crossRealmTrustKdc": { "description": "Optional. The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.", "type": "string" }, "crossRealmTrustAdminServer": { "description": "Optional. The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.", "type": "string" }, "crossRealmTrustSharedPasswordUri": { "description": "Optional. The Cloud Storage URI of a KMS encrypted file containing the shared password between the on-cluster Kerberos realm and the remote trusted realm, in a cross realm trust relationship.", "type": "string" }, "kdcDbKeyUri": { "description": "Optional. The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.", "type": "string" }, "tgtLifetimeHours": { "description": "Optional. The lifetime of the ticket granting ticket, in hours. If not specified, or user specifies 0, then default value 10 will be used.", "type": "integer", "format": "int32" }, "realm": { "description": "Optional. The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.", "type": "string" } } }, "IdentityConfig": { "id": "IdentityConfig", "description": "Identity related configuration, including service account based secure multi-tenancy user mappings.", "type": "object", "properties": { "userServiceAccountMapping": { "description": "Required. Map of user to service account.", "type": "object", "additionalProperties": { "type": "string" } } } }, "LifecycleConfig": { "id": "LifecycleConfig", "description": "Specifies the cluster auto-delete schedule configuration.", "type": "object", "properties": { "idleDeleteTtl": { "description": "Optional. The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).", "type": "string", "format": "google-duration" }, "autoDeleteTime": { "description": "Optional. The time when cluster will be auto-deleted (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).", "type": "string", "format": "google-datetime" }, "autoDeleteTtl": { "description": "Optional. The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).", "type": "string", "format": "google-duration" }, "idleStartTime": { "description": "Output only. The time when cluster became idle (most recent job finished) and became eligible for deletion due to idleness (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).", "readOnly": true, "type": "string", "format": "google-datetime" } } }, "EndpointConfig": { "id": "EndpointConfig", "description": "Endpoint config for this cluster", "type": "object", "properties": { "httpPorts": { "description": "Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.", "readOnly": true, "type": "object", "additionalProperties": { "type": "string" } }, "enableHttpPortAccess": { "description": "Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.", "type": "boolean" } } }, "MetastoreConfig": { "id": "MetastoreConfig", "description": "Specifies a Metastore configuration.", "type": "object", "properties": { "dataprocMetastoreService": { "description": "Required. Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[dataproc_region]/services/[service-name]", "type": "string" } } }, "GkeClusterConfig": { "id": "GkeClusterConfig", "description": "The cluster's GKE config.", "type": "object", "properties": { "namespacedGkeDeploymentTarget": { "description": "Optional. Deprecated. Use gkeClusterTarget. Used only for the deprecated beta. A target for the deployment.", "deprecated": true, "$ref": "NamespacedGkeDeploymentTarget" }, "gkeClusterTarget": { "description": "Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'", "type": "string" }, "nodePoolTarget": { "description": "Optional. GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.", "type": "array", "items": { "$ref": "GkeNodePoolTarget" } } } }, "NamespacedGkeDeploymentTarget": { "id": "NamespacedGkeDeploymentTarget", "deprecated": true, "description": "Deprecated. Used only for the deprecated beta. A full, namespace-isolated deployment target for an existing GKE cluster.", "type": "object", "properties": { "targetGkeCluster": { "description": "Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'", "type": "string" }, "clusterNamespace": { "description": "Optional. A namespace within the GKE cluster to deploy into.", "type": "string" } } }, "GkeNodePoolTarget": { "id": "GkeNodePoolTarget", "description": "GKE node pools that Dataproc workloads run on.", "type": "object", "properties": { "nodePool": { "description": "Required. The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'", "type": "string" }, "roles": { "description": "Required. The roles associated with the GKE node pool.", "type": "array", "items": { "type": "string", "enumDescriptions": [ "Role is unspecified.", "At least one node pool must have the DEFAULT role. Work assigned to a role that is not associated with a node pool is assigned to the node pool with the DEFAULT role. For example, work assigned to the CONTROLLER role will be assigned to the node pool with the DEFAULT role if no node pool has the CONTROLLER role.", "Run work associated with the Dataproc control plane (for example, controllers and webhooks). Very low resource requirements.", "Run work associated with a Spark driver of a job.", "Run work associated with a Spark executor of a job." ], "enum": [ "ROLE_UNSPECIFIED", "DEFAULT", "CONTROLLER", "SPARK_DRIVER", "SPARK_EXECUTOR" ] } }, "nodePoolConfig": { "description": "Input only. The configuration for the GKE node pool.If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.If omitted, any node pool with the specified name is used. If a node pool with the specified name does not exist, Dataproc create a node pool with default values.This is an input only field. It will not be returned by the API.", "$ref": "GkeNodePoolConfig" } } }, "GkeNodePoolConfig": { "id": "GkeNodePoolConfig", "description": "The configuration of a GKE node pool used by a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-on-gke-cluster).", "type": "object", "properties": { "config": { "description": "Optional. The node pool configuration.", "$ref": "GkeNodeConfig" }, "locations": { "description": "Optional. The list of Compute Engine zones (https://cloud.google.com/compute/docs/zones#available) where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.", "type": "array", "items": { "type": "string" } }, "autoscaling": { "description": "Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.", "$ref": "GkeNodePoolAutoscalingConfig" } } }, "GkeNodeConfig": { "id": "GkeNodeConfig", "description": "Parameters that describe cluster nodes.", "type": "object", "properties": { "machineType": { "description": "Optional. The name of a Compute Engine machine type (https://cloud.google.com/compute/docs/machine-types).", "type": "string" }, "localSsdCount": { "description": "Optional. The number of local SSD disks to attach to the node, which is limited by the maximum number of disks allowable per zone (see Adding Local SSDs (https://cloud.google.com/compute/docs/disks/local-ssd)).", "type": "integer", "format": "int32" }, "preemptible": { "description": "Optional. Whether the nodes are created as legacy preemptible VM instances (https://cloud.google.com/compute/docs/instances/preemptible). Also see Spot VMs, preemptible VM instances without a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).", "type": "boolean" }, "accelerators": { "description": "Optional. A list of hardware accelerators (https://cloud.google.com/compute/docs/gpus) to attach to each node.", "type": "array", "items": { "$ref": "GkeNodePoolAcceleratorConfig" } }, "minCpuPlatform": { "description": "Optional. Minimum CPU platform (https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) to be used by this instance. The instance may be scheduled on the specified or a newer CPU platform. Specify the friendly names of CPU platforms, such as \"Intel Haswell\"` or Intel Sandy Bridge\".", "type": "string" }, "bootDiskKmsKey": { "description": "Optional. The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/kubernetes-engine/docs/how-to/using-cmek) used to encrypt the boot disk attached to each node in the node pool. Specify the key using the following format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}", "type": "string" }, "spot": { "description": "Optional. Whether the nodes are created as Spot VM instances (https://cloud.google.com/compute/docs/instances/spot). Spot VMs are the latest update to legacy preemptible VMs. Spot VMs do not have a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).", "type": "boolean" } } }, "GkeNodePoolAcceleratorConfig": { "id": "GkeNodePoolAcceleratorConfig", "description": "A GkeNodeConfigAcceleratorConfig represents a Hardware Accelerator request for a node pool.", "type": "object", "properties": { "acceleratorCount": { "description": "The number of accelerator cards exposed to an instance.", "type": "string", "format": "int64" }, "acceleratorType": { "description": "The accelerator type resource namename (see GPUs on Compute Engine).", "type": "string" }, "gpuPartitionSize": { "description": "Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide (https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).", "type": "string" } } }, "GkeNodePoolAutoscalingConfig": { "id": "GkeNodePoolAutoscalingConfig", "description": "GkeNodePoolAutoscaling contains information the cluster autoscaler needs to adjust the size of the node pool to the current cluster usage.", "type": "object", "properties": { "minNodeCount": { "description": "The minimum number of nodes in the node pool. Must be \u003e= 0 and \u003c= max_node_count.", "type": "integer", "format": "int32" }, "maxNodeCount": { "description": "The maximum number of nodes in the node pool. Must be \u003e= min_node_count, and must be \u003e 0. Note: Quota must be sufficient to scale up the cluster.", "type": "integer", "format": "int32" } } }, "DataprocMetricConfig": { "id": "DataprocMetricConfig", "description": "Dataproc metric config.", "type": "object", "properties": { "metrics": { "description": "Required. Metrics sources to enable.", "type": "array", "items": { "$ref": "Metric" } } } }, "Metric": { "id": "Metric", "description": "A Dataproc custom metric.", "type": "object", "properties": { "metricSource": { "description": "Required. A standard set of metrics is collected unless metricOverrides are specified for the metric source (see Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) for more information).", "type": "string", "enumDescriptions": [ "Required unspecified metric source.", "Monitoring agent metrics. If this source is enabled, Dataproc enables the monitoring agent in Compute Engine, and collects monitoring agent metrics, which are published with an agent.googleapis.com prefix.", "HDFS metric source.", "Spark metric source.", "YARN metric source.", "Spark History Server metric source.", "Hiveserver2 metric source.", "hivemetastore metric source", "flink metric source" ], "enum": [ "METRIC_SOURCE_UNSPECIFIED", "MONITORING_AGENT_DEFAULTS", "HDFS", "SPARK", "YARN", "SPARK_HISTORY_SERVER", "HIVESERVER2", "HIVEMETASTORE", "FLINK" ] }, "metricOverrides": { "description": "Optional. Specify one or more Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) to collect for the metric course (for the SPARK metric source (any Spark metric (https://spark.apache.org/docs/latest/monitoring.html#metrics) can be specified).Provide metrics in the following format: METRIC_SOURCE: INSTANCE:GROUP:METRIC Use camelcase as appropriate.Examples: yarn:ResourceManager:QueueMetrics:AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.used Notes: Only the specified overridden metrics are collected for the metric source. For example, if one or more spark:executive metrics are listed as metric overrides, other SPARK metrics are not collected. The collection of the metrics for other enabled custom metric sources is unaffected. For example, if both SPARK andd YARN metric sources are enabled, and overrides are provided for Spark metrics only, all YARN metrics are collected.", "type": "array", "items": { "type": "string" } } } }, "AuxiliaryNodeGroup": { "id": "AuxiliaryNodeGroup", "description": "Node group identification and configuration information.", "type": "object", "properties": { "nodeGroup": { "description": "Required. Node group configuration.", "$ref": "NodeGroup" }, "nodeGroupId": { "description": "Optional. A node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.", "type": "string" } } }, "NodeGroup": { "id": "NodeGroup", "description": "Dataproc Node Group. The Dataproc NodeGroup resource is not related to the Dataproc NodeGroupAffinity resource.", "type": "object", "properties": { "name": { "description": "The Node group resource name (https://aip.dev/122).", "type": "string" }, "roles": { "description": "Required. Node group roles.", "type": "array", "items": { "type": "string", "enumDescriptions": [ "Required unspecified role.", "Job drivers run on the node pool." ], "enum": [ "ROLE_UNSPECIFIED", "DRIVER" ] } }, "nodeGroupConfig": { "description": "Optional. The node group instance group configuration.", "$ref": "InstanceGroupConfig" }, "labels": { "description": "Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.", "type": "object", "additionalProperties": { "type": "string" } } } }, "VirtualClusterConfig": { "id": "VirtualClusterConfig", "description": "The Dataproc cluster config for a cluster that does not directly control the underlying compute resources, such as a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview).", "type": "object", "properties": { "stagingBucket": { "description": "Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.", "type": "string" }, "kubernetesClusterConfig": { "description": "Required. The configuration for running the Dataproc cluster on Kubernetes.", "$ref": "KubernetesClusterConfig" }, "auxiliaryServicesConfig": { "description": "Optional. Configuration of auxiliary services used by this cluster.", "$ref": "AuxiliaryServicesConfig" } } }, "KubernetesClusterConfig": { "id": "KubernetesClusterConfig", "description": "The configuration for running the Dataproc cluster on Kubernetes.", "type": "object", "properties": { "kubernetesNamespace": { "description": "Optional. A namespace within the Kubernetes cluster to deploy into. If this namespace does not exist, it is created. If it exists, Dataproc verifies that another Dataproc VirtualCluster is not installed into it. If not specified, the name of the Dataproc Cluster is used.", "type": "string" }, "gkeClusterConfig": { "description": "Required. The configuration for running the Dataproc cluster on GKE.", "$ref": "GkeClusterConfig" }, "kubernetesSoftwareConfig": { "description": "Optional. The software configuration for this Dataproc cluster running on Kubernetes.", "$ref": "KubernetesSoftwareConfig" } } }, "KubernetesSoftwareConfig": { "id": "KubernetesSoftwareConfig", "description": "The software configuration for this Dataproc cluster running on Kubernetes.", "type": "object", "properties": { "componentVersion": { "description": "The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.", "type": "object", "additionalProperties": { "type": "string" } }, "properties": { "description": "The properties to set on daemon config files.Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image. The following are supported prefixes and their mappings: spark: spark-defaults.confFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).", "type": "object", "additionalProperties": { "type": "string" } } } }, "AuxiliaryServicesConfig": { "id": "AuxiliaryServicesConfig", "description": "Auxiliary services configuration for a Cluster.", "type": "object", "properties": { "metastoreConfig": { "description": "Optional. The Hive Metastore configuration for this workload.", "$ref": "MetastoreConfig" }, "sparkHistoryServerConfig": { "description": "Optional. The Spark History Server configuration for the workload.", "$ref": "SparkHistoryServerConfig" } } }, "ClusterStatus": { "id": "ClusterStatus", "description": "The status of a cluster and its instances.", "type": "object", "properties": { "state": { "description": "Output only. The cluster's state.", "readOnly": true, "type": "string", "enumDescriptions": [ "The cluster state is unknown.", "The cluster is being created and set up. It is not ready for use.", "The cluster is currently running and healthy. It is ready for use.Note: The cluster state changes from \"creating\" to \"running\" status after the master node(s), first two primary worker nodes (and the last primary worker node if primary workers \u003e 2) are running.", "The cluster encountered an error. It is not ready for use.", "The cluster has encountered an error while being updated. Jobs can be submitted to the cluster, but the cluster cannot be updated.", "The cluster is being deleted. It cannot be used.", "The cluster is being updated. It continues to accept and process jobs.", "The cluster is being stopped. It cannot be used.", "The cluster is currently stopped. It is not ready for use.", "The cluster is being started. It is not ready for use.", "The cluster is being repaired. It is not ready for use." ], "enum": [ "UNKNOWN", "CREATING", "RUNNING", "ERROR", "ERROR_DUE_TO_UPDATE", "DELETING", "UPDATING", "STOPPING", "STOPPED", "STARTING", "REPAIRING" ] }, "detail": { "description": "Optional. Output only. Details of cluster's state.", "readOnly": true, "type": "string" }, "stateStartTime": { "description": "Output only. Time when this state was entered (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).", "readOnly": true, "type": "string", "format": "google-datetime" }, "substate": { "description": "Output only. Additional state information that includes status reported by the agent.", "readOnly": true, "type": "string", "enumDescriptions": [ "The cluster substate is unknown.", "The cluster is known to be in an unhealthy state (for example, critical daemons are not running or HDFS capacity is exhausted).Applies to RUNNING state.", "The agent-reported status is out of date (may occur if Dataproc loses communication with Agent).Applies to RUNNING state." ], "enum": [ "UNSPECIFIED", "UNHEALTHY", "STALE_STATUS" ] } } }, "ClusterMetrics": { "id": "ClusterMetrics", "description": "Contains cluster daemon metrics, such as HDFS and YARN stats.Beta Feature: This report is available for testing purposes only. It may be changed before final release.", "type": "object", "properties": { "hdfsMetrics": { "description": "The HDFS metrics.", "type": "object", "additionalProperties": { "type": "string", "format": "int64" } }, "yarnMetrics": { "description": "YARN metrics.", "type": "object", "additionalProperties": { "type": "string", "format": "int64" } } } }, "StopClusterRequest": { "id": "StopClusterRequest", "description": "A request to stop a cluster.", "type": "object", "properties": { "clusterUuid": { "description": "Optional. Specifying the cluster_uuid means the RPC will fail (with error NOT_FOUND) if a cluster with the specified UUID does not exist.", "type": "string" }, "requestId": { "description": "Optional. A unique ID used to identify the request. If the server receives two StopClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.StopClusterRequest)s with the same id, then the second request will be ignored and the first google.longrunning.Operation created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.", "type": "string" } } }, "StartClusterRequest": { "id": "StartClusterRequest", "description": "A request to start a cluster.", "type": "object", "properties": { "clusterUuid": { "description": "Optional. Specifying the cluster_uuid means the RPC will fail (with error NOT_FOUND) if a cluster with the specified UUID does not exist.", "type": "string" }, "requestId": { "description": "Optional. A unique ID used to identify the request. If the server receives two StartClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.StartClusterRequest)s with the same id, then the second request will be ignored and the first google.longrunning.Operation created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.", "type": "string" } } }, "RepairClusterRequest": { "id": "RepairClusterRequest", "description": "A request to repair a cluster.", "type": "object", "properties": { "clusterUuid": { "description": "Optional. Specifying the cluster_uuid means the RPC will fail (with error NOT_FOUND) if a cluster with the specified UUID does not exist.", "type": "string" }, "requestId": { "description": "Optional. A unique ID used to identify the request. If the server receives two RepairClusterRequests with the same ID, the second request is ignored, and the first google.longrunning.Operation created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.", "type": "string" }, "nodePools": { "description": "Optional. Node pools and corresponding repair action to be taken. All node pools should be unique in this request. i.e. Multiple entries for the same node pool id are not allowed.", "type": "array", "items": { "$ref": "NodePool" } }, "gracefulDecommissionTimeout": { "description": "Optional. Timeout for graceful YARN decommissioning. Graceful decommissioning facilitates the removal of cluster nodes without interrupting jobs in progress. The timeout specifies the amount of time to wait for jobs finish before forcefully removing nodes. The default timeout is 0 for forceful decommissioning, and the maximum timeout period is 1 day. (see JSON Mapping—Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).graceful_decommission_timeout is supported in Dataproc image versions 1.2+.", "type": "string", "format": "google-duration" }, "parentOperationId": { "description": "Optional. operation id of the parent operation sending the repair request", "type": "string" } } }, "NodePool": { "id": "NodePool", "description": "indicating a list of workers of same type", "type": "object", "properties": { "id": { "description": "Required. A unique id of the node pool. Primary and Secondary workers can be specified using special reserved ids PRIMARY_WORKER_POOL and SECONDARY_WORKER_POOL respectively. Aux node pools can be referenced using corresponding pool id.", "type": "string" }, "instanceNames": { "description": "Name of instances to be repaired. These instances must belong to specified node pool.", "type": "array", "items": { "type": "string" } }, "repairAction": { "description": "Required. Repair action to take on specified resources of the node pool.", "type": "string", "enumDescriptions": [ "No action will be taken by default.", "delete the specified list of nodes." ], "enum": [ "REPAIR_ACTION_UNSPECIFIED", "DELETE" ] } } }, "ListClustersResponse": { "id": "ListClustersResponse", "description": "The list of all clusters in a project.", "type": "object", "properties": { "clusters": { "description": "Output only. The clusters in the project.", "readOnly": true, "type": "array", "items": { "$ref": "Cluster" } }, "nextPageToken": { "description": "Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListClustersRequest.", "readOnly": true, "type": "string" } } }, "DiagnoseClusterRequest": { "id": "DiagnoseClusterRequest", "description": "A request to collect cluster diagnostic information.", "type": "object", "properties": { "tarballGcsDir": { "description": "Optional. (Optional) The output Cloud Storage directory for the diagnostic tarball. If not specified, a task-specific directory in the cluster's staging bucket will be used.", "type": "string" }, "tarballAccess": { "description": "Optional. (Optional) The access type to the diagnostic tarball. If not specified, falls back to default access of the bucket", "type": "string", "enumDescriptions": [ "Tarball Access unspecified. Falls back to default access of the bucket", "Google Cloud Support group has read access to the diagnostic tarball", "Google Cloud Dataproc Diagnose service account has read access to the diagnostic tarball" ], "enum": [ "TARBALL_ACCESS_UNSPECIFIED", "GOOGLE_CLOUD_SUPPORT", "GOOGLE_DATAPROC_DIAGNOSE" ] }, "diagnosisInterval": { "description": "Optional. Time interval in which diagnosis should be carried out on the cluster.", "$ref": "Interval" }, "job": { "description": "Optional. DEPRECATED Specifies the job on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job}", "deprecated": true, "type": "string" }, "yarnApplicationId": { "description": "Optional. DEPRECATED Specifies the yarn application on which diagnosis is to be performed.", "deprecated": true, "type": "string" }, "jobs": { "description": "Optional. Specifies a list of jobs on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job}", "type": "array", "items": { "type": "string" } }, "yarnApplicationIds": { "description": "Optional. Specifies a list of yarn applications on which diagnosis is to be performed.", "type": "array", "items": { "type": "string" } } } }, "Interval": { "id": "Interval", "description": "Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive).The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time.", "type": "object", "properties": { "startTime": { "description": "Optional. Inclusive start of the interval.If specified, a Timestamp matching this interval will have to be the same or after the start.", "type": "string", "format": "google-datetime" }, "endTime": { "description": "Optional. Exclusive end of the interval.If specified, a Timestamp matching this interval will have to be before the end.", "type": "string", "format": "google-datetime" } } }, "InjectCredentialsRequest": { "id": "InjectCredentialsRequest", "description": "A request to inject credentials into a cluster.", "type": "object", "properties": { "clusterUuid": { "description": "Required. The cluster UUID.", "type": "string" }, "credentialsCiphertext": { "description": "Required. The encrypted credentials being injected in to the cluster.The client is responsible for encrypting the credentials in a way that is supported by the cluster.A wrapped value is used here so that the actual contents of the encrypted credentials are not written to audit logs.", "type": "string" } } }, "SubmitJobRequest": { "id": "SubmitJobRequest", "description": "A request to submit a job.", "type": "object", "properties": { "job": { "description": "Required. The job resource.", "$ref": "Job" }, "requestId": { "description": "Optional. A unique id used to identify the request. If the server receives two SubmitJobRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.SubmitJobRequest)s with the same id, then the second request will be ignored and the first Job created and stored in the backend is returned.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.", "type": "string" } } }, "Job": { "id": "Job", "description": "A Dataproc job resource.", "type": "object", "properties": { "reference": { "description": "Optional. The fully qualified reference to the job, which can be used to obtain the equivalent REST path of the job resource. If this property is not specified when a job is created, the server generates a job_id.", "$ref": "JobReference" }, "placement": { "description": "Required. Job information, including how, when, and where to run the job.", "$ref": "JobPlacement" }, "hadoopJob": { "description": "Optional. Job is a Hadoop job.", "$ref": "HadoopJob" }, "sparkJob": { "description": "Optional. Job is a Spark job.", "$ref": "SparkJob" }, "pysparkJob": { "description": "Optional. Job is a PySpark job.", "$ref": "PySparkJob" }, "hiveJob": { "description": "Optional. Job is a Hive job.", "$ref": "HiveJob" }, "pigJob": { "description": "Optional. Job is a Pig job.", "$ref": "PigJob" }, "sparkRJob": { "description": "Optional. Job is a SparkR job.", "$ref": "SparkRJob" }, "sparkSqlJob": { "description": "Optional. Job is a SparkSql job.", "$ref": "SparkSqlJob" }, "prestoJob": { "description": "Optional. Job is a Presto job.", "$ref": "PrestoJob" }, "trinoJob": { "description": "Optional. Job is a Trino job.", "$ref": "TrinoJob" }, "flinkJob": { "description": "Optional. Job is a Flink job.", "$ref": "FlinkJob" }, "status": { "description": "Output only. The job status. Additional application-specific status information might be contained in the type_job and yarn_applications fields.", "readOnly": true, "$ref": "JobStatus" }, "statusHistory": { "description": "Output only. The previous job status.", "readOnly": true, "type": "array", "items": { "$ref": "JobStatus" } }, "yarnApplications": { "description": "Output only. The collection of YARN applications spun up by this job.Beta Feature: This report is available for testing purposes only. It might be changed before final release.", "readOnly": true, "type": "array", "items": { "$ref": "YarnApplication" } }, "driverOutputResourceUri": { "description": "Output only. A URI pointing to the location of the stdout of the job's driver program.", "readOnly": true, "type": "string" }, "driverControlFilesUri": { "description": "Output only. If present, the location of miscellaneous control files which can be used as part of job setup and handling. If not present, control files might be placed in the same location as driver_output_uri.", "readOnly": true, "type": "string" }, "labels": { "description": "Optional. The labels to associate with this job. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a job.", "type": "object", "additionalProperties": { "type": "string" } }, "scheduling": { "description": "Optional. Job scheduling configuration.", "$ref": "JobScheduling" }, "jobUuid": { "description": "Output only. A UUID that uniquely identifies a job within the project over time. This is in contrast to a user-settable reference.job_id that might be reused over time.", "readOnly": true, "type": "string" }, "done": { "description": "Output only. Indicates whether the job is completed. If the value is false, the job is still in progress. If true, the job is completed, and status.state field will indicate if it was successful, failed, or cancelled.", "readOnly": true, "type": "boolean" }, "driverSchedulingConfig": { "description": "Optional. Driver scheduling configuration.", "$ref": "DriverSchedulingConfig" } } }, "JobReference": { "id": "JobReference", "description": "Encapsulates the full scoping used to reference a job.", "type": "object", "properties": { "projectId": { "description": "Optional. The ID of the Google Cloud Platform project that the job belongs to. If specified, must match the request project ID.", "type": "string" }, "jobId": { "description": "Optional. The job ID, which must be unique within the project.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or hyphens (-). The maximum length is 100 characters.If not specified by the caller, the job ID will be provided by the server.", "type": "string" } } }, "JobPlacement": { "id": "JobPlacement", "description": "Dataproc job config.", "type": "object", "properties": { "clusterName": { "description": "Required. The name of the cluster where the job will be submitted.", "type": "string" }, "clusterUuid": { "description": "Output only. A cluster UUID generated by the Dataproc service when the job is submitted.", "readOnly": true, "type": "string" }, "clusterLabels": { "description": "Optional. Cluster labels to identify a cluster where the job will be submitted.", "type": "object", "additionalProperties": { "type": "string" } } } }, "HadoopJob": { "id": "HadoopJob", "description": "A Dataproc job for running Apache Hadoop MapReduce (https://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html) jobs on Apache Hadoop YARN (https://hadoop.apache.org/docs/r2.7.1/hadoop-yarn/hadoop-yarn-site/YARN.html).", "type": "object", "properties": { "mainJarFileUri": { "description": "The HCFS URI of the jar file containing the main class. Examples: 'gs://foo-bucket/analytics-binaries/extract-useful-metrics-mr.jar' 'hdfs:/tmp/test-samples/custom-wordcount.jar' 'file:///home/usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar'", "type": "string" }, "mainClass": { "description": "The name of the driver's main class. The jar file containing the class must be in the default CLASSPATH or specified in jar_file_uris.", "type": "string" }, "args": { "description": "Optional. The arguments to pass to the driver. Do not include arguments, such as -libjars or -Dfoo=bar, that can be set as job properties, since a collision might occur that causes an incorrect job submission.", "type": "array", "items": { "type": "string" } }, "jarFileUris": { "description": "Optional. Jar file URIs to add to the CLASSPATHs of the Hadoop driver and tasks.", "type": "array", "items": { "type": "string" } }, "fileUris": { "description": "Optional. HCFS (Hadoop Compatible Filesystem) URIs of files to be copied to the working directory of Hadoop drivers and distributed tasks. Useful for naively parallel tasks.", "type": "array", "items": { "type": "string" } }, "archiveUris": { "description": "Optional. HCFS URIs of archives to be extracted in the working directory of Hadoop drivers and tasks. Supported file types: .jar, .tar, .tar.gz, .tgz, or .zip.", "type": "array", "items": { "type": "string" } }, "properties": { "description": "Optional. A mapping of property names to values, used to configure Hadoop. Properties that conflict with values set by the Dataproc API might be overwritten. Can include properties set in /etc/hadoop/conf/*-site and classes in user code.", "type": "object", "additionalProperties": { "type": "string" } }, "loggingConfig": { "description": "Optional. The runtime log config for job execution.", "$ref": "LoggingConfig" } } }, "LoggingConfig": { "id": "LoggingConfig", "description": "The runtime logging config of the job.", "type": "object", "properties": { "driverLogLevels": { "description": "The per-package log levels for the driver. This can include \"root\" package name to configure rootLogger. Examples: - 'com.google = FATAL' - 'root = INFO' - 'org.apache = DEBUG'", "type": "object", "additionalProperties": { "type": "string", "enumDescriptions": [ "Level is unspecified. Use default level for log4j.", "Use ALL level for log4j.", "Use TRACE level for log4j.", "Use DEBUG level for log4j.", "Use INFO level for log4j.", "Use WARN level for log4j.", "Use ERROR level for log4j.", "Use FATAL level for log4j.", "Turn off log4j." ], "enum": [ "LEVEL_UNSPECIFIED", "ALL", "TRACE", "DEBUG", "INFO", "WARN", "ERROR", "FATAL", "OFF" ] } } } }, "SparkJob": { "id": "SparkJob", "description": "A Dataproc job for running Apache Spark (https://spark.apache.org/) applications on YARN.", "type": "object", "properties": { "mainJarFileUri": { "description": "The HCFS URI of the jar file that contains the main class.", "type": "string" }, "mainClass": { "description": "The name of the driver's main class. The jar file that contains the class must be in the default CLASSPATH or specified in SparkJob.jar_file_uris.", "type": "string" }, "args": { "description": "Optional. The arguments to pass to the driver. Do not include arguments, such as --conf, that can be set as job properties, since a collision may occur that causes an incorrect job submission.", "type": "array", "items": { "type": "string" } }, "jarFileUris": { "description": "Optional. HCFS URIs of jar files to add to the CLASSPATHs of the Spark driver and tasks.", "type": "array", "items": { "type": "string" } }, "fileUris": { "description": "Optional. HCFS URIs of files to be placed in the working directory of each executor. Useful for naively parallel tasks.", "type": "array", "items": { "type": "string" } }, "archiveUris": { "description": "Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.", "type": "array", "items": { "type": "string" } }, "properties": { "description": "Optional. A mapping of property names to values, used to configure Spark. Properties that conflict with values set by the Dataproc API might be overwritten. Can include properties set in /etc/spark/conf/spark-defaults.conf and classes in user code.", "type": "object", "additionalProperties": { "type": "string" } }, "loggingConfig": { "description": "Optional. The runtime log config for job execution.", "$ref": "LoggingConfig" } } }, "PySparkJob": { "id": "PySparkJob", "description": "A Dataproc job for running Apache PySpark (https://spark.apache.org/docs/0.9.0/python-programming-guide.html) applications on YARN.", "type": "object", "properties": { "mainPythonFileUri": { "description": "Required. The HCFS URI of the main Python file to use as the driver. Must be a .py file.", "type": "string" }, "args": { "description": "Optional. The arguments to pass to the driver. Do not include arguments, such as --conf, that can be set as job properties, since a collision may occur that causes an incorrect job submission.", "type": "array", "items": { "type": "string" } }, "pythonFileUris": { "description": "Optional. HCFS file URIs of Python files to pass to the PySpark framework. Supported file types: .py, .egg, and .zip.", "type": "array", "items": { "type": "string" } }, "jarFileUris": { "description": "Optional. HCFS URIs of jar files to add to the CLASSPATHs of the Python driver and tasks.", "type": "array", "items": { "type": "string" } }, "fileUris": { "description": "Optional. HCFS URIs of files to be placed in the working directory of each executor. Useful for naively parallel tasks.", "type": "array", "items": { "type": "string" } }, "archiveUris": { "description": "Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.", "type": "array", "items": { "type": "string" } }, "properties": { "description": "Optional. A mapping of property names to values, used to configure PySpark. Properties that conflict with values set by the Dataproc API might be overwritten. Can include properties set in /etc/spark/conf/spark-defaults.conf and classes in user code.", "type": "object", "additionalProperties": { "type": "string" } }, "loggingConfig": { "description": "Optional. The runtime log config for job execution.", "$ref": "LoggingConfig" } } }, "HiveJob": { "id": "HiveJob", "description": "A Dataproc job for running Apache Hive (https://hive.apache.org/) queries on YARN.", "type": "object", "properties": { "queryFileUri": { "description": "The HCFS URI of the script that contains Hive queries.", "type": "string" }, "queryList": { "description": "A list of queries.", "$ref": "QueryList" }, "continueOnFailure": { "description": "Optional. Whether to continue executing queries if a query fails. The default value is false. Setting to true can be useful when executing independent parallel queries.", "type": "boolean" }, "scriptVariables": { "description": "Optional. Mapping of query variable names to values (equivalent to the Hive command: SET name=\"value\";).", "type": "object", "additionalProperties": { "type": "string" } }, "properties": { "description": "Optional. A mapping of property names and values, used to configure Hive. Properties that conflict with values set by the Dataproc API might be overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml, /etc/hive/conf/hive-site.xml, and classes in user code.", "type": "object", "additionalProperties": { "type": "string" } }, "jarFileUris": { "description": "Optional. HCFS URIs of jar files to add to the CLASSPATH of the Hive server and Hadoop MapReduce (MR) tasks. Can contain Hive SerDes and UDFs.", "type": "array", "items": { "type": "string" } } } }, "QueryList": { "id": "QueryList", "description": "A list of queries to run on a cluster.", "type": "object", "properties": { "queries": { "description": "Required. The queries to execute. You do not need to end a query expression with a semicolon. Multiple queries can be specified in one string by separating each with a semicolon. Here is an example of a Dataproc API snippet that uses a QueryList to specify a HiveJob: \"hiveJob\": { \"queryList\": { \"queries\": [ \"query1\", \"query2\", \"query3;query4\", ] } } ", "type": "array", "items": { "type": "string" } } } }, "PigJob": { "id": "PigJob", "description": "A Dataproc job for running Apache Pig (https://pig.apache.org/) queries on YARN.", "type": "object", "properties": { "queryFileUri": { "description": "The HCFS URI of the script that contains the Pig queries.", "type": "string" }, "queryList": { "description": "A list of queries.", "$ref": "QueryList" }, "continueOnFailure": { "description": "Optional. Whether to continue executing queries if a query fails. The default value is false. Setting to true can be useful when executing independent parallel queries.", "type": "boolean" }, "scriptVariables": { "description": "Optional. Mapping of query variable names to values (equivalent to the Pig command: name=[value]).", "type": "object", "additionalProperties": { "type": "string" } }, "properties": { "description": "Optional. A mapping of property names to values, used to configure Pig. Properties that conflict with values set by the Dataproc API might be overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml, /etc/pig/conf/pig.properties, and classes in user code.", "type": "object", "additionalProperties": { "type": "string" } }, "jarFileUris": { "description": "Optional. HCFS URIs of jar files to add to the CLASSPATH of the Pig Client and Hadoop MapReduce (MR) tasks. Can contain Pig UDFs.", "type": "array", "items": { "type": "string" } }, "loggingConfig": { "description": "Optional. The runtime log config for job execution.", "$ref": "LoggingConfig" } } }, "SparkRJob": { "id": "SparkRJob", "description": "A Dataproc job for running Apache SparkR (https://spark.apache.org/docs/latest/sparkr.html) applications on YARN.", "type": "object", "properties": { "mainRFileUri": { "description": "Required. The HCFS URI of the main R file to use as the driver. Must be a .R file.", "type": "string" }, "args": { "description": "Optional. The arguments to pass to the driver. Do not include arguments, such as --conf, that can be set as job properties, since a collision may occur that causes an incorrect job submission.", "type": "array", "items": { "type": "string" } }, "fileUris": { "description": "Optional. HCFS URIs of files to be placed in the working directory of each executor. Useful for naively parallel tasks.", "type": "array", "items": { "type": "string" } }, "archiveUris": { "description": "Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.", "type": "array", "items": { "type": "string" } }, "properties": { "description": "Optional. A mapping of property names to values, used to configure SparkR. Properties that conflict with values set by the Dataproc API might be overwritten. Can include properties set in /etc/spark/conf/spark-defaults.conf and classes in user code.", "type": "object", "additionalProperties": { "type": "string" } }, "loggingConfig": { "description": "Optional. The runtime log config for job execution.", "$ref": "LoggingConfig" } } }, "SparkSqlJob": { "id": "SparkSqlJob", "description": "A Dataproc job for running Apache Spark SQL (https://spark.apache.org/sql/) queries.", "type": "object", "properties": { "queryFileUri": { "description": "The HCFS URI of the script that contains SQL queries.", "type": "string" }, "queryList": { "description": "A list of queries.", "$ref": "QueryList" }, "scriptVariables": { "description": "Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET name=\"value\";).", "type": "object", "additionalProperties": { "type": "string" } }, "properties": { "description": "Optional. A mapping of property names to values, used to configure Spark SQL's SparkConf. Properties that conflict with values set by the Dataproc API might be overwritten.", "type": "object", "additionalProperties": { "type": "string" } }, "jarFileUris": { "description": "Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.", "type": "array", "items": { "type": "string" } }, "loggingConfig": { "description": "Optional. The runtime log config for job execution.", "$ref": "LoggingConfig" } } }, "PrestoJob": { "id": "PrestoJob", "description": "A Dataproc job for running Presto (https://prestosql.io/) queries. IMPORTANT: The Dataproc Presto Optional Component (https://cloud.google.com/dataproc/docs/concepts/components/presto) must be enabled when the cluster is created to submit a Presto job to the cluster.", "type": "object", "properties": { "queryFileUri": { "description": "The HCFS URI of the script that contains SQL queries.", "type": "string" }, "queryList": { "description": "A list of queries.", "$ref": "QueryList" }, "continueOnFailure": { "description": "Optional. Whether to continue executing queries if a query fails. The default value is false. Setting to true can be useful when executing independent parallel queries.", "type": "boolean" }, "outputFormat": { "description": "Optional. The format in which query output will be displayed. See the Presto documentation for supported output formats", "type": "string" }, "clientTags": { "description": "Optional. Presto client tags to attach to this query", "type": "array", "items": { "type": "string" } }, "properties": { "description": "Optional. A mapping of property names to values. Used to set Presto session properties (https://prestodb.io/docs/current/sql/set-session.html) Equivalent to using the --session flag in the Presto CLI", "type": "object", "additionalProperties": { "type": "string" } }, "loggingConfig": { "description": "Optional. The runtime log config for job execution.", "$ref": "LoggingConfig" } } }, "TrinoJob": { "id": "TrinoJob", "description": "A Dataproc job for running Trino (https://trino.io/) queries. IMPORTANT: The Dataproc Trino Optional Component (https://cloud.google.com/dataproc/docs/concepts/components/trino) must be enabled when the cluster is created to submit a Trino job to the cluster.", "type": "object", "properties": { "queryFileUri": { "description": "The HCFS URI of the script that contains SQL queries.", "type": "string" }, "queryList": { "description": "A list of queries.", "$ref": "QueryList" }, "continueOnFailure": { "description": "Optional. Whether to continue executing queries if a query fails. The default value is false. Setting to true can be useful when executing independent parallel queries.", "type": "boolean" }, "outputFormat": { "description": "Optional. The format in which query output will be displayed. See the Trino documentation for supported output formats", "type": "string" }, "clientTags": { "description": "Optional. Trino client tags to attach to this query", "type": "array", "items": { "type": "string" } }, "properties": { "description": "Optional. A mapping of property names to values. Used to set Trino session properties (https://trino.io/docs/current/sql/set-session.html) Equivalent to using the --session flag in the Trino CLI", "type": "object", "additionalProperties": { "type": "string" } }, "loggingConfig": { "description": "Optional. The runtime log config for job execution.", "$ref": "LoggingConfig" } } }, "FlinkJob": { "id": "FlinkJob", "description": "A Dataproc job for running Apache Flink applications on YARN.", "type": "object", "properties": { "mainJarFileUri": { "description": "The HCFS URI of the jar file that contains the main class.", "type": "string" }, "mainClass": { "description": "The name of the driver's main class. The jar file that contains the class must be in the default CLASSPATH or specified in jarFileUris.", "type": "string" }, "args": { "description": "Optional. The arguments to pass to the driver. Do not include arguments, such as --conf, that can be set as job properties, since a collision might occur that causes an incorrect job submission.", "type": "array", "items": { "type": "string" } }, "jarFileUris": { "description": "Optional. HCFS URIs of jar files to add to the CLASSPATHs of the Flink driver and tasks.", "type": "array", "items": { "type": "string" } }, "savepointUri": { "description": "Optional. HCFS URI of the savepoint, which contains the last saved progress for starting the current job.", "type": "string" }, "properties": { "description": "Optional. A mapping of property names to values, used to configure Flink. Properties that conflict with values set by the Dataproc API might beoverwritten. Can include properties set in/etc/flink/conf/flink-defaults.conf and classes in user code.", "type": "object", "additionalProperties": { "type": "string" } }, "loggingConfig": { "description": "Optional. The runtime log config for job execution.", "$ref": "LoggingConfig" } } }, "JobStatus": { "id": "JobStatus", "description": "Dataproc job status.", "type": "object", "properties": { "state": { "description": "Output only. A state message specifying the overall job state.", "readOnly": true, "type": "string", "enumDescriptions": [ "The job state is unknown.", "The job is pending; it has been submitted, but is not yet running.", "Job has been received by the service and completed initial setup; it will soon be submitted to the cluster.", "The job is running on the cluster.", "A CancelJob request has been received, but is pending.", "Transient in-flight resources have been canceled, and the request to cancel the running job has been issued to the cluster.", "The job cancellation was successful.", "The job has completed successfully.", "The job has completed, but encountered an error.", "Job attempt has failed. The detail field contains failure details for this attempt.Applies to restartable jobs only." ], "enum": [ "STATE_UNSPECIFIED", "PENDING", "SETUP_DONE", "RUNNING", "CANCEL_PENDING", "CANCEL_STARTED", "CANCELLED", "DONE", "ERROR", "ATTEMPT_FAILURE" ] }, "details": { "description": "Optional. Output only. Job state details, such as an error description if the state is ERROR.", "readOnly": true, "type": "string" }, "stateStartTime": { "description": "Output only. The time when this state was entered.", "readOnly": true, "type": "string", "format": "google-datetime" }, "substate": { "description": "Output only. Additional state information, which includes status reported by the agent.", "readOnly": true, "type": "string", "enumDescriptions": [ "The job substate is unknown.", "The Job is submitted to the agent.Applies to RUNNING state.", "The Job has been received and is awaiting execution (it might be waiting for a condition to be met). See the \"details\" field for the reason for the delay.Applies to RUNNING state.", "The agent-reported status is out of date, which can be caused by a loss of communication between the agent and Dataproc. If the agent does not send a timely update, the job will fail.Applies to RUNNING state." ], "enum": [ "UNSPECIFIED", "SUBMITTED", "QUEUED", "STALE_STATUS" ] } } }, "YarnApplication": { "id": "YarnApplication", "description": "A YARN application created by a job. Application information is a subset of org.apache.hadoop.yarn.proto.YarnProtos.ApplicationReportProto.Beta Feature: This report is available for testing purposes only. It may be changed before final release.", "type": "object", "properties": { "name": { "description": "Required. The application name.", "type": "string" }, "state": { "description": "Required. The application state.", "type": "string", "enumDescriptions": [ "Status is unspecified.", "Status is NEW.", "Status is NEW_SAVING.", "Status is SUBMITTED.", "Status is ACCEPTED.", "Status is RUNNING.", "Status is FINISHED.", "Status is FAILED.", "Status is KILLED." ], "enum": [ "STATE_UNSPECIFIED", "NEW", "NEW_SAVING", "SUBMITTED", "ACCEPTED", "RUNNING", "FINISHED", "FAILED", "KILLED" ] }, "progress": { "description": "Required. The numerical progress of the application, from 1 to 100.", "type": "number", "format": "float" }, "trackingUrl": { "description": "Optional. The HTTP URL of the ApplicationMaster, HistoryServer, or TimelineServer that provides application-specific information. The URL uses the internal hostname, and requires a proxy server for resolution and, possibly, access.", "type": "string" } } }, "JobScheduling": { "id": "JobScheduling", "description": "Job scheduling options.", "type": "object", "properties": { "maxFailuresPerHour": { "description": "Optional. Maximum number of times per hour a driver can be restarted as a result of driver exiting with non-zero code before job is reported failed.A job might be reported as thrashing if the driver exits with a non-zero code four times within a 10-minute window.Maximum value is 10.Note: This restartable job option is not supported in Dataproc workflow templates (https://cloud.google.com/dataproc/docs/concepts/workflows/using-workflows#adding_jobs_to_a_template).", "type": "integer", "format": "int32" }, "maxFailuresTotal": { "description": "Optional. Maximum total number of times a driver can be restarted as a result of the driver exiting with a non-zero code. After the maximum number is reached, the job will be reported as failed.Maximum value is 240.Note: Currently, this restartable job option is not supported in Dataproc workflow templates (https://cloud.google.com/dataproc/docs/concepts/workflows/using-workflows#adding_jobs_to_a_template).", "type": "integer", "format": "int32" } } }, "DriverSchedulingConfig": { "id": "DriverSchedulingConfig", "description": "Driver scheduling configuration.", "type": "object", "properties": { "memoryMb": { "description": "Required. The amount of memory in MB the driver is requesting.", "type": "integer", "format": "int32" }, "vcores": { "description": "Required. The number of vCPUs the driver is requesting.", "type": "integer", "format": "int32" } } }, "ListJobsResponse": { "id": "ListJobsResponse", "description": "A list of jobs in a project.", "type": "object", "properties": { "jobs": { "description": "Output only. Jobs list.", "readOnly": true, "type": "array", "items": { "$ref": "Job" } }, "nextPageToken": { "description": "Optional. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListJobsRequest.", "type": "string" }, "unreachable": { "description": "Output only. List of jobs with kms_key-encrypted parameters that could not be decrypted. A response to a jobs.get request may indicate the reason for the decryption failure for a specific job.", "readOnly": true, "type": "array", "items": { "type": "string" } } } }, "CancelJobRequest": { "id": "CancelJobRequest", "description": "A request to cancel a job.", "type": "object", "properties": {} }, "Session": { "id": "Session", "description": "A representation of a session.", "type": "object", "properties": { "name": { "description": "Required. The resource name of the session.", "type": "string" }, "uuid": { "description": "Output only. A session UUID (Unique Universal Identifier). The service generates this value when it creates the session.", "readOnly": true, "type": "string" }, "createTime": { "description": "Output only. The time when the session was created.", "readOnly": true, "type": "string", "format": "google-datetime" }, "jupyterSession": { "description": "Optional. Jupyter session config.", "$ref": "JupyterConfig" }, "runtimeInfo": { "description": "Output only. Runtime information about session execution.", "readOnly": true, "$ref": "RuntimeInfo" }, "state": { "description": "Output only. A state of the session.", "readOnly": true, "type": "string", "enumDescriptions": [ "The session state is unknown.", "The session is created prior to running.", "The session is running.", "The session is terminating.", "The session is terminated successfully.", "The session is no longer running due to an error." ], "enum": [ "STATE_UNSPECIFIED", "CREATING", "ACTIVE", "TERMINATING", "TERMINATED", "FAILED" ] }, "stateMessage": { "description": "Output only. Session state details, such as the failure description if the state is FAILED.", "readOnly": true, "type": "string" }, "stateTime": { "description": "Output only. The time when the session entered the current state.", "readOnly": true, "type": "string", "format": "google-datetime" }, "creator": { "description": "Output only. The email address of the user who created the session.", "readOnly": true, "type": "string" }, "labels": { "description": "Optional. The labels to associate with the session. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.", "type": "object", "additionalProperties": { "type": "string" } }, "runtimeConfig": { "description": "Optional. Runtime configuration for the session execution.", "$ref": "RuntimeConfig" }, "environmentConfig": { "description": "Optional. Environment configuration for the session execution.", "$ref": "EnvironmentConfig" }, "user": { "description": "Optional. The email address of the user who owns the session.", "type": "string" }, "stateHistory": { "description": "Output only. Historical state information for the session.", "readOnly": true, "type": "array", "items": { "$ref": "SessionStateHistory" } }, "sessionTemplate": { "description": "Optional. The session template used by the session.Only resource names, including project ID and location, are valid.Example: * https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id] * projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]The template must be in the same project and Dataproc region as the session.", "type": "string" } } }, "JupyterConfig": { "id": "JupyterConfig", "description": "Jupyter configuration for an interactive session.", "type": "object", "properties": { "kernel": { "description": "Optional. Kernel", "type": "string", "enumDescriptions": [ "The kernel is unknown.", "Python kernel.", "Scala kernel." ], "enum": [ "KERNEL_UNSPECIFIED", "PYTHON", "SCALA" ] }, "displayName": { "description": "Optional. Display name, shown in the Jupyter kernelspec card.", "type": "string" } } }, "SessionStateHistory": { "id": "SessionStateHistory", "description": "Historical state information.", "type": "object", "properties": { "state": { "description": "Output only. The state of the session at this point in the session history.", "readOnly": true, "type": "string", "enumDescriptions": [ "The session state is unknown.", "The session is created prior to running.", "The session is running.", "The session is terminating.", "The session is terminated successfully.", "The session is no longer running due to an error." ], "enum": [ "STATE_UNSPECIFIED", "CREATING", "ACTIVE", "TERMINATING", "TERMINATED", "FAILED" ] }, "stateMessage": { "description": "Output only. Details about the state at this point in the session history.", "readOnly": true, "type": "string" }, "stateStartTime": { "description": "Output only. The time when the session entered the historical state.", "readOnly": true, "type": "string", "format": "google-datetime" } } }, "ListSessionsResponse": { "id": "ListSessionsResponse", "description": "A list of interactive sessions.", "type": "object", "properties": { "sessions": { "description": "Output only. The sessions from the specified collection.", "readOnly": true, "type": "array", "items": { "$ref": "Session" } }, "nextPageToken": { "description": "A token, which can be sent as page_token, to retrieve the next page. If this field is omitted, there are no subsequent pages.", "type": "string" } } }, "TerminateSessionRequest": { "id": "TerminateSessionRequest", "description": "A request to terminate an interactive session.", "type": "object", "properties": { "requestId": { "description": "Optional. A unique ID used to identify the request. If the service receives two TerminateSessionRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.TerminateSessionRequest)s with the same ID, the second request is ignored.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.", "type": "string" } } }, "SessionTemplate": { "id": "SessionTemplate", "description": "A representation of a session template.", "type": "object", "properties": { "name": { "description": "Required. The resource name of the session template.", "type": "string" }, "description": { "description": "Optional. Brief description of the template.", "type": "string" }, "createTime": { "description": "Output only. The time when the template was created.", "readOnly": true, "type": "string", "format": "google-datetime" }, "jupyterSession": { "description": "Optional. Jupyter session config.", "$ref": "JupyterConfig" }, "creator": { "description": "Output only. The email address of the user who created the template.", "readOnly": true, "type": "string" }, "labels": { "description": "Optional. Labels to associate with sessions created using this template. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty, but, if present, must contain 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.", "type": "object", "additionalProperties": { "type": "string" } }, "runtimeConfig": { "description": "Optional. Runtime configuration for session execution.", "$ref": "RuntimeConfig" }, "environmentConfig": { "description": "Optional. Environment configuration for session execution.", "$ref": "EnvironmentConfig" }, "updateTime": { "description": "Output only. The time the template was last updated.", "readOnly": true, "type": "string", "format": "google-datetime" }, "uuid": { "description": "Output only. A session template UUID (Unique Universal Identifier). The service generates this value when it creates the session template.", "readOnly": true, "type": "string" } } }, "ListSessionTemplatesResponse": { "id": "ListSessionTemplatesResponse", "description": "A list of session templates.", "type": "object", "properties": { "sessionTemplates": { "description": "Output only. Session template list", "readOnly": true, "type": "array", "items": { "$ref": "SessionTemplate" } }, "nextPageToken": { "description": "A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.", "type": "string" } } }, "WorkflowTemplate": { "id": "WorkflowTemplate", "description": "A Dataproc workflow template resource.", "type": "object", "properties": { "id": { "type": "string" }, "name": { "description": "Output only. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}", "readOnly": true, "type": "string" }, "version": { "description": "Optional. Used to perform a consistent read-modify-write.This field should be left blank for a CreateWorkflowTemplate request. It is required for an UpdateWorkflowTemplate request, and must match the current server version. A typical update template flow would fetch the current template with a GetWorkflowTemplate request, which will return the current template with the version field filled in with the current server version. The user updates other fields in the template, then returns it as part of the UpdateWorkflowTemplate request.", "type": "integer", "format": "int32" }, "createTime": { "description": "Output only. The time template was created.", "readOnly": true, "type": "string", "format": "google-datetime" }, "updateTime": { "description": "Output only. The time template was last updated.", "readOnly": true, "type": "string", "format": "google-datetime" }, "labels": { "description": "Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created by the workflow instance.Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt).Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt).No more than 32 labels can be associated with a template.", "type": "object", "additionalProperties": { "type": "string" } }, "placement": { "description": "Required. WorkflowTemplate scheduling information.", "$ref": "WorkflowTemplatePlacement" }, "jobs": { "description": "Required. The Directed Acyclic Graph of Jobs to submit.", "type": "array", "items": { "$ref": "OrderedJob" } }, "parameters": { "description": "Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided when the template is instantiated.", "type": "array", "items": { "$ref": "TemplateParameter" } }, "dagTimeout": { "description": "Optional. Timeout duration for the DAG of jobs, expressed in seconds (see JSON representation of duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10 minutes (\"600s\") to 24 hours (\"86400s\"). The timer begins when the first job is submitted. If the workflow is running at the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running on a managed cluster, the cluster is deleted.", "type": "string", "format": "google-duration" }, "encryptionConfig": { "description": "Optional. Encryption settings for encrypting workflow template job arguments.", "$ref": "GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig" } } }, "WorkflowTemplatePlacement": { "id": "WorkflowTemplatePlacement", "description": "Specifies workflow execution target.Either managed_cluster or cluster_selector is required.", "type": "object", "properties": { "managedCluster": { "description": "A cluster that is managed by the workflow.", "$ref": "ManagedCluster" }, "clusterSelector": { "description": "Optional. A selector that chooses target cluster for jobs based on metadata.The selector is evaluated at the time each job is submitted.", "$ref": "ClusterSelector" } } }, "ManagedCluster": { "id": "ManagedCluster", "description": "Cluster that is managed by the workflow.", "type": "object", "properties": { "clusterName": { "description": "Required. The cluster name prefix. A unique cluster name will be formed by appending a random suffix.The name must contain only lower-case letters (a-z), numbers (0-9), and hyphens (-). Must begin with a letter. Cannot begin or end with hyphen. Must consist of between 2 and 35 characters.", "type": "string" }, "config": { "description": "Required. The cluster configuration.", "$ref": "ClusterConfig" }, "labels": { "description": "Optional. The labels to associate with this cluster.Label keys must be between 1 and 63 characters long, and must conform to the following PCRE regular expression: \\p{Ll}\\p{Lo}{0,62}Label values must be between 1 and 63 characters long, and must conform to the following PCRE regular expression: \\p{Ll}\\p{Lo}\\p{N}_-{0,63}No more than 32 labels can be associated with a given cluster.", "type": "object", "additionalProperties": { "type": "string" } } } }, "ClusterSelector": { "id": "ClusterSelector", "description": "A selector that chooses target cluster for jobs based on metadata.", "type": "object", "properties": { "zone": { "description": "Optional. The zone where workflow process executes. This parameter does not affect the selection of the cluster.If unspecified, the zone of the first cluster matching the selector is used.", "type": "string" }, "clusterLabels": { "description": "Required. The cluster labels. Cluster must have all labels to match.", "type": "object", "additionalProperties": { "type": "string" } } } }, "OrderedJob": { "id": "OrderedJob", "description": "A job executed by the workflow.", "type": "object", "properties": { "stepId": { "description": "Required. The step id. The id must be unique among all jobs within the template.The step id is used as prefix for job id, as job goog-dataproc-workflow-step-id label, and in prerequisiteStepIds field from other steps.The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between 3 and 50 characters.", "type": "string" }, "hadoopJob": { "description": "Optional. Job is a Hadoop job.", "$ref": "HadoopJob" }, "sparkJob": { "description": "Optional. Job is a Spark job.", "$ref": "SparkJob" }, "pysparkJob": { "description": "Optional. Job is a PySpark job.", "$ref": "PySparkJob" }, "hiveJob": { "description": "Optional. Job is a Hive job.", "$ref": "HiveJob" }, "pigJob": { "description": "Optional. Job is a Pig job.", "$ref": "PigJob" }, "sparkRJob": { "description": "Optional. Job is a SparkR job.", "$ref": "SparkRJob" }, "sparkSqlJob": { "description": "Optional. Job is a SparkSql job.", "$ref": "SparkSqlJob" }, "prestoJob": { "description": "Optional. Job is a Presto job.", "$ref": "PrestoJob" }, "trinoJob": { "description": "Optional. Job is a Trino job.", "$ref": "TrinoJob" }, "flinkJob": { "description": "Optional. Job is a Flink job.", "$ref": "FlinkJob" }, "labels": { "description": "Optional. The labels to associate with this job.Label keys must be between 1 and 63 characters long, and must conform to the following regular expression: \\p{Ll}\\p{Lo}{0,62}Label values must be between 1 and 63 characters long, and must conform to the following regular expression: \\p{Ll}\\p{Lo}\\p{N}_-{0,63}No more than 32 labels can be associated with a given job.", "type": "object", "additionalProperties": { "type": "string" } }, "scheduling": { "description": "Optional. Job scheduling configuration.", "$ref": "JobScheduling" }, "prerequisiteStepIds": { "description": "Optional. The optional list of prerequisite job step_ids. If not specified, the job will start at the beginning of workflow.", "type": "array", "items": { "type": "string" } } } }, "TemplateParameter": { "id": "TemplateParameter", "description": "A configurable parameter that replaces one or more fields in the template. Parameterizable fields: - Labels - File uris - Job properties - Job arguments - Script variables - Main class (in HadoopJob and SparkJob) - Zone (in ClusterSelector)", "type": "object", "properties": { "name": { "description": "Required. Parameter name. The parameter name is used as the key, and paired with the parameter value, which are passed to the template when the template is instantiated. The name must contain only capital letters (A-Z), numbers (0-9), and underscores (_), and must not start with a number. The maximum length is 40 characters.", "type": "string" }, "fields": { "description": "Required. Paths to all fields that the parameter replaces. A field is allowed to appear in at most one parameter's list of field paths.A field path is similar in syntax to a google.protobuf.FieldMask. For example, a field path that references the zone field of a workflow template's cluster selector would be specified as placement.clusterSelector.zone.Also, field paths can reference fields using the following syntax: Values in maps can be referenced by key: labels'key' placement.clusterSelector.clusterLabels'key' placement.managedCluster.labels'key' placement.clusterSelector.clusterLabels'key' jobs'step-id'.labels'key' Jobs in the jobs list can be referenced by step-id: jobs'step-id'.hadoopJob.mainJarFileUri jobs'step-id'.hiveJob.queryFileUri jobs'step-id'.pySparkJob.mainPythonFileUri jobs'step-id'.hadoopJob.jarFileUris0 jobs'step-id'.hadoopJob.archiveUris0 jobs'step-id'.hadoopJob.fileUris0 jobs'step-id'.pySparkJob.pythonFileUris0 Items in repeated fields can be referenced by a zero-based index: jobs'step-id'.sparkJob.args0 Other examples: jobs'step-id'.hadoopJob.properties'key' jobs'step-id'.hadoopJob.args0 jobs'step-id'.hiveJob.scriptVariables'key' jobs'step-id'.hadoopJob.mainJarFileUri placement.clusterSelector.zoneIt may not be possible to parameterize maps and repeated fields in their entirety since only individual map values and individual items in repeated fields can be referenced. For example, the following field paths are invalid: placement.clusterSelector.clusterLabels jobs'step-id'.sparkJob.args", "type": "array", "items": { "type": "string" } }, "description": { "description": "Optional. Brief description of the parameter. Must not exceed 1024 characters.", "type": "string" }, "validation": { "description": "Optional. Validation rules to be applied to this parameter's value.", "$ref": "ParameterValidation" } } }, "ParameterValidation": { "id": "ParameterValidation", "description": "Configuration for parameter validation.", "type": "object", "properties": { "regex": { "description": "Validation based on regular expressions.", "$ref": "RegexValidation" }, "values": { "description": "Validation based on a list of allowed values.", "$ref": "ValueValidation" } } }, "RegexValidation": { "id": "RegexValidation", "description": "Validation based on regular expressions.", "type": "object", "properties": { "regexes": { "description": "Required. RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).", "type": "array", "items": { "type": "string" } } } }, "ValueValidation": { "id": "ValueValidation", "description": "Validation based on a list of allowed values.", "type": "object", "properties": { "values": { "description": "Required. List of allowed values for the parameter.", "type": "array", "items": { "type": "string" } } } }, "GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig": { "id": "GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig", "description": "Encryption settings for encrypting workflow template job arguments.", "type": "object", "properties": { "kmsKey": { "description": "Optional. The Cloud KMS key name to use for encrypting workflow template job arguments.When this this key is provided, the following workflow template job arguments (https://cloud.google.com/dataproc/docs/concepts/workflows/use-workflows#adding_jobs_to_a_template), if present, are CMEK encrypted (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/customer-managed-encryption#use_cmek_with_workflow_template_data): FlinkJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/FlinkJob) HadoopJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/HadoopJob) SparkJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkJob) SparkRJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkRJob) PySparkJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/PySparkJob) SparkSqlJob (https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkSqlJob) scriptVariables and queryList.queries HiveJob (https://cloud.google.com/dataproc/docs/reference/rest/v1/HiveJob) scriptVariables and queryList.queries PigJob (https://cloud.google.com/dataproc/docs/reference/rest/v1/PigJob) scriptVariables and queryList.queries PrestoJob (https://cloud.google.com/dataproc/docs/reference/rest/v1/PrestoJob) scriptVariables and queryList.queries", "type": "string" } } }, "InstantiateWorkflowTemplateRequest": { "id": "InstantiateWorkflowTemplateRequest", "description": "A request to instantiate a workflow template.", "type": "object", "properties": { "version": { "description": "Optional. The version of workflow template to instantiate. If specified, the workflow will be instantiated only if the current version of the workflow template has the supplied version.This option cannot be used to instantiate a previous version of workflow template.", "type": "integer", "format": "int32" }, "requestId": { "description": "Optional. A tag that prevents multiple concurrent workflow instances with the same tag from running. This mitigates risk of concurrent instances started due to retries.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The tag must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.", "type": "string" }, "parameters": { "description": "Optional. Map from parameter names to values that should be used for those parameters. Values may not exceed 1000 characters.", "type": "object", "additionalProperties": { "type": "string" } } } }, "ListWorkflowTemplatesResponse": { "id": "ListWorkflowTemplatesResponse", "description": "A response to a request to list workflow templates in a project.", "type": "object", "properties": { "templates": { "description": "Output only. WorkflowTemplates list.", "readOnly": true, "type": "array", "items": { "$ref": "WorkflowTemplate" } }, "nextPageToken": { "description": "Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListWorkflowTemplatesRequest.", "readOnly": true, "type": "string" }, "unreachable": { "description": "Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.", "readOnly": true, "type": "array", "items": { "type": "string" } } } }, "ResizeNodeGroupRequest": { "id": "ResizeNodeGroupRequest", "description": "A request to resize a node group.", "type": "object", "properties": { "size": { "description": "Required. The number of running instances for the node group to maintain. The group adds or removes instances to maintain the number of instances specified by this parameter.", "type": "integer", "format": "int32" }, "requestId": { "description": "Optional. A unique ID used to identify the request. If the server receives two ResizeNodeGroupRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.ResizeNodeGroupRequests) with the same ID, the second request is ignored and the first google.longrunning.Operation created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.", "type": "string" }, "gracefulDecommissionTimeout": { "description": "Optional. Timeout for graceful YARN decommissioning. Graceful decommissioning (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/scaling-clusters#graceful_decommissioning) allows the removal of nodes from the Compute Engine node group without interrupting jobs in progress. This timeout specifies how long to wait for jobs in progress to finish before forcefully removing nodes (and potentially interrupting jobs). Default timeout is 0 (for forceful decommission), and the maximum allowed timeout is 1 day. (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Only supported on Dataproc image versions 1.2 and higher.", "type": "string", "format": "google-duration" }, "parentOperationId": { "description": "Optional. operation id of the parent operation sending the resize request", "type": "string" } } }, "RepairNodeGroupRequest": { "id": "RepairNodeGroupRequest", "type": "object", "properties": { "instanceNames": { "description": "Required. Name of instances to be repaired. These instances must belong to specified node pool.", "type": "array", "items": { "type": "string" } }, "repairAction": { "description": "Required. Repair action to take on specified resources of the node pool.", "type": "string", "enumDescriptions": [ "No action will be taken by default.", "replace the specified list of nodes." ], "enum": [ "REPAIR_ACTION_UNSPECIFIED", "REPLACE" ] }, "requestId": { "description": "Optional. A unique ID used to identify the request. If the server receives two RepairNodeGroupRequest with the same ID, the second request is ignored and the first google.longrunning.Operation created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.", "type": "string" } } }, "SetIamPolicyRequest": { "id": "SetIamPolicyRequest", "description": "Request message for SetIamPolicy method.", "type": "object", "properties": { "policy": { "description": "REQUIRED: The complete policy to be applied to the resource. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them.", "$ref": "Policy" } } }, "Policy": { "id": "Policy", "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources.A Policy is a collection of bindings. A binding binds one or more members, or principals, to a single role. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A role is a named list of permissions; each role can be an IAM predefined role or a user-created custom role.For some types of Google Cloud resources, a binding can also specify a condition, which is a logical expression that allows access to a resource only if the expression evaluates to true. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).JSON example: { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } YAML example: bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \u003c timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a description of IAM and its features, see the IAM documentation (https://cloud.google.com/iam/docs/).", "type": "object", "properties": { "version": { "description": "Specifies the format of the policy.Valid values are 0, 1, and 3. Requests that specify an invalid value are rejected.Any operation that affects conditional role bindings must specify version 3. This requirement applies to the following operations: Getting a policy that includes a conditional role binding Adding a conditional role binding to a policy Changing a conditional role binding in a policy Removing any role binding, with or without a condition, from a policy that includes conditionsImportant: If you use IAM Conditions, you must include the etag field whenever you call setIamPolicy. If you omit this field, then IAM allows you to overwrite a version 3 policy with a version 1 policy, and all of the conditions in the version 3 policy are lost.If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).", "type": "integer", "format": "int32" }, "bindings": { "description": "Associates a list of members, or principals, with a role. Optionally, may specify a condition that determines how and when the bindings are applied. Each of the bindings must contain at least one principal.The bindings in a Policy can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the bindings grant 50 different roles to user:alice@example.com, and not to any other principal, then you can add another 1,450 principals to the bindings in the Policy.", "type": "array", "items": { "$ref": "Binding" } }, "etag": { "description": "etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the etag in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An etag is returned in the response to getIamPolicy, and systems are expected to put that etag in the request to setIamPolicy to ensure that their change will be applied to the same version of the policy.Important: If you use IAM Conditions, you must include the etag field whenever you call setIamPolicy. If you omit this field, then IAM allows you to overwrite a version 3 policy with a version 1 policy, and all of the conditions in the version 3 policy are lost.", "type": "string", "format": "byte" } } }, "Binding": { "id": "Binding", "description": "Associates members, or principals, with a role.", "type": "object", "properties": { "role": { "description": "Role that is assigned to the list of members, or principals. For example, roles/viewer, roles/editor, or roles/owner.For an overview of the IAM roles and permissions, see the IAM documentation (https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see here (https://cloud.google.com/iam/docs/understanding-roles).", "type": "string" }, "members": { "description": "Specifies the principals requesting access for a Google Cloud resource. members can have the following values: allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. user:{emailid}: An email address that represents a specific Google account. For example, alice@example.com . serviceAccount:{emailid}: An email address that represents a Google service account. For example, my-other-app@appspot.gserviceaccount.com. serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account (https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. group:{emailid}: An email address that represents a Google group. For example, admins@example.com. domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example, google.com or example.com. principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}: A single identity in a workforce identity pool. principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}: All workforce identities in a group. principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}: All workforce identities with a specific attribute value. principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*: All identities in a workforce identity pool. principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}: A single identity in a workload identity pool. principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}: A workload identity pool group. principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}: All identities in a workload identity pool with a certain attribute. principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*: All identities in a workload identity pool. deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example, alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts to user:{emailid} and the recovered user retains the role in the binding. deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts to serviceAccount:{emailid} and the undeleted service account retains the role in the binding. deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts to group:{emailid} and the recovered group retains the role in the binding. deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}: Deleted single identity in a workforce identity pool. For example, deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value.", "type": "array", "items": { "type": "string" } }, "condition": { "description": "The condition that is associated with this binding.If the condition evaluates to true, then this binding applies to the current request.If the condition evaluates to false, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).", "$ref": "Expr" } } }, "Expr": { "id": "Expr", "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec.Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() \u003c 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.", "type": "object", "properties": { "expression": { "description": "Textual representation of an expression in Common Expression Language syntax.", "type": "string" }, "title": { "description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.", "type": "string" }, "description": { "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.", "type": "string" }, "location": { "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.", "type": "string" } } }, "GetIamPolicyRequest": { "id": "GetIamPolicyRequest", "description": "Request message for GetIamPolicy method.", "type": "object", "properties": { "options": { "description": "OPTIONAL: A GetPolicyOptions object for specifying options to GetIamPolicy.", "$ref": "GetPolicyOptions" } } }, "GetPolicyOptions": { "id": "GetPolicyOptions", "description": "Encapsulates settings provided to GetIamPolicy.", "type": "object", "properties": { "requestedPolicyVersion": { "description": "Optional. The maximum policy version that will be used to format the policy.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset.The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).", "type": "integer", "format": "int32" } } }, "TestIamPermissionsRequest": { "id": "TestIamPermissionsRequest", "description": "Request message for TestIamPermissions method.", "type": "object", "properties": { "permissions": { "description": "The set of permissions to check for the resource. Permissions with wildcards (such as * or storage.*) are not allowed. For more information see IAM Overview (https://cloud.google.com/iam/docs/overview#permissions).", "type": "array", "items": { "type": "string" } } } }, "TestIamPermissionsResponse": { "id": "TestIamPermissionsResponse", "description": "Response message for TestIamPermissions method.", "type": "object", "properties": { "permissions": { "description": "A subset of TestPermissionsRequest.permissions that the caller is allowed.", "type": "array", "items": { "type": "string" } } } }, "AnalyzeOperationMetadata": { "id": "AnalyzeOperationMetadata", "description": "Metadata describing the Analyze operation.", "type": "object", "properties": { "analyzedWorkloadName": { "description": "Output only. name of the workload being analyzed.", "readOnly": true, "type": "string" }, "analyzedWorkloadType": { "description": "Output only. Type of the workload being analyzed.", "readOnly": true, "type": "string", "enumDescriptions": [ "Undefined option", "Serverless batch job" ], "enum": [ "WORKLOAD_TYPE_UNSPECIFIED", "BATCH" ] }, "analyzedWorkloadUuid": { "description": "Output only. unique identifier of the workload typically generated by control plane. E.g. batch uuid.", "readOnly": true, "type": "string" }, "createTime": { "description": "Output only. The time when the operation was created.", "readOnly": true, "type": "string", "format": "google-datetime" }, "doneTime": { "description": "Output only. The time when the operation finished.", "readOnly": true, "type": "string", "format": "google-datetime" }, "description": { "description": "Output only. Short description of the operation.", "readOnly": true, "type": "string" }, "labels": { "description": "Output only. Labels associated with the operation.", "readOnly": true, "type": "object", "additionalProperties": { "type": "string" } }, "warnings": { "description": "Output only. Warnings encountered during operation execution.", "readOnly": true, "type": "array", "items": { "type": "string" } } } }, "BatchOperationMetadata": { "id": "BatchOperationMetadata", "description": "Metadata describing the Batch operation.", "type": "object", "properties": { "batch": { "description": "Name of the batch for the operation.", "type": "string" }, "batchUuid": { "description": "Batch UUID for the operation.", "type": "string" }, "createTime": { "description": "The time when the operation was created.", "type": "string", "format": "google-datetime" }, "doneTime": { "description": "The time when the operation finished.", "type": "string", "format": "google-datetime" }, "operationType": { "description": "The operation type.", "type": "string", "enumDescriptions": [ "Batch operation type is unknown.", "Batch operation type." ], "enum": [ "BATCH_OPERATION_TYPE_UNSPECIFIED", "BATCH" ] }, "description": { "description": "Short description of the operation.", "type": "string" }, "labels": { "description": "Labels associated with the operation.", "type": "object", "additionalProperties": { "type": "string" } }, "warnings": { "description": "Warnings encountered during operation execution.", "type": "array", "items": { "type": "string" } } } }, "ClusterOperationMetadata": { "id": "ClusterOperationMetadata", "description": "Metadata describing the operation.", "type": "object", "properties": { "clusterName": { "description": "Output only. Name of the cluster for the operation.", "readOnly": true, "type": "string" }, "clusterUuid": { "description": "Output only. Cluster UUID for the operation.", "readOnly": true, "type": "string" }, "status": { "description": "Output only. Current operation status.", "readOnly": true, "$ref": "ClusterOperationStatus" }, "statusHistory": { "description": "Output only. The previous operation status.", "readOnly": true, "type": "array", "items": { "$ref": "ClusterOperationStatus" } }, "operationType": { "description": "Output only. The operation type.", "readOnly": true, "type": "string" }, "description": { "description": "Output only. Short description of operation.", "readOnly": true, "type": "string" }, "labels": { "description": "Output only. Labels associated with the operation", "readOnly": true, "type": "object", "additionalProperties": { "type": "string" } }, "warnings": { "description": "Output only. Errors encountered during operation execution.", "readOnly": true, "type": "array", "items": { "type": "string" } }, "childOperationIds": { "description": "Output only. Child operation ids", "readOnly": true, "type": "array", "items": { "type": "string" } } } }, "ClusterOperationStatus": { "id": "ClusterOperationStatus", "description": "The status of the operation.", "type": "object", "properties": { "state": { "description": "Output only. A message containing the operation state.", "readOnly": true, "type": "string", "enumDescriptions": [ "Unused.", "The operation has been created.", "The operation is running.", "The operation is done; either cancelled or completed." ], "enum": [ "UNKNOWN", "PENDING", "RUNNING", "DONE" ] }, "innerState": { "description": "Output only. A message containing the detailed operation state.", "readOnly": true, "type": "string" }, "details": { "description": "Output only. A message containing any operation metadata details.", "readOnly": true, "type": "string" }, "stateStartTime": { "description": "Output only. The time this state was entered.", "readOnly": true, "type": "string", "format": "google-datetime" } } }, "DiagnoseClusterResults": { "id": "DiagnoseClusterResults", "description": "The location of diagnostic output.", "type": "object", "properties": { "outputUri": { "description": "Output only. The Cloud Storage URI of the diagnostic output. The output report is a plain text file with a summary of collected diagnostics.", "readOnly": true, "type": "string" } } }, "JobMetadata": { "id": "JobMetadata", "description": "Job Operation metadata.", "type": "object", "properties": { "jobId": { "description": "Output only. The job id.", "readOnly": true, "type": "string" }, "status": { "description": "Output only. Most recent job status.", "readOnly": true, "$ref": "JobStatus" }, "operationType": { "description": "Output only. Operation type.", "readOnly": true, "type": "string" }, "startTime": { "description": "Output only. Job submission time.", "readOnly": true, "type": "string", "format": "google-datetime" } } }, "SessionOperationMetadata": { "id": "SessionOperationMetadata", "description": "Metadata describing the Session operation.", "type": "object", "properties": { "session": { "description": "Name of the session for the operation.", "type": "string" }, "sessionUuid": { "description": "Session UUID for the operation.", "type": "string" }, "createTime": { "description": "The time when the operation was created.", "type": "string", "format": "google-datetime" }, "doneTime": { "description": "The time when the operation was finished.", "type": "string", "format": "google-datetime" }, "operationType": { "description": "The operation type.", "type": "string", "enumDescriptions": [ "Session operation type is unknown.", "Create Session operation type.", "Terminate Session operation type.", "Delete Session operation type." ], "enum": [ "SESSION_OPERATION_TYPE_UNSPECIFIED", "CREATE", "TERMINATE", "DELETE" ] }, "description": { "description": "Short description of the operation.", "type": "string" }, "labels": { "description": "Labels associated with the operation.", "type": "object", "additionalProperties": { "type": "string" } }, "warnings": { "description": "Warnings encountered during operation execution.", "type": "array", "items": { "type": "string" } } } }, "NodeGroupOperationMetadata": { "id": "NodeGroupOperationMetadata", "description": "Metadata describing the node group operation.", "type": "object", "properties": { "nodeGroupId": { "description": "Output only. Node group ID for the operation.", "readOnly": true, "type": "string" }, "clusterUuid": { "description": "Output only. Cluster UUID associated with the node group operation.", "readOnly": true, "type": "string" }, "status": { "description": "Output only. Current operation status.", "readOnly": true, "$ref": "ClusterOperationStatus" }, "statusHistory": { "description": "Output only. The previous operation status.", "readOnly": true, "type": "array", "items": { "$ref": "ClusterOperationStatus" } }, "operationType": { "description": "The operation type.", "type": "string", "enumDescriptions": [ "Node group operation type is unknown.", "Create node group operation type.", "Update node group operation type.", "Delete node group operation type.", "Resize node group operation type.", "Repair node group operation type.", "Update node group label operation type." ], "enum": [ "NODE_GROUP_OPERATION_TYPE_UNSPECIFIED", "CREATE", "UPDATE", "DELETE", "RESIZE", "REPAIR", "UPDATE_LABELS" ] }, "description": { "description": "Output only. Short description of operation.", "readOnly": true, "type": "string" }, "labels": { "description": "Output only. Labels associated with the operation.", "readOnly": true, "type": "object", "additionalProperties": { "type": "string" } }, "warnings": { "description": "Output only. Errors encountered during operation execution.", "readOnly": true, "type": "array", "items": { "type": "string" } } } }, "WorkflowMetadata": { "id": "WorkflowMetadata", "description": "A Dataproc workflow template resource.", "type": "object", "properties": { "template": { "description": "Output only. The resource name of the workflow template as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}", "readOnly": true, "type": "string" }, "version": { "description": "Output only. The version of template at the time of workflow instantiation.", "readOnly": true, "type": "integer", "format": "int32" }, "createCluster": { "description": "Output only. The create cluster operation metadata.", "readOnly": true, "$ref": "ClusterOperation" }, "graph": { "description": "Output only. The workflow graph.", "readOnly": true, "$ref": "WorkflowGraph" }, "deleteCluster": { "description": "Output only. The delete cluster operation metadata.", "readOnly": true, "$ref": "ClusterOperation" }, "state": { "description": "Output only. The workflow state.", "readOnly": true, "type": "string", "enumDescriptions": [ "Unused.", "The operation has been created.", "The operation is running.", "The operation is done; either cancelled or completed." ], "enum": [ "UNKNOWN", "PENDING", "RUNNING", "DONE" ] }, "clusterName": { "description": "Output only. The name of the target cluster.", "readOnly": true, "type": "string" }, "parameters": { "description": "Map from parameter names to values that were used for those parameters.", "type": "object", "additionalProperties": { "type": "string" } }, "startTime": { "description": "Output only. Workflow start time.", "readOnly": true, "type": "string", "format": "google-datetime" }, "endTime": { "description": "Output only. Workflow end time.", "readOnly": true, "type": "string", "format": "google-datetime" }, "clusterUuid": { "description": "Output only. The UUID of target cluster.", "readOnly": true, "type": "string" }, "dagTimeout": { "description": "Output only. The timeout duration for the DAG of jobs, expressed in seconds (see JSON representation of duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).", "readOnly": true, "type": "string", "format": "google-duration" }, "dagStartTime": { "description": "Output only. DAG start time, only set for workflows with dag_timeout when DAG begins.", "readOnly": true, "type": "string", "format": "google-datetime" }, "dagEndTime": { "description": "Output only. DAG end time, only set for workflows with dag_timeout when DAG ends.", "readOnly": true, "type": "string", "format": "google-datetime" } } }, "ClusterOperation": { "id": "ClusterOperation", "description": "The cluster operation triggered by a workflow.", "type": "object", "properties": { "operationId": { "description": "Output only. The id of the cluster operation.", "readOnly": true, "type": "string" }, "error": { "description": "Output only. Error, if operation failed.", "readOnly": true, "type": "string" }, "done": { "description": "Output only. Indicates the operation is done.", "readOnly": true, "type": "boolean" } } }, "WorkflowGraph": { "id": "WorkflowGraph", "description": "The workflow graph.", "type": "object", "properties": { "nodes": { "description": "Output only. The workflow nodes.", "readOnly": true, "type": "array", "items": { "$ref": "WorkflowNode" } } } }, "WorkflowNode": { "id": "WorkflowNode", "description": "The workflow node.", "type": "object", "properties": { "stepId": { "description": "Output only. The name of the node.", "readOnly": true, "type": "string" }, "prerequisiteStepIds": { "description": "Output only. Node's prerequisite nodes.", "readOnly": true, "type": "array", "items": { "type": "string" } }, "jobId": { "description": "Output only. The job id; populated after the node enters RUNNING state.", "readOnly": true, "type": "string" }, "state": { "description": "Output only. The node state.", "readOnly": true, "type": "string", "enumDescriptions": [ "State is unspecified.", "The node is awaiting prerequisite node to finish.", "The node is runnable but not running.", "The node is running.", "The node completed successfully.", "The node failed. A node can be marked FAILED because its ancestor or peer failed." ], "enum": [ "NODE_STATE_UNSPECIFIED", "BLOCKED", "RUNNABLE", "RUNNING", "COMPLETED", "FAILED" ] }, "error": { "description": "Output only. The error detail.", "readOnly": true, "type": "string" } } } }, "description": "Manages Hadoop-based clusters and jobs on Google Cloud Platform.", "resources": { "projects": { "resources": { "regions": { "resources": { "operations": { "methods": { "list": { "id": "dataproc.projects.regions.operations.list", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/operations", "httpMethod": "GET", "parameters": { "name": { "description": "The name of the operation's parent resource.", "pattern": "^projects/[^/]+/regions/[^/]+/operations$", "location": "path", "required": true, "type": "string" }, "filter": { "description": "The standard list filter.", "location": "query", "type": "string" }, "pageSize": { "description": "The standard list page size.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "The standard list page token.", "location": "query", "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "ListOperationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED." }, "get": { "id": "dataproc.projects.regions.operations.get", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/operations/{operationsId}", "httpMethod": "GET", "parameters": { "name": { "description": "The name of the operation resource.", "pattern": "^projects/[^/]+/regions/[^/]+/operations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service." }, "delete": { "id": "dataproc.projects.regions.operations.delete", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/operations/{operationsId}", "httpMethod": "DELETE", "parameters": { "name": { "description": "The name of the operation resource to be deleted.", "pattern": "^projects/[^/]+/regions/[^/]+/operations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED." }, "cancel": { "id": "dataproc.projects.regions.operations.cancel", "path": "v1/{+name}:cancel", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/operations/{operationsId}:cancel", "httpMethod": "POST", "parameters": { "name": { "description": "The name of the operation resource to be cancelled.", "pattern": "^projects/[^/]+/regions/[^/]+/operations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED." }, "setIamPolicy": { "id": "dataproc.projects.regions.operations.setIamPolicy", "path": "v1/{+resource}:setIamPolicy", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/operations/{operationsId}:setIamPolicy", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/regions/[^/]+/operations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "SetIamPolicyRequest" }, "response": { "$ref": "Policy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors." }, "getIamPolicy": { "id": "dataproc.projects.regions.operations.getIamPolicy", "path": "v1/{+resource}:getIamPolicy", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/operations/{operationsId}:getIamPolicy", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/regions/[^/]+/operations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "GetIamPolicyRequest" }, "response": { "$ref": "Policy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set." }, "testIamPermissions": { "id": "dataproc.projects.regions.operations.testIamPermissions", "path": "v1/{+resource}:testIamPermissions", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/operations/{operationsId}:testIamPermissions", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/regions/[^/]+/operations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "TestIamPermissionsRequest" }, "response": { "$ref": "TestIamPermissionsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning." } } }, "autoscalingPolicies": { "methods": { "create": { "id": "dataproc.projects.regions.autoscalingPolicies.create", "path": "v1/{+parent}/autoscalingPolicies", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/autoscalingPolicies", "httpMethod": "POST", "parameters": { "parent": { "description": "Required. The \"resource name\" of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.create, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.autoscalingPolicies.create, the resource name of the location has the following format: projects/{project_id}/locations/{location}", "pattern": "^projects/[^/]+/regions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "parent" ], "request": { "$ref": "AutoscalingPolicy" }, "response": { "$ref": "AutoscalingPolicy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Creates new autoscaling policy." }, "update": { "id": "dataproc.projects.regions.autoscalingPolicies.update", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/autoscalingPolicies/{autoscalingPoliciesId}", "httpMethod": "PUT", "parameters": { "name": { "description": "Output only. The \"resource name\" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}", "pattern": "^projects/[^/]+/regions/[^/]+/autoscalingPolicies/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "request": { "$ref": "AutoscalingPolicy" }, "response": { "$ref": "AutoscalingPolicy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Updates (replaces) autoscaling policy.Disabled check for update_mask, because all updates will be full replacements." }, "get": { "id": "dataproc.projects.regions.autoscalingPolicies.get", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/autoscalingPolicies/{autoscalingPoliciesId}", "httpMethod": "GET", "parameters": { "name": { "description": "Required. The \"resource name\" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.get, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies.get, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}", "pattern": "^projects/[^/]+/regions/[^/]+/autoscalingPolicies/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "AutoscalingPolicy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Retrieves autoscaling policy." }, "list": { "id": "dataproc.projects.regions.autoscalingPolicies.list", "path": "v1/{+parent}/autoscalingPolicies", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/autoscalingPolicies", "httpMethod": "GET", "parameters": { "parent": { "description": "Required. The \"resource name\" of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.list, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.autoscalingPolicies.list, the resource name of the location has the following format: projects/{project_id}/locations/{location}", "pattern": "^projects/[^/]+/regions/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageSize": { "description": "Optional. The maximum number of results to return in each response. Must be less than or equal to 1000. Defaults to 100.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "Optional. The page token, returned by a previous call, to request the next page of results.", "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "response": { "$ref": "ListAutoscalingPoliciesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Lists autoscaling policies in the project." }, "delete": { "id": "dataproc.projects.regions.autoscalingPolicies.delete", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/autoscalingPolicies/{autoscalingPoliciesId}", "httpMethod": "DELETE", "parameters": { "name": { "description": "Required. The \"resource name\" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.delete, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies.delete, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}", "pattern": "^projects/[^/]+/regions/[^/]+/autoscalingPolicies/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Deletes an autoscaling policy. It is an error to delete an autoscaling policy that is in use by one or more clusters." }, "setIamPolicy": { "id": "dataproc.projects.regions.autoscalingPolicies.setIamPolicy", "path": "v1/{+resource}:setIamPolicy", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/autoscalingPolicies/{autoscalingPoliciesId}:setIamPolicy", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/regions/[^/]+/autoscalingPolicies/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "SetIamPolicyRequest" }, "response": { "$ref": "Policy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors." }, "getIamPolicy": { "id": "dataproc.projects.regions.autoscalingPolicies.getIamPolicy", "path": "v1/{+resource}:getIamPolicy", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/autoscalingPolicies/{autoscalingPoliciesId}:getIamPolicy", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/regions/[^/]+/autoscalingPolicies/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "GetIamPolicyRequest" }, "response": { "$ref": "Policy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set." }, "testIamPermissions": { "id": "dataproc.projects.regions.autoscalingPolicies.testIamPermissions", "path": "v1/{+resource}:testIamPermissions", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/autoscalingPolicies/{autoscalingPoliciesId}:testIamPermissions", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/regions/[^/]+/autoscalingPolicies/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "TestIamPermissionsRequest" }, "response": { "$ref": "TestIamPermissionsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning." } } }, "clusters": { "methods": { "create": { "id": "dataproc.projects.regions.clusters.create", "path": "v1/projects/{projectId}/regions/{region}/clusters", "flatPath": "v1/projects/{projectId}/regions/{region}/clusters", "httpMethod": "POST", "parameters": { "projectId": { "description": "Required. The ID of the Google Cloud Platform project that the cluster belongs to.", "location": "path", "required": true, "type": "string" }, "region": { "description": "Required. The Dataproc region in which to handle the request.", "location": "path", "required": true, "type": "string" }, "requestId": { "description": "Optional. A unique ID used to identify the request. If the server receives two CreateClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateClusterRequest)s with the same id, then the second request will be ignored and the first google.longrunning.Operation created and stored in the backend is returned.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.", "location": "query", "type": "string" }, "actionOnFailedPrimaryWorkers": { "description": "Optional. Failure action when primary worker creation fails.", "location": "query", "type": "string", "enumDescriptions": [ "When FailureAction is unspecified, failure action defaults to NO_ACTION.", "Take no action on failure to create a cluster resource. NO_ACTION is the default.", "Delete the failed cluster resource." ], "enum": [ "FAILURE_ACTION_UNSPECIFIED", "NO_ACTION", "DELETE" ] } }, "parameterOrder": [ "projectId", "region" ], "request": { "$ref": "Cluster" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Creates a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#clusteroperationmetadata)." }, "patch": { "id": "dataproc.projects.regions.clusters.patch", "path": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}", "flatPath": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}", "httpMethod": "PATCH", "parameters": { "projectId": { "description": "Required. The ID of the Google Cloud Platform project the cluster belongs to.", "location": "path", "required": true, "type": "string" }, "region": { "description": "Required. The Dataproc region in which to handle the request.", "location": "path", "required": true, "type": "string" }, "clusterName": { "description": "Required. The cluster name.", "location": "path", "required": true, "type": "string" }, "gracefulDecommissionTimeout": { "description": "Optional. Timeout for graceful YARN decommissioning. Graceful decommissioning allows removing nodes from the cluster without interrupting jobs in progress. Timeout specifies how long to wait for jobs in progress to finish before forcefully removing nodes (and potentially interrupting jobs). Default timeout is 0 (for forceful decommission), and the maximum allowed timeout is 1 day. (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Only supported on Dataproc image versions 1.2 and higher.", "location": "query", "type": "string", "format": "google-duration" }, "updateMask": { "description": "Required. Specifies the path, relative to Cluster, of the field to update. For example, to change the number of workers in a cluster to 5, the update_mask parameter would be specified as config.worker_config.num_instances, and the PATCH request body would specify the new value, as follows: { \"config\":{ \"workerConfig\":{ \"numInstances\":\"5\" } } } Similarly, to change the number of preemptible workers in a cluster to 5, the update_mask parameter would be config.secondary_worker_config.num_instances, and the PATCH request body would be set as follows: { \"config\":{ \"secondaryWorkerConfig\":{ \"numInstances\":\"5\" } } } *Note:* Currently, only the following fields can be updated: *Mask* *Purpose* *labels* Update labels *config.worker_config.num_instances* Resize primary worker group *config.secondary_worker_config.num_instances* Resize secondary worker group config.autoscaling_config.policy_uri Use, stop using, or change autoscaling policies ", "location": "query", "type": "string", "format": "google-fieldmask" }, "requestId": { "description": "Optional. A unique ID used to identify the request. If the server receives two UpdateClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.UpdateClusterRequest)s with the same id, then the second request will be ignored and the first google.longrunning.Operation created and stored in the backend is returned.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.", "location": "query", "type": "string" } }, "parameterOrder": [ "projectId", "region", "clusterName" ], "request": { "$ref": "Cluster" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Updates a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#clusteroperationmetadata). The cluster must be in a RUNNING state or an error is returned." }, "stop": { "id": "dataproc.projects.regions.clusters.stop", "path": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:stop", "flatPath": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:stop", "httpMethod": "POST", "parameters": { "projectId": { "description": "Required. The ID of the Google Cloud Platform project the cluster belongs to.", "location": "path", "required": true, "type": "string" }, "region": { "description": "Required. The Dataproc region in which to handle the request.", "location": "path", "required": true, "type": "string" }, "clusterName": { "description": "Required. The cluster name.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "projectId", "region", "clusterName" ], "request": { "$ref": "StopClusterRequest" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Stops a cluster in a project." }, "start": { "id": "dataproc.projects.regions.clusters.start", "path": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:start", "flatPath": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:start", "httpMethod": "POST", "parameters": { "projectId": { "description": "Required. The ID of the Google Cloud Platform project the cluster belongs to.", "location": "path", "required": true, "type": "string" }, "region": { "description": "Required. The Dataproc region in which to handle the request.", "location": "path", "required": true, "type": "string" }, "clusterName": { "description": "Required. The cluster name.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "projectId", "region", "clusterName" ], "request": { "$ref": "StartClusterRequest" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Starts a cluster in a project." }, "repair": { "id": "dataproc.projects.regions.clusters.repair", "path": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:repair", "flatPath": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:repair", "httpMethod": "POST", "parameters": { "projectId": { "description": "Required. The ID of the Google Cloud Platform project the cluster belongs to.", "location": "path", "required": true, "type": "string" }, "region": { "description": "Required. The Dataproc region in which to handle the request.", "location": "path", "required": true, "type": "string" }, "clusterName": { "description": "Required. The cluster name.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "projectId", "region", "clusterName" ], "request": { "$ref": "RepairClusterRequest" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Repairs a cluster." }, "delete": { "id": "dataproc.projects.regions.clusters.delete", "path": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}", "flatPath": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}", "httpMethod": "DELETE", "parameters": { "projectId": { "description": "Required. The ID of the Google Cloud Platform project that the cluster belongs to.", "location": "path", "required": true, "type": "string" }, "region": { "description": "Required. The Dataproc region in which to handle the request.", "location": "path", "required": true, "type": "string" }, "clusterName": { "description": "Required. The cluster name.", "location": "path", "required": true, "type": "string" }, "clusterUuid": { "description": "Optional. Specifying the cluster_uuid means the RPC should fail (with error NOT_FOUND) if cluster with specified UUID does not exist.", "location": "query", "type": "string" }, "requestId": { "description": "Optional. A unique ID used to identify the request. If the server receives two DeleteClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.DeleteClusterRequest)s with the same id, then the second request will be ignored and the first google.longrunning.Operation created and stored in the backend is returned.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.", "location": "query", "type": "string" }, "gracefulTerminationTimeout": { "description": "Optional. The graceful termination timeout for the deletion of the cluster. Indicate the time the request will wait to complete the running jobs on the cluster before its forceful deletion. Default value is 0 indicating that the user has not enabled the graceful termination. Value can be between 60 second and 6 Hours, in case the graceful termination is enabled. (There is no separate flag to check the enabling or disabling of graceful termination, it can be checked by the values in the field).", "location": "query", "type": "string", "format": "google-duration" } }, "parameterOrder": [ "projectId", "region", "clusterName" ], "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Deletes a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#clusteroperationmetadata)." }, "get": { "id": "dataproc.projects.regions.clusters.get", "path": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}", "flatPath": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}", "httpMethod": "GET", "parameters": { "projectId": { "description": "Required. The ID of the Google Cloud Platform project that the cluster belongs to.", "location": "path", "required": true, "type": "string" }, "region": { "description": "Required. The Dataproc region in which to handle the request.", "location": "path", "required": true, "type": "string" }, "clusterName": { "description": "Required. The cluster name.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "projectId", "region", "clusterName" ], "response": { "$ref": "Cluster" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets the resource representation for a cluster in a project." }, "list": { "id": "dataproc.projects.regions.clusters.list", "path": "v1/projects/{projectId}/regions/{region}/clusters", "flatPath": "v1/projects/{projectId}/regions/{region}/clusters", "httpMethod": "GET", "parameters": { "projectId": { "description": "Required. The ID of the Google Cloud Platform project that the cluster belongs to.", "location": "path", "required": true, "type": "string" }, "region": { "description": "Required. The Dataproc region in which to handle the request.", "location": "path", "required": true, "type": "string" }, "filter": { "description": "Optional. A filter constraining the clusters to list. Filters are case-sensitive and have the following syntax:field = value AND field = value ...where field is one of status.state, clusterName, or labels.[KEY], and [KEY] is a label key. value can be * to match all values. status.state can be one of the following: ACTIVE, INACTIVE, CREATING, RUNNING, ERROR, DELETING, UPDATING, STOPPING, or STOPPED. ACTIVE contains the CREATING, UPDATING, and RUNNING states. INACTIVE contains the DELETING, ERROR, STOPPING, and STOPPED states. clusterName is the name of the cluster provided at creation time. Only the logical AND operator is supported; space-separated items are treated as having an implicit AND operator.Example filter:status.state = ACTIVE AND clusterName = mycluster AND labels.env = staging AND labels.starred = *", "location": "query", "type": "string" }, "pageSize": { "description": "Optional. The standard List page size.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "Optional. The standard List page token.", "location": "query", "type": "string" } }, "parameterOrder": [ "projectId", "region" ], "response": { "$ref": "ListClustersResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Lists all regions/{region}/clusters in a project alphabetically." }, "diagnose": { "id": "dataproc.projects.regions.clusters.diagnose", "path": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:diagnose", "flatPath": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:diagnose", "httpMethod": "POST", "parameters": { "projectId": { "description": "Required. The ID of the Google Cloud Platform project that the cluster belongs to.", "location": "path", "required": true, "type": "string" }, "region": { "description": "Required. The Dataproc region in which to handle the request.", "location": "path", "required": true, "type": "string" }, "clusterName": { "description": "Required. The cluster name.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "projectId", "region", "clusterName" ], "request": { "$ref": "DiagnoseClusterRequest" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets cluster diagnostic information. The returned Operation.metadata will be ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#clusteroperationmetadata). After the operation completes, Operation.response contains DiagnoseClusterResults (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#diagnoseclusterresults)." }, "injectCredentials": { "id": "dataproc.projects.regions.clusters.injectCredentials", "path": "v1/{+project}/{+region}/{+cluster}:injectCredentials", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}:injectCredentials", "httpMethod": "POST", "parameters": { "project": { "description": "Required. The ID of the Google Cloud Platform project the cluster belongs to, of the form projects/.", "pattern": "^projects/[^/]+$", "location": "path", "required": true, "type": "string" }, "region": { "description": "Required. The region containing the cluster, of the form regions/.", "pattern": "^regions/[^/]+$", "location": "path", "required": true, "type": "string" }, "cluster": { "description": "Required. The cluster, in the form clusters/.", "pattern": "^clusters/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "project", "region", "cluster" ], "request": { "$ref": "InjectCredentialsRequest" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Inject encrypted credentials into all of the VMs in a cluster.The target cluster must be a personal auth cluster assigned to the user who is issuing the RPC." }, "setIamPolicy": { "id": "dataproc.projects.regions.clusters.setIamPolicy", "path": "v1/{+resource}:setIamPolicy", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}:setIamPolicy", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/regions/[^/]+/clusters/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "SetIamPolicyRequest" }, "response": { "$ref": "Policy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors." }, "getIamPolicy": { "id": "dataproc.projects.regions.clusters.getIamPolicy", "path": "v1/{+resource}:getIamPolicy", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}:getIamPolicy", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/regions/[^/]+/clusters/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "GetIamPolicyRequest" }, "response": { "$ref": "Policy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set." }, "testIamPermissions": { "id": "dataproc.projects.regions.clusters.testIamPermissions", "path": "v1/{+resource}:testIamPermissions", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}:testIamPermissions", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/regions/[^/]+/clusters/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "TestIamPermissionsRequest" }, "response": { "$ref": "TestIamPermissionsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning." } }, "resources": { "nodeGroups": { "methods": { "create": { "id": "dataproc.projects.regions.clusters.nodeGroups.create", "path": "v1/{+parent}/nodeGroups", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}/nodeGroups", "httpMethod": "POST", "parameters": { "parent": { "description": "Required. The parent resource where this node group will be created. Format: projects/{project}/regions/{region}/clusters/{cluster}", "pattern": "^projects/[^/]+/regions/[^/]+/clusters/[^/]+$", "location": "path", "required": true, "type": "string" }, "nodeGroupId": { "description": "Optional. An optional node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.", "location": "query", "type": "string" }, "requestId": { "description": "Optional. A unique ID used to identify the request. If the server receives two CreateNodeGroupRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateNodeGroupRequest) with the same ID, the second request is ignored and the first google.longrunning.Operation created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.", "location": "query", "type": "string" }, "parentOperationId": { "description": "Optional. operation id of the parent operation sending the create request", "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "request": { "$ref": "NodeGroup" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Creates a node group in a cluster. The returned Operation.metadata is NodeGroupOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#nodegroupoperationmetadata)." }, "resize": { "id": "dataproc.projects.regions.clusters.nodeGroups.resize", "path": "v1/{+name}:resize", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}/nodeGroups/{nodeGroupsId}:resize", "httpMethod": "POST", "parameters": { "name": { "description": "Required. The name of the node group to resize. Format: projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}", "pattern": "^projects/[^/]+/regions/[^/]+/clusters/[^/]+/nodeGroups/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "request": { "$ref": "ResizeNodeGroupRequest" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Resizes a node group in a cluster. The returned Operation.metadata is NodeGroupOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#nodegroupoperationmetadata)." }, "repair": { "id": "dataproc.projects.regions.clusters.nodeGroups.repair", "path": "v1/{+name}:repair", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}/nodeGroups/{nodeGroupsId}:repair", "httpMethod": "POST", "parameters": { "name": { "description": "Required. The name of the node group to resize. Format: projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}", "pattern": "^projects/[^/]+/regions/[^/]+/clusters/[^/]+/nodeGroups/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "request": { "$ref": "RepairNodeGroupRequest" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Repair nodes in a node group." }, "get": { "id": "dataproc.projects.regions.clusters.nodeGroups.get", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}/nodeGroups/{nodeGroupsId}", "httpMethod": "GET", "parameters": { "name": { "description": "Required. The name of the node group to retrieve. Format: projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}", "pattern": "^projects/[^/]+/regions/[^/]+/clusters/[^/]+/nodeGroups/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "NodeGroup" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets the resource representation for a node group in a cluster." } } } } }, "jobs": { "methods": { "submit": { "id": "dataproc.projects.regions.jobs.submit", "path": "v1/projects/{projectId}/regions/{region}/jobs:submit", "flatPath": "v1/projects/{projectId}/regions/{region}/jobs:submit", "httpMethod": "POST", "parameters": { "projectId": { "description": "Required. The ID of the Google Cloud Platform project that the job belongs to.", "location": "path", "required": true, "type": "string" }, "region": { "description": "Required. The Dataproc region in which to handle the request.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "projectId", "region" ], "request": { "$ref": "SubmitJobRequest" }, "response": { "$ref": "Job" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Submits a job to a cluster." }, "submitAsOperation": { "id": "dataproc.projects.regions.jobs.submitAsOperation", "path": "v1/projects/{projectId}/regions/{region}/jobs:submitAsOperation", "flatPath": "v1/projects/{projectId}/regions/{region}/jobs:submitAsOperation", "httpMethod": "POST", "parameters": { "projectId": { "description": "Required. The ID of the Google Cloud Platform project that the job belongs to.", "location": "path", "required": true, "type": "string" }, "region": { "description": "Required. The Dataproc region in which to handle the request.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "projectId", "region" ], "request": { "$ref": "SubmitJobRequest" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Submits job to a cluster." }, "get": { "id": "dataproc.projects.regions.jobs.get", "path": "v1/projects/{projectId}/regions/{region}/jobs/{jobId}", "flatPath": "v1/projects/{projectId}/regions/{region}/jobs/{jobId}", "httpMethod": "GET", "parameters": { "projectId": { "description": "Required. The ID of the Google Cloud Platform project that the job belongs to.", "location": "path", "required": true, "type": "string" }, "region": { "description": "Required. The Dataproc region in which to handle the request.", "location": "path", "required": true, "type": "string" }, "jobId": { "description": "Required. The job ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "projectId", "region", "jobId" ], "response": { "$ref": "Job" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets the resource representation for a job in a project." }, "list": { "id": "dataproc.projects.regions.jobs.list", "path": "v1/projects/{projectId}/regions/{region}/jobs", "flatPath": "v1/projects/{projectId}/regions/{region}/jobs", "httpMethod": "GET", "parameters": { "projectId": { "description": "Required. The ID of the Google Cloud Platform project that the job belongs to.", "location": "path", "required": true, "type": "string" }, "region": { "description": "Required. The Dataproc region in which to handle the request.", "location": "path", "required": true, "type": "string" }, "pageSize": { "description": "Optional. The number of results to return in each response.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "Optional. The page token, returned by a previous call, to request the next page of results.", "location": "query", "type": "string" }, "clusterName": { "description": "Optional. If set, the returned jobs list includes only jobs that were submitted to the named cluster.", "location": "query", "type": "string" }, "jobStateMatcher": { "description": "Optional. Specifies enumerated categories of jobs to list. (default = match ALL jobs).If filter is provided, jobStateMatcher will be ignored.", "location": "query", "type": "string", "enumDescriptions": [ "Match all jobs, regardless of state.", "Only match jobs in non-terminal states: PENDING, RUNNING, or CANCEL_PENDING.", "Only match jobs in terminal states: CANCELLED, DONE, or ERROR." ], "enum": [ "ALL", "ACTIVE", "NON_ACTIVE" ] }, "filter": { "description": "Optional. A filter constraining the jobs to list. Filters are case-sensitive and have the following syntax:field = value AND field = value ...where field is status.state or labels.[KEY], and [KEY] is a label key. value can be * to match all values. status.state can be either ACTIVE or NON_ACTIVE. Only the logical AND operator is supported; space-separated items are treated as having an implicit AND operator.Example filter:status.state = ACTIVE AND labels.env = staging AND labels.starred = *", "location": "query", "type": "string" } }, "parameterOrder": [ "projectId", "region" ], "response": { "$ref": "ListJobsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Lists regions/{region}/jobs in a project." }, "patch": { "id": "dataproc.projects.regions.jobs.patch", "path": "v1/projects/{projectId}/regions/{region}/jobs/{jobId}", "flatPath": "v1/projects/{projectId}/regions/{region}/jobs/{jobId}", "httpMethod": "PATCH", "parameters": { "projectId": { "description": "Required. The ID of the Google Cloud Platform project that the job belongs to.", "location": "path", "required": true, "type": "string" }, "region": { "description": "Required. The Dataproc region in which to handle the request.", "location": "path", "required": true, "type": "string" }, "jobId": { "description": "Required. The job ID.", "location": "path", "required": true, "type": "string" }, "updateMask": { "description": "Required. Specifies the path, relative to Job, of the field to update. For example, to update the labels of a Job the update_mask parameter would be specified as labels, and the PATCH request body would specify the new value. *Note:* Currently, labels is the only field that can be updated.", "location": "query", "type": "string", "format": "google-fieldmask" } }, "parameterOrder": [ "projectId", "region", "jobId" ], "request": { "$ref": "Job" }, "response": { "$ref": "Job" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Updates a job in a project." }, "cancel": { "id": "dataproc.projects.regions.jobs.cancel", "path": "v1/projects/{projectId}/regions/{region}/jobs/{jobId}:cancel", "flatPath": "v1/projects/{projectId}/regions/{region}/jobs/{jobId}:cancel", "httpMethod": "POST", "parameters": { "projectId": { "description": "Required. The ID of the Google Cloud Platform project that the job belongs to.", "location": "path", "required": true, "type": "string" }, "region": { "description": "Required. The Dataproc region in which to handle the request.", "location": "path", "required": true, "type": "string" }, "jobId": { "description": "Required. The job ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "projectId", "region", "jobId" ], "request": { "$ref": "CancelJobRequest" }, "response": { "$ref": "Job" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Starts a job cancellation request. To access the job resource after cancellation, call regions/{region}/jobs.list (https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.jobs/list) or regions/{region}/jobs.get (https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.jobs/get)." }, "delete": { "id": "dataproc.projects.regions.jobs.delete", "path": "v1/projects/{projectId}/regions/{region}/jobs/{jobId}", "flatPath": "v1/projects/{projectId}/regions/{region}/jobs/{jobId}", "httpMethod": "DELETE", "parameters": { "projectId": { "description": "Required. The ID of the Google Cloud Platform project that the job belongs to.", "location": "path", "required": true, "type": "string" }, "region": { "description": "Required. The Dataproc region in which to handle the request.", "location": "path", "required": true, "type": "string" }, "jobId": { "description": "Required. The job ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "projectId", "region", "jobId" ], "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Deletes the job from the project. If the job is active, the delete fails, and the response returns FAILED_PRECONDITION." }, "setIamPolicy": { "id": "dataproc.projects.regions.jobs.setIamPolicy", "path": "v1/{+resource}:setIamPolicy", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/jobs/{jobsId}:setIamPolicy", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/regions/[^/]+/jobs/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "SetIamPolicyRequest" }, "response": { "$ref": "Policy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors." }, "getIamPolicy": { "id": "dataproc.projects.regions.jobs.getIamPolicy", "path": "v1/{+resource}:getIamPolicy", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/jobs/{jobsId}:getIamPolicy", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/regions/[^/]+/jobs/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "GetIamPolicyRequest" }, "response": { "$ref": "Policy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set." }, "testIamPermissions": { "id": "dataproc.projects.regions.jobs.testIamPermissions", "path": "v1/{+resource}:testIamPermissions", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/jobs/{jobsId}:testIamPermissions", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/regions/[^/]+/jobs/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "TestIamPermissionsRequest" }, "response": { "$ref": "TestIamPermissionsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning." } } }, "workflowTemplates": { "methods": { "create": { "id": "dataproc.projects.regions.workflowTemplates.create", "path": "v1/{+parent}/workflowTemplates", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates", "httpMethod": "POST", "parameters": { "parent": { "description": "Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.create, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.workflowTemplates.create, the resource name of the location has the following format: projects/{project_id}/locations/{location}", "pattern": "^projects/[^/]+/regions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "parent" ], "request": { "$ref": "WorkflowTemplate" }, "response": { "$ref": "WorkflowTemplate" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Creates new workflow template." }, "get": { "id": "dataproc.projects.regions.workflowTemplates.get", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates/{workflowTemplatesId}", "httpMethod": "GET", "parameters": { "name": { "description": "Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.get, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.get, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}", "pattern": "^projects/[^/]+/regions/[^/]+/workflowTemplates/[^/]+$", "location": "path", "required": true, "type": "string" }, "version": { "description": "Optional. The version of workflow template to retrieve. Only previously instantiated versions can be retrieved.If unspecified, retrieves the current version.", "location": "query", "type": "integer", "format": "int32" } }, "parameterOrder": [ "name" ], "response": { "$ref": "WorkflowTemplate" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Retrieves the latest workflow template.Can retrieve previously instantiated template by specifying optional version parameter." }, "instantiate": { "id": "dataproc.projects.regions.workflowTemplates.instantiate", "path": "v1/{+name}:instantiate", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates/{workflowTemplatesId}:instantiate", "httpMethod": "POST", "parameters": { "name": { "description": "Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}", "pattern": "^projects/[^/]+/regions/[^/]+/workflowTemplates/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "request": { "$ref": "InstantiateWorkflowTemplateRequest" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Instantiates a template and begins execution.The returned Operation can be used to track execution of workflow by polling operations.get. The Operation will complete when entire workflow is finished.The running workflow can be aborted via operations.cancel. This will cause any inflight jobs to be cancelled and workflow-owned clusters to be deleted.The Operation.metadata will be WorkflowMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowmetadata).On successful completion, Operation.response will be Empty." }, "instantiateInline": { "id": "dataproc.projects.regions.workflowTemplates.instantiateInline", "path": "v1/{+parent}/workflowTemplates:instantiateInline", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates:instantiateInline", "httpMethod": "POST", "parameters": { "parent": { "description": "Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates,instantiateinline, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.workflowTemplates.instantiateinline, the resource name of the location has the following format: projects/{project_id}/locations/{location}", "pattern": "^projects/[^/]+/regions/[^/]+$", "location": "path", "required": true, "type": "string" }, "requestId": { "description": "Optional. A tag that prevents multiple concurrent workflow instances with the same tag from running. This mitigates risk of concurrent instances started due to retries.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The tag must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.", "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "request": { "$ref": "WorkflowTemplate" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Instantiates a template and begins execution.This method is equivalent to executing the sequence CreateWorkflowTemplate, InstantiateWorkflowTemplate, DeleteWorkflowTemplate.The returned Operation can be used to track execution of workflow by polling operations.get. The Operation will complete when entire workflow is finished.The running workflow can be aborted via operations.cancel. This will cause any inflight jobs to be cancelled and workflow-owned clusters to be deleted.The Operation.metadata will be WorkflowMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowmetadata).On successful completion, Operation.response will be Empty." }, "update": { "id": "dataproc.projects.regions.workflowTemplates.update", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates/{workflowTemplatesId}", "httpMethod": "PUT", "parameters": { "name": { "description": "Output only. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}", "pattern": "^projects/[^/]+/regions/[^/]+/workflowTemplates/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "request": { "$ref": "WorkflowTemplate" }, "response": { "$ref": "WorkflowTemplate" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Updates (replaces) workflow template. The updated template must contain version that matches the current server version." }, "list": { "id": "dataproc.projects.regions.workflowTemplates.list", "path": "v1/{+parent}/workflowTemplates", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates", "httpMethod": "GET", "parameters": { "parent": { "description": "Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates,list, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.workflowTemplates.list, the resource name of the location has the following format: projects/{project_id}/locations/{location}", "pattern": "^projects/[^/]+/regions/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageSize": { "description": "Optional. The maximum number of results to return in each response.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "Optional. The page token, returned by a previous call, to request the next page of results.", "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "response": { "$ref": "ListWorkflowTemplatesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Lists workflows that match the specified filter in the request." }, "delete": { "id": "dataproc.projects.regions.workflowTemplates.delete", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates/{workflowTemplatesId}", "httpMethod": "DELETE", "parameters": { "name": { "description": "Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.delete, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}", "pattern": "^projects/[^/]+/regions/[^/]+/workflowTemplates/[^/]+$", "location": "path", "required": true, "type": "string" }, "version": { "description": "Optional. The version of workflow template to delete. If specified, will only delete the template if the current server version matches specified version.", "location": "query", "type": "integer", "format": "int32" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Deletes a workflow template. It does not cancel in-progress workflows." }, "setIamPolicy": { "id": "dataproc.projects.regions.workflowTemplates.setIamPolicy", "path": "v1/{+resource}:setIamPolicy", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates/{workflowTemplatesId}:setIamPolicy", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/regions/[^/]+/workflowTemplates/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "SetIamPolicyRequest" }, "response": { "$ref": "Policy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors." }, "getIamPolicy": { "id": "dataproc.projects.regions.workflowTemplates.getIamPolicy", "path": "v1/{+resource}:getIamPolicy", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates/{workflowTemplatesId}:getIamPolicy", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/regions/[^/]+/workflowTemplates/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "GetIamPolicyRequest" }, "response": { "$ref": "Policy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set." }, "testIamPermissions": { "id": "dataproc.projects.regions.workflowTemplates.testIamPermissions", "path": "v1/{+resource}:testIamPermissions", "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates/{workflowTemplatesId}:testIamPermissions", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/regions/[^/]+/workflowTemplates/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "TestIamPermissionsRequest" }, "response": { "$ref": "TestIamPermissionsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning." } } } } }, "locations": { "resources": { "operations": { "methods": { "list": { "id": "dataproc.projects.locations.operations.list", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations", "httpMethod": "GET", "parameters": { "name": { "description": "The name of the operation's parent resource.", "pattern": "^projects/[^/]+/locations/[^/]+/operations$", "location": "path", "required": true, "type": "string" }, "filter": { "description": "The standard list filter.", "location": "query", "type": "string" }, "pageSize": { "description": "The standard list page size.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "The standard list page token.", "location": "query", "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "ListOperationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED." }, "get": { "id": "dataproc.projects.locations.operations.get", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}", "httpMethod": "GET", "parameters": { "name": { "description": "The name of the operation resource.", "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service." }, "delete": { "id": "dataproc.projects.locations.operations.delete", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}", "httpMethod": "DELETE", "parameters": { "name": { "description": "The name of the operation resource to be deleted.", "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED." }, "cancel": { "id": "dataproc.projects.locations.operations.cancel", "path": "v1/{+name}:cancel", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel", "httpMethod": "POST", "parameters": { "name": { "description": "The name of the operation resource to be cancelled.", "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED." } } }, "batches": { "methods": { "analyze": { "id": "dataproc.projects.locations.batches.analyze", "path": "v1/{+name}:analyze", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}:analyze", "httpMethod": "POST", "parameters": { "name": { "description": "Required. The fully qualified name of the batch to analyze in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID\"", "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "request": { "$ref": "AnalyzeBatchRequest" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Analyze a Batch for possible recommendations and insights." }, "create": { "id": "dataproc.projects.locations.batches.create", "path": "v1/{+parent}/batches", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches", "httpMethod": "POST", "parameters": { "parent": { "description": "Required. The parent resource where this batch will be created.", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" }, "batchId": { "description": "Optional. The ID to use for the batch, which will become the final component of the batch's resource name.This value must be 4-63 characters. Valid characters are /[a-z][0-9]-/.", "location": "query", "type": "string" }, "requestId": { "description": "Optional. A unique ID used to identify the request. If the service receives two CreateBatchRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateBatchRequest)s with the same request_id, the second request is ignored and the Operation that corresponds to the first Batch created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.", "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "request": { "$ref": "Batch" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Creates a batch workload that executes asynchronously." }, "get": { "id": "dataproc.projects.locations.batches.get", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}", "httpMethod": "GET", "parameters": { "name": { "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID\"", "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Batch" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets the batch workload resource representation." }, "list": { "id": "dataproc.projects.locations.batches.list", "path": "v1/{+parent}/batches", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches", "httpMethod": "GET", "parameters": { "parent": { "description": "Required. The parent, which owns this collection of batches.", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageSize": { "description": "Optional. The maximum number of batches to return in each response. The service may return fewer than this value. The default page size is 20; the maximum page size is 1000.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "Optional. A page token received from a previous ListBatches call. Provide this token to retrieve the subsequent page.", "location": "query", "type": "string" }, "filter": { "description": "Optional. A filter for the batches to return in the response.A filter is a logical expression constraining the values of various fields in each batch resource. Filters are case sensitive, and may contain multiple clauses combined with logical operators (AND/OR). Supported fields are batch_id, batch_uuid, state, create_time, and labels.e.g. state = RUNNING and create_time \u003c \"2023-01-01T00:00:00Z\" filters for batches in state RUNNING that were created before 2023-01-01. state = RUNNING and labels.environment=production filters for batches in state in a RUNNING state that have a production environment label.See https://google.aip.dev/assets/misc/ebnf-filtering.txt for a detailed description of the filter syntax and a list of supported comparisons.", "location": "query", "type": "string" }, "orderBy": { "description": "Optional. Field(s) on which to sort the list of batches.Currently the only supported sort orders are unspecified (empty) and create_time desc to sort by most recently created batches first.See https://google.aip.dev/132#ordering for more details.", "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "response": { "$ref": "ListBatchesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Lists batch workloads." }, "delete": { "id": "dataproc.projects.locations.batches.delete", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}", "httpMethod": "DELETE", "parameters": { "name": { "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID\"", "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Deletes the batch workload resource. If the batch is not in a CANCELLED, SUCCEEDED or FAILED State, the delete operation fails and the response returns FAILED_PRECONDITION." } } }, "autoscalingPolicies": { "methods": { "create": { "id": "dataproc.projects.locations.autoscalingPolicies.create", "path": "v1/{+parent}/autoscalingPolicies", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autoscalingPolicies", "httpMethod": "POST", "parameters": { "parent": { "description": "Required. The \"resource name\" of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.create, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.autoscalingPolicies.create, the resource name of the location has the following format: projects/{project_id}/locations/{location}", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "parent" ], "request": { "$ref": "AutoscalingPolicy" }, "response": { "$ref": "AutoscalingPolicy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Creates new autoscaling policy." }, "update": { "id": "dataproc.projects.locations.autoscalingPolicies.update", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autoscalingPolicies/{autoscalingPoliciesId}", "httpMethod": "PUT", "parameters": { "name": { "description": "Output only. The \"resource name\" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}", "pattern": "^projects/[^/]+/locations/[^/]+/autoscalingPolicies/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "request": { "$ref": "AutoscalingPolicy" }, "response": { "$ref": "AutoscalingPolicy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Updates (replaces) autoscaling policy.Disabled check for update_mask, because all updates will be full replacements." }, "get": { "id": "dataproc.projects.locations.autoscalingPolicies.get", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autoscalingPolicies/{autoscalingPoliciesId}", "httpMethod": "GET", "parameters": { "name": { "description": "Required. The \"resource name\" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.get, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies.get, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}", "pattern": "^projects/[^/]+/locations/[^/]+/autoscalingPolicies/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "AutoscalingPolicy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Retrieves autoscaling policy." }, "list": { "id": "dataproc.projects.locations.autoscalingPolicies.list", "path": "v1/{+parent}/autoscalingPolicies", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autoscalingPolicies", "httpMethod": "GET", "parameters": { "parent": { "description": "Required. The \"resource name\" of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.list, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.autoscalingPolicies.list, the resource name of the location has the following format: projects/{project_id}/locations/{location}", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageSize": { "description": "Optional. The maximum number of results to return in each response. Must be less than or equal to 1000. Defaults to 100.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "Optional. The page token, returned by a previous call, to request the next page of results.", "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "response": { "$ref": "ListAutoscalingPoliciesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Lists autoscaling policies in the project." }, "delete": { "id": "dataproc.projects.locations.autoscalingPolicies.delete", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autoscalingPolicies/{autoscalingPoliciesId}", "httpMethod": "DELETE", "parameters": { "name": { "description": "Required. The \"resource name\" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.delete, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies.delete, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}", "pattern": "^projects/[^/]+/locations/[^/]+/autoscalingPolicies/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Deletes an autoscaling policy. It is an error to delete an autoscaling policy that is in use by one or more clusters." }, "setIamPolicy": { "id": "dataproc.projects.locations.autoscalingPolicies.setIamPolicy", "path": "v1/{+resource}:setIamPolicy", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autoscalingPolicies/{autoscalingPoliciesId}:setIamPolicy", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/locations/[^/]+/autoscalingPolicies/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "SetIamPolicyRequest" }, "response": { "$ref": "Policy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors." }, "getIamPolicy": { "id": "dataproc.projects.locations.autoscalingPolicies.getIamPolicy", "path": "v1/{+resource}:getIamPolicy", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autoscalingPolicies/{autoscalingPoliciesId}:getIamPolicy", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/locations/[^/]+/autoscalingPolicies/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "GetIamPolicyRequest" }, "response": { "$ref": "Policy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set." }, "testIamPermissions": { "id": "dataproc.projects.locations.autoscalingPolicies.testIamPermissions", "path": "v1/{+resource}:testIamPermissions", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autoscalingPolicies/{autoscalingPoliciesId}:testIamPermissions", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/locations/[^/]+/autoscalingPolicies/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "TestIamPermissionsRequest" }, "response": { "$ref": "TestIamPermissionsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning." } } }, "sessions": { "methods": { "create": { "id": "dataproc.projects.locations.sessions.create", "path": "v1/{+parent}/sessions", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions", "httpMethod": "POST", "parameters": { "parent": { "description": "Required. The parent resource where this session will be created.", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" }, "sessionId": { "description": "Required. The ID to use for the session, which becomes the final component of the session's resource name.This value must be 4-63 characters. Valid characters are /a-z-/.", "location": "query", "type": "string" }, "requestId": { "description": "Optional. A unique ID used to identify the request. If the service receives two CreateSessionRequests (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateSessionRequest)s with the same ID, the second request is ignored, and the first Session is created and stored in the backend.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.", "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "request": { "$ref": "Session" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Create an interactive session asynchronously." }, "get": { "id": "dataproc.projects.locations.sessions.get", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}", "httpMethod": "GET", "parameters": { "name": { "description": "Required. The name of the session to retrieve.", "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Session" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets the resource representation for an interactive session." }, "list": { "id": "dataproc.projects.locations.sessions.list", "path": "v1/{+parent}/sessions", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions", "httpMethod": "GET", "parameters": { "parent": { "description": "Required. The parent, which owns this collection of sessions.", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageSize": { "description": "Optional. The maximum number of sessions to return in each response. The service may return fewer than this value.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "Optional. A page token received from a previous ListSessions call. Provide this token to retrieve the subsequent page.", "location": "query", "type": "string" }, "filter": { "description": "Optional. A filter for the sessions to return in the response.A filter is a logical expression constraining the values of various fields in each session resource. Filters are case sensitive, and may contain multiple clauses combined with logical operators (AND, OR). Supported fields are session_id, session_uuid, state, create_time, and labels.Example: state = ACTIVE and create_time \u003c \"2023-01-01T00:00:00Z\" is a filter for sessions in an ACTIVE state that were created before 2023-01-01. state = ACTIVE and labels.environment=production is a filter for sessions in an ACTIVE state that have a production environment label.See https://google.aip.dev/assets/misc/ebnf-filtering.txt for a detailed description of the filter syntax and a list of supported comparators.", "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "response": { "$ref": "ListSessionsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Lists interactive sessions." }, "terminate": { "id": "dataproc.projects.locations.sessions.terminate", "path": "v1/{+name}:terminate", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}:terminate", "httpMethod": "POST", "parameters": { "name": { "description": "Required. The name of the session resource to terminate.", "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "request": { "$ref": "TerminateSessionRequest" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Terminates the interactive session." }, "delete": { "id": "dataproc.projects.locations.sessions.delete", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}", "httpMethod": "DELETE", "parameters": { "name": { "description": "Required. The name of the session resource to delete.", "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+$", "location": "path", "required": true, "type": "string" }, "requestId": { "description": "Optional. A unique ID used to identify the request. If the service receives two DeleteSessionRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.DeleteSessionRequest)s with the same ID, the second request is ignored.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.", "location": "query", "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Deletes the interactive session resource. If the session is not in terminal state, it is terminated, and then deleted." } } }, "sessionTemplates": { "methods": { "create": { "id": "dataproc.projects.locations.sessionTemplates.create", "path": "v1/{+parent}/sessionTemplates", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessionTemplates", "httpMethod": "POST", "parameters": { "parent": { "description": "Required. The parent resource where this session template will be created.", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "parent" ], "request": { "$ref": "SessionTemplate" }, "response": { "$ref": "SessionTemplate" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Create a session template synchronously." }, "patch": { "id": "dataproc.projects.locations.sessionTemplates.patch", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessionTemplates/{sessionTemplatesId}", "httpMethod": "PATCH", "parameters": { "name": { "description": "Required. The resource name of the session template.", "pattern": "^projects/[^/]+/locations/[^/]+/sessionTemplates/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "request": { "$ref": "SessionTemplate" }, "response": { "$ref": "SessionTemplate" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Updates the session template synchronously." }, "get": { "id": "dataproc.projects.locations.sessionTemplates.get", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessionTemplates/{sessionTemplatesId}", "httpMethod": "GET", "parameters": { "name": { "description": "Required. The name of the session template to retrieve.", "pattern": "^projects/[^/]+/locations/[^/]+/sessionTemplates/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "SessionTemplate" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets the resource representation for a session template." }, "list": { "id": "dataproc.projects.locations.sessionTemplates.list", "path": "v1/{+parent}/sessionTemplates", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessionTemplates", "httpMethod": "GET", "parameters": { "parent": { "description": "Required. The parent that owns this collection of session templates.", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageSize": { "description": "Optional. The maximum number of sessions to return in each response. The service may return fewer than this value.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "Optional. A page token received from a previous ListSessions call. Provide this token to retrieve the subsequent page.", "location": "query", "type": "string" }, "filter": { "description": "Optional. A filter for the session templates to return in the response. Filters are case sensitive and have the following syntax:field = value AND field = value ...", "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "response": { "$ref": "ListSessionTemplatesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Lists session templates." }, "delete": { "id": "dataproc.projects.locations.sessionTemplates.delete", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessionTemplates/{sessionTemplatesId}", "httpMethod": "DELETE", "parameters": { "name": { "description": "Required. The name of the session template resource to delete.", "pattern": "^projects/[^/]+/locations/[^/]+/sessionTemplates/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Deletes a session template." } } }, "workflowTemplates": { "methods": { "create": { "id": "dataproc.projects.locations.workflowTemplates.create", "path": "v1/{+parent}/workflowTemplates", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates", "httpMethod": "POST", "parameters": { "parent": { "description": "Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.create, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.workflowTemplates.create, the resource name of the location has the following format: projects/{project_id}/locations/{location}", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "parent" ], "request": { "$ref": "WorkflowTemplate" }, "response": { "$ref": "WorkflowTemplate" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Creates new workflow template." }, "get": { "id": "dataproc.projects.locations.workflowTemplates.get", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates/{workflowTemplatesId}", "httpMethod": "GET", "parameters": { "name": { "description": "Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.get, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.get, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}", "pattern": "^projects/[^/]+/locations/[^/]+/workflowTemplates/[^/]+$", "location": "path", "required": true, "type": "string" }, "version": { "description": "Optional. The version of workflow template to retrieve. Only previously instantiated versions can be retrieved.If unspecified, retrieves the current version.", "location": "query", "type": "integer", "format": "int32" } }, "parameterOrder": [ "name" ], "response": { "$ref": "WorkflowTemplate" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Retrieves the latest workflow template.Can retrieve previously instantiated template by specifying optional version parameter." }, "instantiate": { "id": "dataproc.projects.locations.workflowTemplates.instantiate", "path": "v1/{+name}:instantiate", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates/{workflowTemplatesId}:instantiate", "httpMethod": "POST", "parameters": { "name": { "description": "Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}", "pattern": "^projects/[^/]+/locations/[^/]+/workflowTemplates/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "request": { "$ref": "InstantiateWorkflowTemplateRequest" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Instantiates a template and begins execution.The returned Operation can be used to track execution of workflow by polling operations.get. The Operation will complete when entire workflow is finished.The running workflow can be aborted via operations.cancel. This will cause any inflight jobs to be cancelled and workflow-owned clusters to be deleted.The Operation.metadata will be WorkflowMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowmetadata).On successful completion, Operation.response will be Empty." }, "instantiateInline": { "id": "dataproc.projects.locations.workflowTemplates.instantiateInline", "path": "v1/{+parent}/workflowTemplates:instantiateInline", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates:instantiateInline", "httpMethod": "POST", "parameters": { "parent": { "description": "Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates,instantiateinline, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.workflowTemplates.instantiateinline, the resource name of the location has the following format: projects/{project_id}/locations/{location}", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" }, "requestId": { "description": "Optional. A tag that prevents multiple concurrent workflow instances with the same tag from running. This mitigates risk of concurrent instances started due to retries.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The tag must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.", "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "request": { "$ref": "WorkflowTemplate" }, "response": { "$ref": "Operation" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Instantiates a template and begins execution.This method is equivalent to executing the sequence CreateWorkflowTemplate, InstantiateWorkflowTemplate, DeleteWorkflowTemplate.The returned Operation can be used to track execution of workflow by polling operations.get. The Operation will complete when entire workflow is finished.The running workflow can be aborted via operations.cancel. This will cause any inflight jobs to be cancelled and workflow-owned clusters to be deleted.The Operation.metadata will be WorkflowMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowmetadata).On successful completion, Operation.response will be Empty." }, "update": { "id": "dataproc.projects.locations.workflowTemplates.update", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates/{workflowTemplatesId}", "httpMethod": "PUT", "parameters": { "name": { "description": "Output only. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}", "pattern": "^projects/[^/]+/locations/[^/]+/workflowTemplates/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "request": { "$ref": "WorkflowTemplate" }, "response": { "$ref": "WorkflowTemplate" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Updates (replaces) workflow template. The updated template must contain version that matches the current server version." }, "list": { "id": "dataproc.projects.locations.workflowTemplates.list", "path": "v1/{+parent}/workflowTemplates", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates", "httpMethod": "GET", "parameters": { "parent": { "description": "Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates,list, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.workflowTemplates.list, the resource name of the location has the following format: projects/{project_id}/locations/{location}", "pattern": "^projects/[^/]+/locations/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageSize": { "description": "Optional. The maximum number of results to return in each response.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "Optional. The page token, returned by a previous call, to request the next page of results.", "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "response": { "$ref": "ListWorkflowTemplatesResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Lists workflows that match the specified filter in the request." }, "delete": { "id": "dataproc.projects.locations.workflowTemplates.delete", "path": "v1/{+name}", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates/{workflowTemplatesId}", "httpMethod": "DELETE", "parameters": { "name": { "description": "Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.delete, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}", "pattern": "^projects/[^/]+/locations/[^/]+/workflowTemplates/[^/]+$", "location": "path", "required": true, "type": "string" }, "version": { "description": "Optional. The version of workflow template to delete. If specified, will only delete the template if the current server version matches specified version.", "location": "query", "type": "integer", "format": "int32" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Deletes a workflow template. It does not cancel in-progress workflows." }, "setIamPolicy": { "id": "dataproc.projects.locations.workflowTemplates.setIamPolicy", "path": "v1/{+resource}:setIamPolicy", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates/{workflowTemplatesId}:setIamPolicy", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/locations/[^/]+/workflowTemplates/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "SetIamPolicyRequest" }, "response": { "$ref": "Policy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors." }, "getIamPolicy": { "id": "dataproc.projects.locations.workflowTemplates.getIamPolicy", "path": "v1/{+resource}:getIamPolicy", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates/{workflowTemplatesId}:getIamPolicy", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/locations/[^/]+/workflowTemplates/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "GetIamPolicyRequest" }, "response": { "$ref": "Policy" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set." }, "testIamPermissions": { "id": "dataproc.projects.locations.workflowTemplates.testIamPermissions", "path": "v1/{+resource}:testIamPermissions", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates/{workflowTemplatesId}:testIamPermissions", "httpMethod": "POST", "parameters": { "resource": { "description": "REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", "pattern": "^projects/[^/]+/locations/[^/]+/workflowTemplates/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "resource" ], "request": { "$ref": "TestIamPermissionsRequest" }, "response": { "$ref": "TestIamPermissionsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ], "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning." } } } } } } } }, "fullyEncodeReservedExpansion": true, "canonicalName": "Dataproc", "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", "x32": "http://www.google.com/images/icons/product/search-32.gif" }, "rootUrl": "https://dataproc.googleapis.com/", "ownerDomain": "google.com", "ownerName": "Google", "batchPath": "batch", "title": "Cloud Dataproc API", "id": "dataproc:v1", "version": "v1", "documentationLink": "https://cloud.google.com/dataproc/", "revision": "20240429", "name": "dataproc", "protocol": "rest", "servicePath": "", "endpoints": [ { "endpointUrl": "https://dataproc.europe-west3.rep.googleapis.com/", "location": "europe-west3", "description": "Regional Endpoint" }, { "endpointUrl": "https://dataproc.europe-west9.rep.googleapis.com/", "location": "europe-west9", "description": "Regional Endpoint" }, { "endpointUrl": "https://dataproc.me-central2.rep.googleapis.com/", "location": "me-central2", "description": "Regional Endpoint" } ], "kind": "discovery#restDescription", "basePath": "" }