lib/google/cloud/dataproc/v1/clusters_pb.rb in google-cloud-dataproc-v1-0.9.0 vs lib/google/cloud/dataproc/v1/clusters_pb.rb in google-cloud-dataproc-v1-0.10.0
- old
+ new
@@ -1,18 +1,19 @@
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/cloud/dataproc/v1/clusters.proto
+require 'google/protobuf'
+
require 'google/api/annotations_pb'
require 'google/api/client_pb'
require 'google/api/field_behavior_pb'
require 'google/api/resource_pb'
require 'google/cloud/dataproc/v1/shared_pb'
require 'google/longrunning/operations_pb'
require 'google/protobuf/duration_pb'
require 'google/protobuf/field_mask_pb'
require 'google/protobuf/timestamp_pb'
-require 'google/protobuf'
Google::Protobuf::DescriptorPool.generated_pool.build do
add_file("google/cloud/dataproc/v1/clusters.proto", :syntax => :proto3) do
add_message "google.cloud.dataproc.v1.Cluster" do
optional :project_id, :string, 1
@@ -41,10 +42,9 @@
optional :endpoint_config, :message, 19, "google.cloud.dataproc.v1.EndpointConfig"
optional :metastore_config, :message, 20, "google.cloud.dataproc.v1.MetastoreConfig"
end
add_message "google.cloud.dataproc.v1.VirtualClusterConfig" do
optional :staging_bucket, :string, 1
- optional :temp_bucket, :string, 2
optional :auxiliary_services_config, :message, 7, "google.cloud.dataproc.v1.AuxiliaryServicesConfig"
oneof :infrastructure_config do
optional :kubernetes_cluster_config, :message, 6, "google.cloud.dataproc.v1.KubernetesClusterConfig"
end
end