Sha256: 41a72f96e36cfae7b70d49fb7f683fd6bd1f0392074b5a1d940eab1396ef3b61
Contents?: true
Size: 1.03 KB
Versions: 7
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/protobuf' require 'google/api/field_behavior_pb' 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
7 entries across 7 versions & 1 rubygems