dataproc  v1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345678]
 NGoogle
 NApis
 NDataproc
 Nv1
 NData
 CAcceleratorConfigSpecifies the type and number of accelerator cards attached to the instances of an instance. See GPUs on Compute Engine.
 CAutoscalingConfigAutoscaling Policy config associated with the cluster.
 CAutoscalingPolicyDescribes an autoscaling policy for Dataproc cluster autoscaler.
 CBasicAutoscalingAlgorithmBasic algorithm for autoscaling.
 CBasicYarnAutoscalingConfigBasic autoscaling configurations for YARN.
 CBindingAssociates members with a role.
 CCancelJobRequestA request to cancel a job.
 CClusterDescribes the identifying information, config, and status of a cluster of Compute Engine instances.
 CClusterConfigThe cluster config.
 CClusterMetricsContains 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.
 CClusterOperationThe cluster operation triggered by a workflow.
 CClusterOperationMetadataMetadata describing the operation.
 CClusterOperationStatusThe status of the operation.
 CClusterSelectorA selector that chooses target cluster for jobs based on metadata.
 CClusterStatusThe status of a cluster and its instances.
 CDiagnoseClusterRequestA request to collect cluster diagnostic information.
 CDiagnoseClusterResultsThe location of diagnostic output.
 CDiskConfigSpecifies the config of disk options for a group of VM instances.
 CEmptyA 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); } The JSON representation for Empty is empty JSON object {}.
 CEncryptionConfigEncryption settings for the cluster.
 CExprRepresents 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() < 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.
 CGceClusterConfigCommon config settings for resources of Compute Engine cluster instances, applicable to all instances in the cluster.
 CGetIamPolicyRequestRequest message for GetIamPolicy method.
 CGetPolicyOptionsEncapsulates settings provided to GetIamPolicy.
 CHadoopJobA 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).
 CHiveJobA Dataproc job for running Apache Hive (https://hive.apache.org/) queries on YARN.
 CInstanceGroupAutoscalingPolicyConfigConfiguration for the size bounds of an instance group, including its proportional size to other groups.
 CInstanceGroupConfigThe config settings for Compute Engine resources in an instance group, such as a master or worker group.
 CInstantiateWorkflowTemplateRequestA request to instantiate a workflow template.
 CJobA Dataproc job resource.
 CJobPlacementDataproc job config.
 CJobReferenceEncapsulates the full scoping used to reference a job.
 CJobSchedulingJob scheduling options.
 CJobStatusDataproc job status.
 CKerberosConfigSpecifies Kerberos related configuration.
 CLifecycleConfigSpecifies the cluster auto-delete schedule configuration.
 CListAutoscalingPoliciesResponseA response to a request to list autoscaling policies in a project.
 CListClustersResponseThe list of all clusters in a project.
 CListJobsResponseA list of jobs in a project.
 CListOperationsResponseThe response message for Operations.ListOperations.
 CListWorkflowTemplatesResponseA response to a request to list workflow templates in a project.
 CLoggingConfigThe runtime logging config of the job.
 CManagedClusterCluster that is managed by the workflow.
 CManagedGroupConfigSpecifies the resources used to actively manage an instance group.
 CNodeInitializationActionSpecifies an executable to run on a fully configured node and a timeout period for executable completion.
 COperationThis resource represents a long-running operation that is the result of a network API call.
 COrderedJobA job executed by the workflow.
 CParameterValidationConfiguration for parameter validation.
 CPigJobA Dataproc job for running Apache Pig (https://pig.apache.org/) queries on YARN.
 CPolicyAn 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 to a single role. Members 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.Optionally, a binding can 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.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 < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } YAML example: bindings: - members: - user:mike@.nosp@m.exam.nosp@m.ple.c.nosp@m.om - group:admin.nosp@m.s@ex.nosp@m.ample.nosp@m..com - domain:google.com - serviceAccount:my-pr.nosp@m.ojec.nosp@m.t-id@.nosp@m.apps.nosp@m.pot.g.nosp@m.serv.nosp@m.iceac.nosp@m.coun.nosp@m.t.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@e.nosp@m.xamp.nosp@m.le.co.nosp@m.m role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < 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/).
 CPrestoJobA Dataproc job for running Presto (https://prestosql.io/) queries
 CPySparkJobA Dataproc job for running Apache PySpark (https://spark.apache.org/docs/0.9.0/python-programming- guide.html) applications on YARN.
 CQueryListA list of queries to run on a cluster.
 CRegexValidationValidation based on regular expressions.
 CReservationAffinityReservation Affinity for consuming Zonal reservation.
 CSecurityConfigSecurity related configuration, including Kerberos.
 CSetIamPolicyRequestRequest message for SetIamPolicy method.
 CSoftwareConfigSpecifies the selection and config of software inside the cluster.
 CSparkJobA Dataproc job for running Apache Spark (http://spark.apache.org/) applications on YARN.
 CSparkRJobA Dataproc job for running Apache SparkR (https://spark.apache.org/docs/latest/sparkr.html) applications on YARN.
 CSparkSqlJobA Dataproc job for running Apache Spark SQL (http://spark.apache.org/sql/) queries.
 CStatusThe 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).
 CSubmitJobRequestA request to submit a job.
 CTemplateParameterA 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)
 CTestIamPermissionsRequestRequest message for TestIamPermissions method.
 CTestIamPermissionsResponseResponse message for TestIamPermissions method.
 CValueValidationValidation based on a list of allowed values.
 CWorkflowGraphThe workflow graph.
 CWorkflowMetadataA Dataproc workflow template resource.
 CWorkflowNodeThe workflow node.
 CWorkflowTemplateA Dataproc workflow template resource.
 CWorkflowTemplatePlacementSpecifies workflow execution target.Either managed_cluster or cluster_selector is required.
 CYarnApplicationA 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.
 CDataprocBaseServiceRequestA base abstract class for Dataproc requests.
 CDataprocServiceThe Dataproc Service.
 CProjectsResourceThe "projects" collection of methods.
 CLocationsResourceThe "locations" collection of methods.
 CAutoscalingPoliciesResourceThe "autoscalingPolicies" collection of methods.
 CWorkflowTemplatesResourceThe "workflowTemplates" collection of methods.
 CRegionsResourceThe "regions" collection of methods.
 CAutoscalingPoliciesResourceThe "autoscalingPolicies" collection of methods.
 CClustersResourceThe "clusters" collection of methods.
 CJobsResourceThe "jobs" collection of methods.
 COperationsResourceThe "operations" collection of methods.
 CWorkflowTemplatesResourceThe "workflowTemplates" collection of methods.