Sha256: 01307edd9695b7eb385aff178d51898550a3cfb68dd44d017b3b80bcd68f260f
Contents?: true
Size: 1.23 KB
Versions: 5
Compression:
Stored size: 1.23 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/duration_pb' require 'google/api/annotations_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
5 entries across 5 versions & 1 rubygems