Sha256: 3cc95e107ee79ce63469fb4ac0012e042facb378fa32d061d7168d32de7483e2
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/datacatalog/v1/common.proto require 'google/protobuf/timestamp_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/datacatalog/v1/common.proto", :syntax => :proto3) do add_message "google.cloud.datacatalog.v1.PersonalDetails" do optional :starred, :bool, 1 optional :star_time, :message, 2, "google.protobuf.Timestamp" end add_enum "google.cloud.datacatalog.v1.IntegratedSystem" do value :INTEGRATED_SYSTEM_UNSPECIFIED, 0 value :BIGQUERY, 1 value :CLOUD_PUBSUB, 2 value :DATAPROC_METASTORE, 3 end end end module Google module Cloud module DataCatalog module V1 PersonalDetails = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.datacatalog.v1.PersonalDetails").msgclass IntegratedSystem = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.datacatalog.v1.IntegratedSystem").enummodule end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
google-cloud-data_catalog-v1-0.10.0 | lib/google/cloud/datacatalog/v1/common_pb.rb |