1 // Copyright 2022 Google LLC 2 // 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 // you may not use this file except in compliance with the License. 5 // You may obtain a copy of the License at 6 // 7 // http://www.apache.org/licenses/LICENSE-2.0 8 // 9 // Unless required by applicable law or agreed to in writing, software 10 // distributed under the License is distributed on an "AS IS" BASIS, 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 // See the License for the specific language governing permissions and 13 // limitations under the License. 14 15 // Code generated by aliasgen. DO NOT EDIT. 16 17 // Package dataproc aliases all exported identifiers in package 18 // "cloud.google.com/go/dataproc/v2/apiv1/dataprocpb". 19 // 20 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb. 21 // Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md 22 // for more details. 23 package dataproc 24 25 import ( 26 src "cloud.google.com/go/dataproc/v2/apiv1/dataprocpb" 27 grpc "google.golang.org/grpc" 28 ) 29 30 // Deprecated: Please use consts in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 31 const ( 32 BatchOperationMetadata_BATCH = src.BatchOperationMetadata_BATCH 33 BatchOperationMetadata_BATCH_OPERATION_TYPE_UNSPECIFIED = src.BatchOperationMetadata_BATCH_OPERATION_TYPE_UNSPECIFIED 34 Batch_CANCELLED = src.Batch_CANCELLED 35 Batch_CANCELLING = src.Batch_CANCELLING 36 Batch_FAILED = src.Batch_FAILED 37 Batch_PENDING = src.Batch_PENDING 38 Batch_RUNNING = src.Batch_RUNNING 39 Batch_STATE_UNSPECIFIED = src.Batch_STATE_UNSPECIFIED 40 Batch_SUCCEEDED = src.Batch_SUCCEEDED 41 ClusterOperationStatus_DONE = src.ClusterOperationStatus_DONE 42 ClusterOperationStatus_PENDING = src.ClusterOperationStatus_PENDING 43 ClusterOperationStatus_RUNNING = src.ClusterOperationStatus_RUNNING 44 ClusterOperationStatus_UNKNOWN = src.ClusterOperationStatus_UNKNOWN 45 ClusterStatus_CREATING = src.ClusterStatus_CREATING 46 ClusterStatus_DELETING = src.ClusterStatus_DELETING 47 ClusterStatus_ERROR = src.ClusterStatus_ERROR 48 ClusterStatus_ERROR_DUE_TO_UPDATE = src.ClusterStatus_ERROR_DUE_TO_UPDATE 49 ClusterStatus_RUNNING = src.ClusterStatus_RUNNING 50 ClusterStatus_STALE_STATUS = src.ClusterStatus_STALE_STATUS 51 ClusterStatus_STARTING = src.ClusterStatus_STARTING 52 ClusterStatus_STOPPED = src.ClusterStatus_STOPPED 53 ClusterStatus_STOPPING = src.ClusterStatus_STOPPING 54 ClusterStatus_UNHEALTHY = src.ClusterStatus_UNHEALTHY 55 ClusterStatus_UNKNOWN = src.ClusterStatus_UNKNOWN 56 ClusterStatus_UNSPECIFIED = src.ClusterStatus_UNSPECIFIED 57 ClusterStatus_UPDATING = src.ClusterStatus_UPDATING 58 Component_ANACONDA = src.Component_ANACONDA 59 Component_COMPONENT_UNSPECIFIED = src.Component_COMPONENT_UNSPECIFIED 60 Component_DOCKER = src.Component_DOCKER 61 Component_DRUID = src.Component_DRUID 62 Component_FLINK = src.Component_FLINK 63 Component_HBASE = src.Component_HBASE 64 Component_HIVE_WEBHCAT = src.Component_HIVE_WEBHCAT 65 Component_JUPYTER = src.Component_JUPYTER 66 Component_PRESTO = src.Component_PRESTO 67 Component_RANGER = src.Component_RANGER 68 Component_SOLR = src.Component_SOLR 69 Component_ZEPPELIN = src.Component_ZEPPELIN 70 Component_ZOOKEEPER = src.Component_ZOOKEEPER 71 DataprocMetricConfig_HDFS = src.DataprocMetricConfig_HDFS 72 DataprocMetricConfig_HIVESERVER2 = src.DataprocMetricConfig_HIVESERVER2 73 DataprocMetricConfig_METRIC_SOURCE_UNSPECIFIED = src.DataprocMetricConfig_METRIC_SOURCE_UNSPECIFIED 74 DataprocMetricConfig_MONITORING_AGENT_DEFAULTS = src.DataprocMetricConfig_MONITORING_AGENT_DEFAULTS 75 DataprocMetricConfig_SPARK = src.DataprocMetricConfig_SPARK 76 DataprocMetricConfig_SPARK_HISTORY_SERVER = src.DataprocMetricConfig_SPARK_HISTORY_SERVER 77 DataprocMetricConfig_YARN = src.DataprocMetricConfig_YARN 78 FailureAction_DELETE = src.FailureAction_DELETE 79 FailureAction_FAILURE_ACTION_UNSPECIFIED = src.FailureAction_FAILURE_ACTION_UNSPECIFIED 80 FailureAction_NO_ACTION = src.FailureAction_NO_ACTION 81 GceClusterConfig_BIDIRECTIONAL = src.GceClusterConfig_BIDIRECTIONAL 82 GceClusterConfig_INHERIT_FROM_SUBNETWORK = src.GceClusterConfig_INHERIT_FROM_SUBNETWORK 83 GceClusterConfig_OUTBOUND = src.GceClusterConfig_OUTBOUND 84 GceClusterConfig_PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = src.GceClusterConfig_PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED 85 GkeNodePoolTarget_CONTROLLER = src.GkeNodePoolTarget_CONTROLLER 86 GkeNodePoolTarget_DEFAULT = src.GkeNodePoolTarget_DEFAULT 87 GkeNodePoolTarget_ROLE_UNSPECIFIED = src.GkeNodePoolTarget_ROLE_UNSPECIFIED 88 GkeNodePoolTarget_SPARK_DRIVER = src.GkeNodePoolTarget_SPARK_DRIVER 89 GkeNodePoolTarget_SPARK_EXECUTOR = src.GkeNodePoolTarget_SPARK_EXECUTOR 90 InstanceGroupConfig_NON_PREEMPTIBLE = src.InstanceGroupConfig_NON_PREEMPTIBLE 91 InstanceGroupConfig_PREEMPTIBILITY_UNSPECIFIED = src.InstanceGroupConfig_PREEMPTIBILITY_UNSPECIFIED 92 InstanceGroupConfig_PREEMPTIBLE = src.InstanceGroupConfig_PREEMPTIBLE 93 JobStatus_ATTEMPT_FAILURE = src.JobStatus_ATTEMPT_FAILURE 94 JobStatus_CANCELLED = src.JobStatus_CANCELLED 95 JobStatus_CANCEL_PENDING = src.JobStatus_CANCEL_PENDING 96 JobStatus_CANCEL_STARTED = src.JobStatus_CANCEL_STARTED 97 JobStatus_DONE = src.JobStatus_DONE 98 JobStatus_ERROR = src.JobStatus_ERROR 99 JobStatus_PENDING = src.JobStatus_PENDING 100 JobStatus_QUEUED = src.JobStatus_QUEUED 101 JobStatus_RUNNING = src.JobStatus_RUNNING 102 JobStatus_SETUP_DONE = src.JobStatus_SETUP_DONE 103 JobStatus_STALE_STATUS = src.JobStatus_STALE_STATUS 104 JobStatus_STATE_UNSPECIFIED = src.JobStatus_STATE_UNSPECIFIED 105 JobStatus_SUBMITTED = src.JobStatus_SUBMITTED 106 JobStatus_UNSPECIFIED = src.JobStatus_UNSPECIFIED 107 ListJobsRequest_ACTIVE = src.ListJobsRequest_ACTIVE 108 ListJobsRequest_ALL = src.ListJobsRequest_ALL 109 ListJobsRequest_NON_ACTIVE = src.ListJobsRequest_NON_ACTIVE 110 LoggingConfig_ALL = src.LoggingConfig_ALL 111 LoggingConfig_DEBUG = src.LoggingConfig_DEBUG 112 LoggingConfig_ERROR = src.LoggingConfig_ERROR 113 LoggingConfig_FATAL = src.LoggingConfig_FATAL 114 LoggingConfig_INFO = src.LoggingConfig_INFO 115 LoggingConfig_LEVEL_UNSPECIFIED = src.LoggingConfig_LEVEL_UNSPECIFIED 116 LoggingConfig_OFF = src.LoggingConfig_OFF 117 LoggingConfig_TRACE = src.LoggingConfig_TRACE 118 LoggingConfig_WARN = src.LoggingConfig_WARN 119 ReservationAffinity_ANY_RESERVATION = src.ReservationAffinity_ANY_RESERVATION 120 ReservationAffinity_NO_RESERVATION = src.ReservationAffinity_NO_RESERVATION 121 ReservationAffinity_SPECIFIC_RESERVATION = src.ReservationAffinity_SPECIFIC_RESERVATION 122 ReservationAffinity_TYPE_UNSPECIFIED = src.ReservationAffinity_TYPE_UNSPECIFIED 123 WorkflowMetadata_DONE = src.WorkflowMetadata_DONE 124 WorkflowMetadata_PENDING = src.WorkflowMetadata_PENDING 125 WorkflowMetadata_RUNNING = src.WorkflowMetadata_RUNNING 126 WorkflowMetadata_UNKNOWN = src.WorkflowMetadata_UNKNOWN 127 WorkflowNode_BLOCKED = src.WorkflowNode_BLOCKED 128 WorkflowNode_COMPLETED = src.WorkflowNode_COMPLETED 129 WorkflowNode_FAILED = src.WorkflowNode_FAILED 130 WorkflowNode_NODE_STATE_UNSPECIFIED = src.WorkflowNode_NODE_STATE_UNSPECIFIED 131 WorkflowNode_RUNNABLE = src.WorkflowNode_RUNNABLE 132 WorkflowNode_RUNNING = src.WorkflowNode_RUNNING 133 YarnApplication_ACCEPTED = src.YarnApplication_ACCEPTED 134 YarnApplication_FAILED = src.YarnApplication_FAILED 135 YarnApplication_FINISHED = src.YarnApplication_FINISHED 136 YarnApplication_KILLED = src.YarnApplication_KILLED 137 YarnApplication_NEW = src.YarnApplication_NEW 138 YarnApplication_NEW_SAVING = src.YarnApplication_NEW_SAVING 139 YarnApplication_RUNNING = src.YarnApplication_RUNNING 140 YarnApplication_STATE_UNSPECIFIED = src.YarnApplication_STATE_UNSPECIFIED 141 YarnApplication_SUBMITTED = src.YarnApplication_SUBMITTED 142 ) 143 144 // Deprecated: Please use vars in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 145 var ( 146 BatchOperationMetadata_BatchOperationType_name = src.BatchOperationMetadata_BatchOperationType_name 147 BatchOperationMetadata_BatchOperationType_value = src.BatchOperationMetadata_BatchOperationType_value 148 Batch_State_name = src.Batch_State_name 149 Batch_State_value = src.Batch_State_value 150 ClusterOperationStatus_State_name = src.ClusterOperationStatus_State_name 151 ClusterOperationStatus_State_value = src.ClusterOperationStatus_State_value 152 ClusterStatus_State_name = src.ClusterStatus_State_name 153 ClusterStatus_State_value = src.ClusterStatus_State_value 154 ClusterStatus_Substate_name = src.ClusterStatus_Substate_name 155 ClusterStatus_Substate_value = src.ClusterStatus_Substate_value 156 Component_name = src.Component_name 157 Component_value = src.Component_value 158 DataprocMetricConfig_MetricSource_name = src.DataprocMetricConfig_MetricSource_name 159 DataprocMetricConfig_MetricSource_value = src.DataprocMetricConfig_MetricSource_value 160 FailureAction_name = src.FailureAction_name 161 FailureAction_value = src.FailureAction_value 162 File_google_cloud_dataproc_v1_autoscaling_policies_proto = src.File_google_cloud_dataproc_v1_autoscaling_policies_proto 163 File_google_cloud_dataproc_v1_batches_proto = src.File_google_cloud_dataproc_v1_batches_proto 164 File_google_cloud_dataproc_v1_clusters_proto = src.File_google_cloud_dataproc_v1_clusters_proto 165 File_google_cloud_dataproc_v1_jobs_proto = src.File_google_cloud_dataproc_v1_jobs_proto 166 File_google_cloud_dataproc_v1_operations_proto = src.File_google_cloud_dataproc_v1_operations_proto 167 File_google_cloud_dataproc_v1_shared_proto = src.File_google_cloud_dataproc_v1_shared_proto 168 File_google_cloud_dataproc_v1_workflow_templates_proto = src.File_google_cloud_dataproc_v1_workflow_templates_proto 169 GceClusterConfig_PrivateIpv6GoogleAccess_name = src.GceClusterConfig_PrivateIpv6GoogleAccess_name 170 GceClusterConfig_PrivateIpv6GoogleAccess_value = src.GceClusterConfig_PrivateIpv6GoogleAccess_value 171 GkeNodePoolTarget_Role_name = src.GkeNodePoolTarget_Role_name 172 GkeNodePoolTarget_Role_value = src.GkeNodePoolTarget_Role_value 173 InstanceGroupConfig_Preemptibility_name = src.InstanceGroupConfig_Preemptibility_name 174 InstanceGroupConfig_Preemptibility_value = src.InstanceGroupConfig_Preemptibility_value 175 JobStatus_State_name = src.JobStatus_State_name 176 JobStatus_State_value = src.JobStatus_State_value 177 JobStatus_Substate_name = src.JobStatus_Substate_name 178 JobStatus_Substate_value = src.JobStatus_Substate_value 179 ListJobsRequest_JobStateMatcher_name = src.ListJobsRequest_JobStateMatcher_name 180 ListJobsRequest_JobStateMatcher_value = src.ListJobsRequest_JobStateMatcher_value 181 LoggingConfig_Level_name = src.LoggingConfig_Level_name 182 LoggingConfig_Level_value = src.LoggingConfig_Level_value 183 ReservationAffinity_Type_name = src.ReservationAffinity_Type_name 184 ReservationAffinity_Type_value = src.ReservationAffinity_Type_value 185 WorkflowMetadata_State_name = src.WorkflowMetadata_State_name 186 WorkflowMetadata_State_value = src.WorkflowMetadata_State_value 187 WorkflowNode_NodeState_name = src.WorkflowNode_NodeState_name 188 WorkflowNode_NodeState_value = src.WorkflowNode_NodeState_value 189 YarnApplication_State_name = src.YarnApplication_State_name 190 YarnApplication_State_value = src.YarnApplication_State_value 191 ) 192 193 // Specifies the type and number of accelerator cards attached to the 194 // instances of an instance. See [GPUs on Compute 195 // Engine](https://cloud.google.com/compute/docs/gpus/). 196 // 197 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 198 type AcceleratorConfig = src.AcceleratorConfig 199 200 // Autoscaling Policy config associated with the cluster. 201 // 202 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 203 type AutoscalingConfig = src.AutoscalingConfig 204 205 // Describes an autoscaling policy for Dataproc cluster autoscaler. 206 // 207 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 208 type AutoscalingPolicy = src.AutoscalingPolicy 209 210 // AutoscalingPolicyServiceClient is the client API for 211 // AutoscalingPolicyService service. For semantics around ctx use and 212 // closing/ending streaming RPCs, please refer to 213 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 214 // 215 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 216 type AutoscalingPolicyServiceClient = src.AutoscalingPolicyServiceClient 217 218 // AutoscalingPolicyServiceServer is the server API for 219 // AutoscalingPolicyService service. 220 // 221 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 222 type AutoscalingPolicyServiceServer = src.AutoscalingPolicyServiceServer 223 type AutoscalingPolicy_BasicAlgorithm = src.AutoscalingPolicy_BasicAlgorithm 224 225 // Auxiliary services configuration for a Cluster. 226 // 227 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 228 type AuxiliaryServicesConfig = src.AuxiliaryServicesConfig 229 230 // Basic algorithm for autoscaling. 231 // 232 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 233 type BasicAutoscalingAlgorithm = src.BasicAutoscalingAlgorithm 234 type BasicAutoscalingAlgorithm_YarnConfig = src.BasicAutoscalingAlgorithm_YarnConfig 235 236 // Basic autoscaling configurations for YARN. 237 // 238 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 239 type BasicYarnAutoscalingConfig = src.BasicYarnAutoscalingConfig 240 241 // A representation of a batch workload in the service. 242 // 243 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 244 type Batch = src.Batch 245 246 // BatchControllerClient is the client API for BatchController service. For 247 // semantics around ctx use and closing/ending streaming RPCs, please refer to 248 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 249 // 250 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 251 type BatchControllerClient = src.BatchControllerClient 252 253 // BatchControllerServer is the server API for BatchController service. 254 // 255 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 256 type BatchControllerServer = src.BatchControllerServer 257 258 // Metadata describing the Batch operation. 259 // 260 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 261 type BatchOperationMetadata = src.BatchOperationMetadata 262 263 // Operation type for Batch resources 264 // 265 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 266 type BatchOperationMetadata_BatchOperationType = src.BatchOperationMetadata_BatchOperationType 267 type Batch_PysparkBatch = src.Batch_PysparkBatch 268 type Batch_SparkBatch = src.Batch_SparkBatch 269 type Batch_SparkRBatch = src.Batch_SparkRBatch 270 type Batch_SparkSqlBatch = src.Batch_SparkSqlBatch 271 272 // The batch state. 273 // 274 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 275 type Batch_State = src.Batch_State 276 277 // Historical state information. 278 // 279 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 280 type Batch_StateHistory = src.Batch_StateHistory 281 282 // A request to cancel a job. 283 // 284 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 285 type CancelJobRequest = src.CancelJobRequest 286 287 // Describes the identifying information, config, and status of a Dataproc 288 // cluster 289 // 290 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 291 type Cluster = src.Cluster 292 293 // The cluster config. 294 // 295 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 296 type ClusterConfig = src.ClusterConfig 297 298 // ClusterControllerClient is the client API for ClusterController service. 299 // For semantics around ctx use and closing/ending streaming RPCs, please refer 300 // to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 301 // 302 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 303 type ClusterControllerClient = src.ClusterControllerClient 304 305 // ClusterControllerServer is the server API for ClusterController service. 306 // 307 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 308 type ClusterControllerServer = src.ClusterControllerServer 309 310 // Contains cluster daemon metrics, such as HDFS and YARN stats. **Beta 311 // Feature**: This report is available for testing purposes only. It may be 312 // changed before final release. 313 // 314 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 315 type ClusterMetrics = src.ClusterMetrics 316 317 // The cluster operation triggered by a workflow. 318 // 319 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 320 type ClusterOperation = src.ClusterOperation 321 322 // Metadata describing the operation. 323 // 324 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 325 type ClusterOperationMetadata = src.ClusterOperationMetadata 326 327 // The status of the operation. 328 // 329 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 330 type ClusterOperationStatus = src.ClusterOperationStatus 331 332 // The operation state. 333 // 334 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 335 type ClusterOperationStatus_State = src.ClusterOperationStatus_State 336 337 // A selector that chooses target cluster for jobs based on metadata. 338 // 339 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 340 type ClusterSelector = src.ClusterSelector 341 342 // The status of a cluster and its instances. 343 // 344 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 345 type ClusterStatus = src.ClusterStatus 346 347 // The cluster state. 348 // 349 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 350 type ClusterStatus_State = src.ClusterStatus_State 351 352 // The cluster substate. 353 // 354 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 355 type ClusterStatus_Substate = src.ClusterStatus_Substate 356 357 // Cluster components that can be activated. 358 // 359 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 360 type Component = src.Component 361 362 // Confidential Instance Config for clusters using [Confidential 363 // VMs](https://cloud.google.com/compute/confidential-vm/docs) 364 // 365 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 366 type ConfidentialInstanceConfig = src.ConfidentialInstanceConfig 367 368 // A request to create an autoscaling policy. 369 // 370 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 371 type CreateAutoscalingPolicyRequest = src.CreateAutoscalingPolicyRequest 372 373 // A request to create a batch workload. 374 // 375 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 376 type CreateBatchRequest = src.CreateBatchRequest 377 378 // A request to create a cluster. 379 // 380 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 381 type CreateClusterRequest = src.CreateClusterRequest 382 383 // A request to create a workflow template. 384 // 385 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 386 type CreateWorkflowTemplateRequest = src.CreateWorkflowTemplateRequest 387 388 // Dataproc metric config. 389 // 390 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 391 type DataprocMetricConfig = src.DataprocMetricConfig 392 393 // A Dataproc OSS metric. 394 // 395 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 396 type DataprocMetricConfig_Metric = src.DataprocMetricConfig_Metric 397 398 // A source for the collection of Dataproc OSS metrics (see [available OSS 399 // metrics] 400 // (https://cloud.google.com//dataproc/docs/guides/monitoring#available_oss_metrics)). 401 // 402 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 403 type DataprocMetricConfig_MetricSource = src.DataprocMetricConfig_MetricSource 404 405 // A request to delete an autoscaling policy. Autoscaling policies in use by 406 // one or more clusters will not be deleted. 407 // 408 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 409 type DeleteAutoscalingPolicyRequest = src.DeleteAutoscalingPolicyRequest 410 411 // A request to delete a batch workload. 412 // 413 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 414 type DeleteBatchRequest = src.DeleteBatchRequest 415 416 // A request to delete a cluster. 417 // 418 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 419 type DeleteClusterRequest = src.DeleteClusterRequest 420 421 // A request to delete a job. 422 // 423 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 424 type DeleteJobRequest = src.DeleteJobRequest 425 426 // A request to delete a workflow template. Currently started workflows will 427 // remain running. 428 // 429 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 430 type DeleteWorkflowTemplateRequest = src.DeleteWorkflowTemplateRequest 431 432 // A request to collect cluster diagnostic information. 433 // 434 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 435 type DiagnoseClusterRequest = src.DiagnoseClusterRequest 436 437 // The location of diagnostic output. 438 // 439 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 440 type DiagnoseClusterResults = src.DiagnoseClusterResults 441 442 // Specifies the config of disk options for a group of VM instances. 443 // 444 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 445 type DiskConfig = src.DiskConfig 446 447 // Encryption settings for the cluster. 448 // 449 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 450 type EncryptionConfig = src.EncryptionConfig 451 452 // Endpoint config for this cluster 453 // 454 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 455 type EndpointConfig = src.EndpointConfig 456 457 // Environment configuration for a workload. 458 // 459 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 460 type EnvironmentConfig = src.EnvironmentConfig 461 462 // Execution configuration for a workload. 463 // 464 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 465 type ExecutionConfig = src.ExecutionConfig 466 type ExecutionConfig_NetworkUri = src.ExecutionConfig_NetworkUri 467 type ExecutionConfig_SubnetworkUri = src.ExecutionConfig_SubnetworkUri 468 469 // Actions in response to failure of a resource associated with a cluster. 470 // 471 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 472 type FailureAction = src.FailureAction 473 474 // Common config settings for resources of Compute Engine cluster instances, 475 // applicable to all instances in the cluster. 476 // 477 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 478 type GceClusterConfig = src.GceClusterConfig 479 480 // `PrivateIpv6GoogleAccess` controls whether and how Dataproc cluster nodes 481 // can communicate with Google Services through gRPC over IPv6. These values 482 // are directly mapped to corresponding values in the [Compute Engine Instance 483 // fields](https://cloud.google.com/compute/docs/reference/rest/v1/instances). 484 // 485 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 486 type GceClusterConfig_PrivateIpv6GoogleAccess = src.GceClusterConfig_PrivateIpv6GoogleAccess 487 488 // A request to fetch an autoscaling policy. 489 // 490 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 491 type GetAutoscalingPolicyRequest = src.GetAutoscalingPolicyRequest 492 493 // A request to get the resource representation for a batch workload. 494 // 495 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 496 type GetBatchRequest = src.GetBatchRequest 497 498 // Request to get the resource representation for a cluster in a project. 499 // 500 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 501 type GetClusterRequest = src.GetClusterRequest 502 503 // A request to get the resource representation for a job in a project. 504 // 505 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 506 type GetJobRequest = src.GetJobRequest 507 508 // A request to fetch a workflow template. 509 // 510 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 511 type GetWorkflowTemplateRequest = src.GetWorkflowTemplateRequest 512 513 // The cluster's GKE config. 514 // 515 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 516 type GkeClusterConfig = src.GkeClusterConfig 517 518 // The configuration of a GKE NodePool used by a [Dataproc-on-GKE 519 // cluster](https://cloud.google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-on-gke-cluster). 520 // 521 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 522 type GkeNodePoolConfig = src.GkeNodePoolConfig 523 524 // Parameters that describe cluster nodes. 525 // 526 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 527 type GkeNodePoolConfig_GkeNodeConfig = src.GkeNodePoolConfig_GkeNodeConfig 528 529 // A GkeNodeConfigAcceleratorConfig represents a Hardware Accelerator request 530 // for a NodePool. 531 // 532 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 533 type GkeNodePoolConfig_GkeNodePoolAcceleratorConfig = src.GkeNodePoolConfig_GkeNodePoolAcceleratorConfig 534 535 // GkeNodePoolAutoscaling contains information the cluster autoscaler needs to 536 // adjust the size of the node pool to the current cluster usage. 537 // 538 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 539 type GkeNodePoolConfig_GkeNodePoolAutoscalingConfig = src.GkeNodePoolConfig_GkeNodePoolAutoscalingConfig 540 541 // GKE NodePools that Dataproc workloads run on. 542 // 543 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 544 type GkeNodePoolTarget = src.GkeNodePoolTarget 545 546 // `Role` specifies whose tasks will run on the NodePool. The roles can be 547 // specific to workloads. Exactly one GkeNodePoolTarget within the 548 // VirtualCluster must have 'default' role, which is used to run all workloads 549 // that are not associated with a NodePool. 550 // 551 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 552 type GkeNodePoolTarget_Role = src.GkeNodePoolTarget_Role 553 554 // A Dataproc job for running [Apache Hadoop 555 // MapReduce](https://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html) 556 // jobs on [Apache Hadoop 557 // YARN](https://hadoop.apache.org/docs/r2.7.1/hadoop-yarn/hadoop-yarn-site/YARN.html). 558 // 559 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 560 type HadoopJob = src.HadoopJob 561 type HadoopJob_MainClass = src.HadoopJob_MainClass 562 type HadoopJob_MainJarFileUri = src.HadoopJob_MainJarFileUri 563 564 // A Dataproc job for running [Apache Hive](https://hive.apache.org/) queries 565 // on YARN. 566 // 567 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 568 type HiveJob = src.HiveJob 569 type HiveJob_QueryFileUri = src.HiveJob_QueryFileUri 570 type HiveJob_QueryList = src.HiveJob_QueryList 571 572 // Identity related configuration, including service account based secure 573 // multi-tenancy user mappings. 574 // 575 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 576 type IdentityConfig = src.IdentityConfig 577 578 // Configuration for the size bounds of an instance group, including its 579 // proportional size to other groups. 580 // 581 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 582 type InstanceGroupAutoscalingPolicyConfig = src.InstanceGroupAutoscalingPolicyConfig 583 584 // The config settings for Compute Engine resources in an instance group, such 585 // as a master or worker group. 586 // 587 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 588 type InstanceGroupConfig = src.InstanceGroupConfig 589 590 // Controls the use of [preemptible instances] 591 // (https://cloud.google.com/compute/docs/instances/preemptible) within the 592 // group. 593 // 594 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 595 type InstanceGroupConfig_Preemptibility = src.InstanceGroupConfig_Preemptibility 596 597 // A request to instantiate an inline workflow template. 598 // 599 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 600 type InstantiateInlineWorkflowTemplateRequest = src.InstantiateInlineWorkflowTemplateRequest 601 602 // A request to instantiate a workflow template. 603 // 604 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 605 type InstantiateWorkflowTemplateRequest = src.InstantiateWorkflowTemplateRequest 606 607 // A Dataproc job resource. 608 // 609 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 610 type Job = src.Job 611 612 // JobControllerClient is the client API for JobController service. For 613 // semantics around ctx use and closing/ending streaming RPCs, please refer to 614 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 615 // 616 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 617 type JobControllerClient = src.JobControllerClient 618 619 // JobControllerServer is the server API for JobController service. 620 // 621 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 622 type JobControllerServer = src.JobControllerServer 623 624 // Job Operation metadata. 625 // 626 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 627 type JobMetadata = src.JobMetadata 628 629 // Dataproc job config. 630 // 631 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 632 type JobPlacement = src.JobPlacement 633 634 // Encapsulates the full scoping used to reference a job. 635 // 636 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 637 type JobReference = src.JobReference 638 639 // Job scheduling options. 640 // 641 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 642 type JobScheduling = src.JobScheduling 643 644 // Dataproc job status. 645 // 646 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 647 type JobStatus = src.JobStatus 648 649 // The job state. 650 // 651 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 652 type JobStatus_State = src.JobStatus_State 653 654 // The job substate. 655 // 656 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 657 type JobStatus_Substate = src.JobStatus_Substate 658 type Job_HadoopJob = src.Job_HadoopJob 659 type Job_HiveJob = src.Job_HiveJob 660 type Job_PigJob = src.Job_PigJob 661 type Job_PrestoJob = src.Job_PrestoJob 662 type Job_PysparkJob = src.Job_PysparkJob 663 type Job_SparkJob = src.Job_SparkJob 664 type Job_SparkRJob = src.Job_SparkRJob 665 type Job_SparkSqlJob = src.Job_SparkSqlJob 666 667 // Specifies Kerberos related configuration. 668 // 669 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 670 type KerberosConfig = src.KerberosConfig 671 672 // The configuration for running the Dataproc cluster on Kubernetes. 673 // 674 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 675 type KubernetesClusterConfig = src.KubernetesClusterConfig 676 type KubernetesClusterConfig_GkeClusterConfig = src.KubernetesClusterConfig_GkeClusterConfig 677 678 // The software configuration for this Dataproc cluster running on Kubernetes. 679 // 680 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 681 type KubernetesSoftwareConfig = src.KubernetesSoftwareConfig 682 683 // Specifies the cluster auto-delete schedule configuration. 684 // 685 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 686 type LifecycleConfig = src.LifecycleConfig 687 type LifecycleConfig_AutoDeleteTime = src.LifecycleConfig_AutoDeleteTime 688 type LifecycleConfig_AutoDeleteTtl = src.LifecycleConfig_AutoDeleteTtl 689 690 // A request to list autoscaling policies in a project. 691 // 692 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 693 type ListAutoscalingPoliciesRequest = src.ListAutoscalingPoliciesRequest 694 695 // A response to a request to list autoscaling policies in a project. 696 // 697 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 698 type ListAutoscalingPoliciesResponse = src.ListAutoscalingPoliciesResponse 699 700 // A request to list batch workloads in a project. 701 // 702 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 703 type ListBatchesRequest = src.ListBatchesRequest 704 705 // A list of batch workloads. 706 // 707 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 708 type ListBatchesResponse = src.ListBatchesResponse 709 710 // A request to list the clusters in a project. 711 // 712 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 713 type ListClustersRequest = src.ListClustersRequest 714 715 // The list of all clusters in a project. 716 // 717 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 718 type ListClustersResponse = src.ListClustersResponse 719 720 // A request to list jobs in a project. 721 // 722 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 723 type ListJobsRequest = src.ListJobsRequest 724 725 // A matcher that specifies categories of job states. 726 // 727 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 728 type ListJobsRequest_JobStateMatcher = src.ListJobsRequest_JobStateMatcher 729 730 // A list of jobs in a project. 731 // 732 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 733 type ListJobsResponse = src.ListJobsResponse 734 735 // A request to list workflow templates in a project. 736 // 737 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 738 type ListWorkflowTemplatesRequest = src.ListWorkflowTemplatesRequest 739 740 // A response to a request to list workflow templates in a project. 741 // 742 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 743 type ListWorkflowTemplatesResponse = src.ListWorkflowTemplatesResponse 744 745 // The runtime logging config of the job. 746 // 747 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 748 type LoggingConfig = src.LoggingConfig 749 750 // The Log4j level for job execution. When running an [Apache 751 // Hive](https://hive.apache.org/) job, Cloud Dataproc configures the Hive 752 // client to an equivalent verbosity level. 753 // 754 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 755 type LoggingConfig_Level = src.LoggingConfig_Level 756 757 // Cluster that is managed by the workflow. 758 // 759 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 760 type ManagedCluster = src.ManagedCluster 761 762 // Specifies the resources used to actively manage an instance group. 763 // 764 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 765 type ManagedGroupConfig = src.ManagedGroupConfig 766 767 // Specifies a Metastore configuration. 768 // 769 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 770 type MetastoreConfig = src.MetastoreConfig 771 772 // Node Group Affinity for clusters using sole-tenant node groups. 773 // 774 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 775 type NodeGroupAffinity = src.NodeGroupAffinity 776 777 // Specifies an executable to run on a fully configured node and a timeout 778 // period for executable completion. 779 // 780 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 781 type NodeInitializationAction = src.NodeInitializationAction 782 783 // A job executed by the workflow. 784 // 785 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 786 type OrderedJob = src.OrderedJob 787 type OrderedJob_HadoopJob = src.OrderedJob_HadoopJob 788 type OrderedJob_HiveJob = src.OrderedJob_HiveJob 789 type OrderedJob_PigJob = src.OrderedJob_PigJob 790 type OrderedJob_PrestoJob = src.OrderedJob_PrestoJob 791 type OrderedJob_PysparkJob = src.OrderedJob_PysparkJob 792 type OrderedJob_SparkJob = src.OrderedJob_SparkJob 793 type OrderedJob_SparkRJob = src.OrderedJob_SparkRJob 794 type OrderedJob_SparkSqlJob = src.OrderedJob_SparkSqlJob 795 796 // Configuration for parameter validation. 797 // 798 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 799 type ParameterValidation = src.ParameterValidation 800 type ParameterValidation_Regex = src.ParameterValidation_Regex 801 type ParameterValidation_Values = src.ParameterValidation_Values 802 803 // Auxiliary services configuration for a workload. 804 // 805 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 806 type PeripheralsConfig = src.PeripheralsConfig 807 808 // A Dataproc job for running [Apache Pig](https://pig.apache.org/) queries on 809 // YARN. 810 // 811 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 812 type PigJob = src.PigJob 813 type PigJob_QueryFileUri = src.PigJob_QueryFileUri 814 type PigJob_QueryList = src.PigJob_QueryList 815 816 // A Dataproc job for running [Presto](https://prestosql.io/) queries. 817 // **IMPORTANT**: The [Dataproc Presto Optional 818 // Component](https://cloud.google.com/dataproc/docs/concepts/components/presto) 819 // must be enabled when the cluster is created to submit a Presto job to the 820 // cluster. 821 // 822 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 823 type PrestoJob = src.PrestoJob 824 type PrestoJob_QueryFileUri = src.PrestoJob_QueryFileUri 825 type PrestoJob_QueryList = src.PrestoJob_QueryList 826 827 // A configuration for running an [Apache 828 // PySpark](https://spark.apache.org/docs/latest/api/python/getting_started/quickstart.html) 829 // batch workload. 830 // 831 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 832 type PySparkBatch = src.PySparkBatch 833 834 // A Dataproc job for running [Apache 835 // PySpark](https://spark.apache.org/docs/0.9.0/python-programming-guide.html) 836 // applications on YARN. 837 // 838 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 839 type PySparkJob = src.PySparkJob 840 841 // A list of queries to run on a cluster. 842 // 843 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 844 type QueryList = src.QueryList 845 846 // Validation based on regular expressions. 847 // 848 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 849 type RegexValidation = src.RegexValidation 850 851 // Reservation Affinity for consuming Zonal reservation. 852 // 853 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 854 type ReservationAffinity = src.ReservationAffinity 855 856 // Indicates whether to consume capacity from an reservation or not. 857 // 858 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 859 type ReservationAffinity_Type = src.ReservationAffinity_Type 860 861 // Runtime configuration for a workload. 862 // 863 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 864 type RuntimeConfig = src.RuntimeConfig 865 866 // Runtime information about workload execution. 867 // 868 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 869 type RuntimeInfo = src.RuntimeInfo 870 871 // Security related configuration, including encryption, Kerberos, etc. 872 // 873 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 874 type SecurityConfig = src.SecurityConfig 875 876 // Shielded Instance Config for clusters using [Compute Engine Shielded 877 // VMs](https://cloud.google.com/security/shielded-cloud/shielded-vm). 878 // 879 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 880 type ShieldedInstanceConfig = src.ShieldedInstanceConfig 881 882 // Specifies the selection and config of software inside the cluster. 883 // 884 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 885 type SoftwareConfig = src.SoftwareConfig 886 887 // A configuration for running an [Apache Spark](http://spark.apache.org/) 888 // batch workload. 889 // 890 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 891 type SparkBatch = src.SparkBatch 892 type SparkBatch_MainClass = src.SparkBatch_MainClass 893 type SparkBatch_MainJarFileUri = src.SparkBatch_MainJarFileUri 894 895 // Spark History Server configuration for the workload. 896 // 897 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 898 type SparkHistoryServerConfig = src.SparkHistoryServerConfig 899 900 // A Dataproc job for running [Apache Spark](http://spark.apache.org/) 901 // applications on YARN. 902 // 903 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 904 type SparkJob = src.SparkJob 905 type SparkJob_MainClass = src.SparkJob_MainClass 906 type SparkJob_MainJarFileUri = src.SparkJob_MainJarFileUri 907 908 // A configuration for running an [Apache 909 // SparkR](https://spark.apache.org/docs/latest/sparkr.html) batch workload. 910 // 911 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 912 type SparkRBatch = src.SparkRBatch 913 914 // A Dataproc job for running [Apache 915 // SparkR](https://spark.apache.org/docs/latest/sparkr.html) applications on 916 // YARN. 917 // 918 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 919 type SparkRJob = src.SparkRJob 920 921 // A configuration for running [Apache Spark 922 // SQL](http://spark.apache.org/sql/) queries as a batch workload. 923 // 924 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 925 type SparkSqlBatch = src.SparkSqlBatch 926 927 // A Dataproc job for running [Apache Spark SQL](http://spark.apache.org/sql/) 928 // queries. 929 // 930 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 931 type SparkSqlJob = src.SparkSqlJob 932 type SparkSqlJob_QueryFileUri = src.SparkSqlJob_QueryFileUri 933 type SparkSqlJob_QueryList = src.SparkSqlJob_QueryList 934 935 // A request to start a cluster. 936 // 937 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 938 type StartClusterRequest = src.StartClusterRequest 939 940 // A request to stop a cluster. 941 // 942 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 943 type StopClusterRequest = src.StopClusterRequest 944 945 // A request to submit a job. 946 // 947 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 948 type SubmitJobRequest = src.SubmitJobRequest 949 950 // A configurable parameter that replaces one or more fields in the template. 951 // Parameterizable fields: - Labels - File uris - Job properties - Job 952 // arguments - Script variables - Main class (in HadoopJob and SparkJob) - Zone 953 // (in ClusterSelector) 954 // 955 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 956 type TemplateParameter = src.TemplateParameter 957 958 // UnimplementedAutoscalingPolicyServiceServer can be embedded to have forward 959 // compatible implementations. 960 // 961 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 962 type UnimplementedAutoscalingPolicyServiceServer = src.UnimplementedAutoscalingPolicyServiceServer 963 964 // UnimplementedBatchControllerServer can be embedded to have forward 965 // compatible implementations. 966 // 967 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 968 type UnimplementedBatchControllerServer = src.UnimplementedBatchControllerServer 969 970 // UnimplementedClusterControllerServer can be embedded to have forward 971 // compatible implementations. 972 // 973 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 974 type UnimplementedClusterControllerServer = src.UnimplementedClusterControllerServer 975 976 // UnimplementedJobControllerServer can be embedded to have forward compatible 977 // implementations. 978 // 979 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 980 type UnimplementedJobControllerServer = src.UnimplementedJobControllerServer 981 982 // UnimplementedWorkflowTemplateServiceServer can be embedded to have forward 983 // compatible implementations. 984 // 985 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 986 type UnimplementedWorkflowTemplateServiceServer = src.UnimplementedWorkflowTemplateServiceServer 987 988 // A request to update an autoscaling policy. 989 // 990 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 991 type UpdateAutoscalingPolicyRequest = src.UpdateAutoscalingPolicyRequest 992 993 // A request to update a cluster. 994 // 995 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 996 type UpdateClusterRequest = src.UpdateClusterRequest 997 998 // A request to update a job. 999 // 1000 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1001 type UpdateJobRequest = src.UpdateJobRequest 1002 1003 // A request to update a workflow template. 1004 // 1005 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1006 type UpdateWorkflowTemplateRequest = src.UpdateWorkflowTemplateRequest 1007 1008 // Validation based on a list of allowed values. 1009 // 1010 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1011 type ValueValidation = src.ValueValidation 1012 1013 // Dataproc cluster config for a cluster that does not directly control the 1014 // underlying compute resources, such as a [Dataproc-on-GKE 1015 // cluster](https://cloud.google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-on-gke-cluster). 1016 // 1017 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1018 type VirtualClusterConfig = src.VirtualClusterConfig 1019 type VirtualClusterConfig_KubernetesClusterConfig = src.VirtualClusterConfig_KubernetesClusterConfig 1020 1021 // The workflow graph. 1022 // 1023 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1024 type WorkflowGraph = src.WorkflowGraph 1025 1026 // A Dataproc workflow template resource. 1027 // 1028 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1029 type WorkflowMetadata = src.WorkflowMetadata 1030 1031 // The operation state. 1032 // 1033 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1034 type WorkflowMetadata_State = src.WorkflowMetadata_State 1035 1036 // The workflow node. 1037 // 1038 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1039 type WorkflowNode = src.WorkflowNode 1040 1041 // The workflow node state. 1042 // 1043 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1044 type WorkflowNode_NodeState = src.WorkflowNode_NodeState 1045 1046 // A Dataproc workflow template resource. 1047 // 1048 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1049 type WorkflowTemplate = src.WorkflowTemplate 1050 1051 // Specifies workflow execution target. Either `managed_cluster` or 1052 // `cluster_selector` is required. 1053 // 1054 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1055 type WorkflowTemplatePlacement = src.WorkflowTemplatePlacement 1056 type WorkflowTemplatePlacement_ClusterSelector = src.WorkflowTemplatePlacement_ClusterSelector 1057 type WorkflowTemplatePlacement_ManagedCluster = src.WorkflowTemplatePlacement_ManagedCluster 1058 1059 // WorkflowTemplateServiceClient is the client API for WorkflowTemplateService 1060 // service. For semantics around ctx use and closing/ending streaming RPCs, 1061 // please refer to 1062 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 1063 // 1064 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1065 type WorkflowTemplateServiceClient = src.WorkflowTemplateServiceClient 1066 1067 // WorkflowTemplateServiceServer is the server API for WorkflowTemplateService 1068 // service. 1069 // 1070 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1071 type WorkflowTemplateServiceServer = src.WorkflowTemplateServiceServer 1072 1073 // A YARN application created by a job. Application information is a subset of 1074 // <code>org.apache.hadoop.yarn.proto.YarnProtos.ApplicationReportProto</code>. 1075 // **Beta Feature**: This report is available for testing purposes only. It may 1076 // be changed before final release. 1077 // 1078 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1079 type YarnApplication = src.YarnApplication 1080 1081 // The application state, corresponding to 1082 // <code>YarnProtos.YarnApplicationStateProto</code>. 1083 // 1084 // Deprecated: Please use types in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1085 type YarnApplication_State = src.YarnApplication_State 1086 1087 // Deprecated: Please use funcs in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1088 func NewAutoscalingPolicyServiceClient(cc grpc.ClientConnInterface) AutoscalingPolicyServiceClient { 1089 return src.NewAutoscalingPolicyServiceClient(cc) 1090 } 1091 1092 // Deprecated: Please use funcs in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1093 func NewBatchControllerClient(cc grpc.ClientConnInterface) BatchControllerClient { 1094 return src.NewBatchControllerClient(cc) 1095 } 1096 1097 // Deprecated: Please use funcs in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1098 func NewClusterControllerClient(cc grpc.ClientConnInterface) ClusterControllerClient { 1099 return src.NewClusterControllerClient(cc) 1100 } 1101 1102 // Deprecated: Please use funcs in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1103 func NewJobControllerClient(cc grpc.ClientConnInterface) JobControllerClient { 1104 return src.NewJobControllerClient(cc) 1105 } 1106 1107 // Deprecated: Please use funcs in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1108 func NewWorkflowTemplateServiceClient(cc grpc.ClientConnInterface) WorkflowTemplateServiceClient { 1109 return src.NewWorkflowTemplateServiceClient(cc) 1110 } 1111 1112 // Deprecated: Please use funcs in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1113 func RegisterAutoscalingPolicyServiceServer(s *grpc.Server, srv AutoscalingPolicyServiceServer) { 1114 src.RegisterAutoscalingPolicyServiceServer(s, srv) 1115 } 1116 1117 // Deprecated: Please use funcs in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1118 func RegisterBatchControllerServer(s *grpc.Server, srv BatchControllerServer) { 1119 src.RegisterBatchControllerServer(s, srv) 1120 } 1121 1122 // Deprecated: Please use funcs in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1123 func RegisterClusterControllerServer(s *grpc.Server, srv ClusterControllerServer) { 1124 src.RegisterClusterControllerServer(s, srv) 1125 } 1126 1127 // Deprecated: Please use funcs in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1128 func RegisterJobControllerServer(s *grpc.Server, srv JobControllerServer) { 1129 src.RegisterJobControllerServer(s, srv) 1130 } 1131 1132 // Deprecated: Please use funcs in: cloud.google.com/go/dataproc/v2/apiv1/dataprocpb 1133 func RegisterWorkflowTemplateServiceServer(s *grpc.Server, srv WorkflowTemplateServiceServer) { 1134 src.RegisterWorkflowTemplateServiceServer(s, srv) 1135 } 1136