Sha256: f550c8c7b5be34cc7dd2676b930a68f64576fa0ed1c2767c2e192a94a503a241
Contents?: true
Size: 1.03 KB
Versions: 4
Compression:
Stored size: 1.03 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/datacatalog/v1/data_source.proto require 'google/api/field_behavior_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/datacatalog/v1/data_source.proto", :syntax => :proto3) do add_message "google.cloud.datacatalog.v1.DataSource" do optional :service, :enum, 1, "google.cloud.datacatalog.v1.DataSource.Service" optional :resource, :string, 2 end add_enum "google.cloud.datacatalog.v1.DataSource.Service" do value :SERVICE_UNSPECIFIED, 0 value :CLOUD_STORAGE, 1 value :BIGQUERY, 2 end end end module Google module Cloud module DataCatalog module V1 DataSource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.datacatalog.v1.DataSource").msgclass DataSource::Service = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.datacatalog.v1.DataSource.Service").enummodule end end end end
Version data entries
4 entries across 4 versions & 1 rubygems