google-cloud-dialogflow-v2 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de61c279028c15eda2df7cde3d128b7e3bde494d0e0dc9dcd106adca8d6f1a5e
4
- data.tar.gz: afd9ca04f19ca60cdba31fce00dd364df0ce42a75263b2d92a49f0850409df60
3
+ metadata.gz: 2695854767da63efd280859b76ae0fc6fda1580b391b0d9e5379483da8b25f4d
4
+ data.tar.gz: 945d77febd761b6b4c7b8575c4b29a6ff30774cbd3693268e7f4de55bb0a4844
5
5
  SHA512:
6
- metadata.gz: 54f2f732ac85678a79441f505c4a0c4096ddb41be3227e1caef7dc261ca036b8a9ab71118b1d56f5bdec81179b61f215761498a25d7848d2f8cdf795244bc520
7
- data.tar.gz: b2a04bdea9c42e7aeae34783a4301b931a4216871450b706f5e8fdd0fd2cb7a48e774b974f09d3667033a090252155dffcacb278975a7e5e5ecf372ece5180c3
6
+ metadata.gz: b8f300e13ca1e9276add6565847d028c32c333b74a8b9d564fa29901013d123e9caea361f50de69d89c64a2fe0b4107a70b4bb41c14b600315ae7b5e1bbfe502
7
+ data.tar.gz: bc67e5b2869c3d149552dce4290550f7bc1401cc7cf1d312bb6a565ecf481f2638fc62ea5d48e3c6975ec1497ba4aa0727f1378bc57c3a48eb1578e187058085
@@ -414,7 +414,7 @@ module Google
414
414
  #
415
415
  # @!attribute [rw] endpoint
416
416
  # The hostname or hostname:port of the service endpoint.
417
- # Defaults to `"localhost"`.
417
+ # Defaults to `"dialogflow.googleapis.com"`.
418
418
  # @return [String]
419
419
  # @!attribute [rw] credentials
420
420
  # Credentials to send with calls. You may provide any of the following types:
@@ -462,7 +462,7 @@ module Google
462
462
  class Configuration
463
463
  extend Gapic::Config
464
464
 
465
- config_attr :endpoint, "localhost", String
465
+ config_attr :endpoint, "dialogflow.googleapis.com", String
466
466
  config_attr :credentials, nil do |value|
467
467
  allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
468
468
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
@@ -414,7 +414,7 @@ module Google
414
414
  #
415
415
  # @!attribute [rw] endpoint
416
416
  # The hostname or hostname:port of the service endpoint.
417
- # Defaults to `"localhost"`.
417
+ # Defaults to `"dialogflow.googleapis.com"`.
418
418
  # @return [String]
419
419
  # @!attribute [rw] credentials
420
420
  # Credentials to send with calls. You may provide any of the following types:
@@ -462,7 +462,7 @@ module Google
462
462
  class Configuration
463
463
  extend Gapic::Config
464
464
 
465
- config_attr :endpoint, "localhost", String
465
+ config_attr :endpoint, "dialogflow.googleapis.com", String
466
466
  config_attr :credentials, nil do |value|
467
467
  allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
468
468
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
@@ -414,7 +414,7 @@ module Google
414
414
  #
415
415
  # @!attribute [rw] endpoint
416
416
  # The hostname or hostname:port of the service endpoint.
417
- # Defaults to `"localhost"`.
417
+ # Defaults to `"dialogflow.googleapis.com"`.
418
418
  # @return [String]
419
419
  # @!attribute [rw] credentials
420
420
  # Credentials to send with calls. You may provide any of the following types:
@@ -462,7 +462,7 @@ module Google
462
462
  class Configuration
463
463
  extend Gapic::Config
464
464
 
465
- config_attr :endpoint, "localhost", String
465
+ config_attr :endpoint, "dialogflow.googleapis.com", String
466
466
  config_attr :credentials, nil do |value|
467
467
  allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
468
468
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dialogflow
23
23
  module V2
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-25 00:00:00.000000000 Z
11
+ date: 2020-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common