Sha256: 85507db49eb2a4f11675610d329fff18efa170ccd172da0aaeba070a20605866
Contents?: true
Size: 1.08 KB
Versions: 4
Compression:
Stored size: 1.08 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/datacatalog/v1/common.proto require 'google/protobuf' require 'google/protobuf/timestamp_pb' 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 value :DATAPLEX, 4 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
4 entries across 4 versions & 1 rubygems