Sha256: 7a9c06a62cfae06fdc9f150b3af637fc49257fe91e235f5b206e56d1a396caee
Contents?: true
Size: 2 KB
Versions: 7
Compression:
Stored size: 2 KB
Contents
# frozen_string_literal: true # Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Auto-generated by gapic-generator-ruby. DO NOT EDIT! require "gapic/common" require "gapic/config" require "gapic/config/method" require "google/cloud/dialogflow/cx/v3/version" require "google/cloud/dialogflow/cx/v3/entity_types/credentials" require "google/cloud/dialogflow/cx/v3/entity_types/paths" require "google/cloud/dialogflow/cx/v3/entity_types/operations" require "google/cloud/dialogflow/cx/v3/entity_types/client" require "google/cloud/dialogflow/cx/v3/entity_types/rest" module Google module Cloud module Dialogflow module CX module V3 ## # Service for managing {::Google::Cloud::Dialogflow::CX::V3::EntityType EntityTypes}. # # @example Load this service and instantiate a gRPC client # # require "google/cloud/dialogflow/cx/v3/entity_types" # client = ::Google::Cloud::Dialogflow::CX::V3::EntityTypes::Client.new # # @example Load this service and instantiate a REST client # # require "google/cloud/dialogflow/cx/v3/entity_types/rest" # client = ::Google::Cloud::Dialogflow::CX::V3::EntityTypes::Rest::Client.new # module EntityTypes end end end end end end helper_path = ::File.join __dir__, "entity_types", "helpers.rb" require "google/cloud/dialogflow/cx/v3/entity_types/helpers" if ::File.file? helper_path
Version data entries
7 entries across 7 versions & 1 rubygems