Sha256: c917323dd24e1b4cc319f82671236ad812663f8ac93b583c063a398cf2a1c6b4
Contents?: true
Size: 1.16 KB
Versions: 3
Compression:
Stored size: 1.16 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/dialogflow/cx/v3/advanced_settings.proto require 'google/api/field_behavior_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/dialogflow/cx/v3/advanced_settings.proto", :syntax => :proto3) do add_message "google.cloud.dialogflow.cx.v3.AdvancedSettings" do optional :logging_settings, :message, 6, "google.cloud.dialogflow.cx.v3.AdvancedSettings.LoggingSettings" end add_message "google.cloud.dialogflow.cx.v3.AdvancedSettings.LoggingSettings" do optional :enable_stackdriver_logging, :bool, 2 optional :enable_interaction_logging, :bool, 3 end end end module Google module Cloud module Dialogflow module CX module V3 AdvancedSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.cx.v3.AdvancedSettings").msgclass AdvancedSettings::LoggingSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.cx.v3.AdvancedSettings.LoggingSettings").msgclass end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems