google-cloud-dialogflow-v2 0.30.0 → 0.32.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHENTICATION.md +72 -101
  3. data/lib/google/cloud/dialogflow/v2/agents/client.rb +33 -8
  4. data/lib/google/cloud/dialogflow/v2/agents/operations.rb +28 -6
  5. data/lib/google/cloud/dialogflow/v2/agents/rest/client.rb +35 -7
  6. data/lib/google/cloud/dialogflow/v2/agents/rest/operations.rb +33 -8
  7. data/lib/google/cloud/dialogflow/v2/agents/rest/service_stub.rb +14 -2
  8. data/lib/google/cloud/dialogflow/v2/answer_records/client.rb +32 -8
  9. data/lib/google/cloud/dialogflow/v2/answer_records/rest/client.rb +34 -7
  10. data/lib/google/cloud/dialogflow/v2/answer_records/rest/service_stub.rb +14 -2
  11. data/lib/google/cloud/dialogflow/v2/contexts/client.rb +32 -8
  12. data/lib/google/cloud/dialogflow/v2/contexts/rest/client.rb +34 -7
  13. data/lib/google/cloud/dialogflow/v2/contexts/rest/service_stub.rb +14 -2
  14. data/lib/google/cloud/dialogflow/v2/conversation_datasets/client.rb +33 -8
  15. data/lib/google/cloud/dialogflow/v2/conversation_datasets/operations.rb +28 -6
  16. data/lib/google/cloud/dialogflow/v2/conversation_datasets/rest/client.rb +35 -7
  17. data/lib/google/cloud/dialogflow/v2/conversation_datasets/rest/operations.rb +33 -8
  18. data/lib/google/cloud/dialogflow/v2/conversation_datasets/rest/service_stub.rb +14 -2
  19. data/lib/google/cloud/dialogflow/v2/conversation_models/client.rb +33 -8
  20. data/lib/google/cloud/dialogflow/v2/conversation_models/operations.rb +28 -6
  21. data/lib/google/cloud/dialogflow/v2/conversation_models/rest/client.rb +35 -7
  22. data/lib/google/cloud/dialogflow/v2/conversation_models/rest/operations.rb +33 -8
  23. data/lib/google/cloud/dialogflow/v2/conversation_models/rest/service_stub.rb +14 -2
  24. data/lib/google/cloud/dialogflow/v2/conversation_pb.rb +1 -1
  25. data/lib/google/cloud/dialogflow/v2/conversation_profile_pb.rb +3 -1
  26. data/lib/google/cloud/dialogflow/v2/conversation_profiles/client.rb +33 -8
  27. data/lib/google/cloud/dialogflow/v2/conversation_profiles/operations.rb +28 -6
  28. data/lib/google/cloud/dialogflow/v2/conversation_profiles/rest/client.rb +35 -7
  29. data/lib/google/cloud/dialogflow/v2/conversation_profiles/rest/operations.rb +33 -8
  30. data/lib/google/cloud/dialogflow/v2/conversation_profiles/rest/service_stub.rb +14 -2
  31. data/lib/google/cloud/dialogflow/v2/conversations/client.rb +32 -8
  32. data/lib/google/cloud/dialogflow/v2/conversations/rest/client.rb +34 -7
  33. data/lib/google/cloud/dialogflow/v2/conversations/rest/service_stub.rb +14 -2
  34. data/lib/google/cloud/dialogflow/v2/documents/client.rb +33 -8
  35. data/lib/google/cloud/dialogflow/v2/documents/operations.rb +28 -6
  36. data/lib/google/cloud/dialogflow/v2/documents/rest/client.rb +35 -7
  37. data/lib/google/cloud/dialogflow/v2/documents/rest/operations.rb +33 -8
  38. data/lib/google/cloud/dialogflow/v2/documents/rest/service_stub.rb +14 -2
  39. data/lib/google/cloud/dialogflow/v2/entity_types/client.rb +33 -8
  40. data/lib/google/cloud/dialogflow/v2/entity_types/operations.rb +28 -6
  41. data/lib/google/cloud/dialogflow/v2/entity_types/rest/client.rb +35 -7
  42. data/lib/google/cloud/dialogflow/v2/entity_types/rest/operations.rb +33 -8
  43. data/lib/google/cloud/dialogflow/v2/entity_types/rest/service_stub.rb +14 -2
  44. data/lib/google/cloud/dialogflow/v2/environments/client.rb +32 -8
  45. data/lib/google/cloud/dialogflow/v2/environments/rest/client.rb +34 -7
  46. data/lib/google/cloud/dialogflow/v2/environments/rest/service_stub.rb +14 -2
  47. data/lib/google/cloud/dialogflow/v2/fulfillments/client.rb +32 -8
  48. data/lib/google/cloud/dialogflow/v2/fulfillments/rest/client.rb +34 -7
  49. data/lib/google/cloud/dialogflow/v2/fulfillments/rest/service_stub.rb +14 -2
  50. data/lib/google/cloud/dialogflow/v2/intents/client.rb +33 -8
  51. data/lib/google/cloud/dialogflow/v2/intents/operations.rb +28 -6
  52. data/lib/google/cloud/dialogflow/v2/intents/rest/client.rb +35 -7
  53. data/lib/google/cloud/dialogflow/v2/intents/rest/operations.rb +33 -8
  54. data/lib/google/cloud/dialogflow/v2/intents/rest/service_stub.rb +14 -2
  55. data/lib/google/cloud/dialogflow/v2/knowledge_bases/client.rb +32 -8
  56. data/lib/google/cloud/dialogflow/v2/knowledge_bases/rest/client.rb +34 -7
  57. data/lib/google/cloud/dialogflow/v2/knowledge_bases/rest/service_stub.rb +14 -2
  58. data/lib/google/cloud/dialogflow/v2/participants/client.rb +32 -8
  59. data/lib/google/cloud/dialogflow/v2/participants/rest/client.rb +34 -7
  60. data/lib/google/cloud/dialogflow/v2/participants/rest/service_stub.rb +14 -2
  61. data/lib/google/cloud/dialogflow/v2/session_entity_types/client.rb +32 -8
  62. data/lib/google/cloud/dialogflow/v2/session_entity_types/rest/client.rb +34 -7
  63. data/lib/google/cloud/dialogflow/v2/session_entity_types/rest/service_stub.rb +14 -2
  64. data/lib/google/cloud/dialogflow/v2/sessions/client.rb +32 -8
  65. data/lib/google/cloud/dialogflow/v2/sessions/rest/client.rb +34 -7
  66. data/lib/google/cloud/dialogflow/v2/sessions/rest/service_stub.rb +14 -2
  67. data/lib/google/cloud/dialogflow/v2/version.rb +1 -1
  68. data/lib/google/cloud/dialogflow/v2/versions/client.rb +32 -8
  69. data/lib/google/cloud/dialogflow/v2/versions/rest/client.rb +34 -7
  70. data/lib/google/cloud/dialogflow/v2/versions/rest/service_stub.rb +14 -2
  71. data/proto_docs/google/api/client.rb +14 -0
  72. data/proto_docs/google/cloud/dialogflow/v2/agent.rb +1 -0
  73. data/proto_docs/google/cloud/dialogflow/v2/answer_record.rb +1 -0
  74. data/proto_docs/google/cloud/dialogflow/v2/audio_config.rb +22 -20
  75. data/proto_docs/google/cloud/dialogflow/v2/conversation.rb +7 -1
  76. data/proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb +62 -3
  77. data/proto_docs/google/cloud/dialogflow/v2/fulfillment.rb +1 -0
  78. data/proto_docs/google/cloud/dialogflow/v2/session.rb +1 -0
  79. metadata +7 -7
@@ -33,6 +33,9 @@ module Google
33
33
  # Service for managing {::Google::Cloud::Dialogflow::V2::Environment Environments}.
34
34
  #
35
35
  class Client
36
+ # @private
37
+ DEFAULT_ENDPOINT_TEMPLATE = "dialogflow.$UNIVERSE_DOMAIN$"
38
+
36
39
  include Paths
37
40
 
38
41
  # @private
@@ -98,6 +101,15 @@ module Google
98
101
  @config
99
102
  end
100
103
 
104
+ ##
105
+ # The effective universe domain
106
+ #
107
+ # @return [String]
108
+ #
109
+ def universe_domain
110
+ @environments_stub.universe_domain
111
+ end
112
+
101
113
  ##
102
114
  # Create a new Environments REST client object.
103
115
  #
@@ -125,8 +137,9 @@ module Google
125
137
  credentials = @config.credentials
126
138
  # Use self-signed JWT if the endpoint is unchanged from default,
127
139
  # but only if the default endpoint does not have a region prefix.
128
- enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
129
- !@config.endpoint.split(".").first.include?("-")
140
+ enable_self_signed_jwt = @config.endpoint.nil? ||
141
+ (@config.endpoint == Configuration::DEFAULT_ENDPOINT &&
142
+ !@config.endpoint.split(".").first.include?("-"))
130
143
  credentials ||= Credentials.default scope: @config.scope,
131
144
  enable_self_signed_jwt: enable_self_signed_jwt
132
145
  if credentials.is_a?(::String) || credentials.is_a?(::Hash)
@@ -140,10 +153,16 @@ module Google
140
153
  config.credentials = credentials
141
154
  config.quota_project = @quota_project_id
142
155
  config.endpoint = @config.endpoint
156
+ config.universe_domain = @config.universe_domain
143
157
  config.bindings_override = @config.bindings_override
144
158
  end
145
159
 
146
- @environments_stub = ::Google::Cloud::Dialogflow::V2::Environments::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
160
+ @environments_stub = ::Google::Cloud::Dialogflow::V2::Environments::Rest::ServiceStub.new(
161
+ endpoint: @config.endpoint,
162
+ endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
163
+ universe_domain: @config.universe_domain,
164
+ credentials: credentials
165
+ )
147
166
  end
148
167
 
149
168
  ##
@@ -724,9 +743,9 @@ module Google
724
743
  # end
725
744
  #
726
745
  # @!attribute [rw] endpoint
727
- # The hostname or hostname:port of the service endpoint.
728
- # Defaults to `"dialogflow.googleapis.com"`.
729
- # @return [::String]
746
+ # A custom service endpoint, as a hostname or hostname:port. The default is
747
+ # nil, indicating to use the default endpoint in the current universe domain.
748
+ # @return [::String,nil]
730
749
  # @!attribute [rw] credentials
731
750
  # Credentials to send with calls. You may provide any of the following types:
732
751
  # * (`String`) The path to a service account key file in JSON format
@@ -763,13 +782,20 @@ module Google
763
782
  # @!attribute [rw] quota_project
764
783
  # A separate project against which to charge quota.
765
784
  # @return [::String]
785
+ # @!attribute [rw] universe_domain
786
+ # The universe domain within which to make requests. This determines the
787
+ # default endpoint URL. The default value of nil uses the environment
788
+ # universe (usually the default "googleapis.com" universe).
789
+ # @return [::String,nil]
766
790
  #
767
791
  class Configuration
768
792
  extend ::Gapic::Config
769
793
 
794
+ # @private
795
+ # The endpoint specific to the default "googleapis.com" universe. Deprecated.
770
796
  DEFAULT_ENDPOINT = "dialogflow.googleapis.com"
771
797
 
772
- config_attr :endpoint, DEFAULT_ENDPOINT, ::String
798
+ config_attr :endpoint, nil, ::String, nil
773
799
  config_attr :credentials, nil do |value|
774
800
  allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
775
801
  allowed.any? { |klass| klass === value }
@@ -781,6 +807,7 @@ module Google
781
807
  config_attr :metadata, nil, ::Hash, nil
782
808
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
783
809
  config_attr :quota_project, nil, ::String, nil
810
+ config_attr :universe_domain, nil, ::String, nil
784
811
 
785
812
  # @private
786
813
  # Overrides for http bindings for the RPCs of this service
@@ -30,16 +30,28 @@ module Google
30
30
  # including transcoding, making the REST call, and deserialing the response.
31
31
  #
32
32
  class ServiceStub
33
- def initialize endpoint:, credentials:
33
+ def initialize endpoint:, endpoint_template:, universe_domain:, credentials:
34
34
  # These require statements are intentionally placed here to initialize
35
35
  # the REST modules only when it's required.
36
36
  require "gapic/rest"
37
37
 
38
- @client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint, credentials: credentials,
38
+ @client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint,
39
+ endpoint_template: endpoint_template,
40
+ universe_domain: universe_domain,
41
+ credentials: credentials,
39
42
  numeric_enums: true,
40
43
  raise_faraday_errors: false
41
44
  end
42
45
 
46
+ ##
47
+ # The effective universe domain
48
+ #
49
+ # @return [String]
50
+ #
51
+ def universe_domain
52
+ @client_stub.universe_domain
53
+ end
54
+
43
55
  ##
44
56
  # Baseline implementation for the list_environments REST call
45
57
  #
@@ -31,6 +31,9 @@ module Google
31
31
  # Service for managing {::Google::Cloud::Dialogflow::V2::Fulfillment Fulfillments}.
32
32
  #
33
33
  class Client
34
+ # @private
35
+ DEFAULT_ENDPOINT_TEMPLATE = "dialogflow.$UNIVERSE_DOMAIN$"
36
+
34
37
  include Paths
35
38
 
36
39
  # @private
@@ -96,6 +99,15 @@ module Google
96
99
  @config
97
100
  end
98
101
 
102
+ ##
103
+ # The effective universe domain
104
+ #
105
+ # @return [String]
106
+ #
107
+ def universe_domain
108
+ @fulfillments_stub.universe_domain
109
+ end
110
+
99
111
  ##
100
112
  # Create a new Fulfillments client object.
101
113
  #
@@ -129,8 +141,9 @@ module Google
129
141
  credentials = @config.credentials
130
142
  # Use self-signed JWT if the endpoint is unchanged from default,
131
143
  # but only if the default endpoint does not have a region prefix.
132
- enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
133
- !@config.endpoint.split(".").first.include?("-")
144
+ enable_self_signed_jwt = @config.endpoint.nil? ||
145
+ (@config.endpoint == Configuration::DEFAULT_ENDPOINT &&
146
+ !@config.endpoint.split(".").first.include?("-"))
134
147
  credentials ||= Credentials.default scope: @config.scope,
135
148
  enable_self_signed_jwt: enable_self_signed_jwt
136
149
  if credentials.is_a?(::String) || credentials.is_a?(::Hash)
@@ -143,12 +156,15 @@ module Google
143
156
  config.credentials = credentials
144
157
  config.quota_project = @quota_project_id
145
158
  config.endpoint = @config.endpoint
159
+ config.universe_domain = @config.universe_domain
146
160
  end
147
161
 
148
162
  @fulfillments_stub = ::Gapic::ServiceStub.new(
149
163
  ::Google::Cloud::Dialogflow::V2::Fulfillments::Stub,
150
- credentials: credentials,
151
- endpoint: @config.endpoint,
164
+ credentials: credentials,
165
+ endpoint: @config.endpoint,
166
+ endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
167
+ universe_domain: @config.universe_domain,
152
168
  channel_args: @config.channel_args,
153
169
  interceptors: @config.interceptors,
154
170
  channel_pool_config: @config.channel_pool
@@ -368,9 +384,9 @@ module Google
368
384
  # end
369
385
  #
370
386
  # @!attribute [rw] endpoint
371
- # The hostname or hostname:port of the service endpoint.
372
- # Defaults to `"dialogflow.googleapis.com"`.
373
- # @return [::String]
387
+ # A custom service endpoint, as a hostname or hostname:port. The default is
388
+ # nil, indicating to use the default endpoint in the current universe domain.
389
+ # @return [::String,nil]
374
390
  # @!attribute [rw] credentials
375
391
  # Credentials to send with calls. You may provide any of the following types:
376
392
  # * (`String`) The path to a service account key file in JSON format
@@ -416,13 +432,20 @@ module Google
416
432
  # @!attribute [rw] quota_project
417
433
  # A separate project against which to charge quota.
418
434
  # @return [::String]
435
+ # @!attribute [rw] universe_domain
436
+ # The universe domain within which to make requests. This determines the
437
+ # default endpoint URL. The default value of nil uses the environment
438
+ # universe (usually the default "googleapis.com" universe).
439
+ # @return [::String,nil]
419
440
  #
420
441
  class Configuration
421
442
  extend ::Gapic::Config
422
443
 
444
+ # @private
445
+ # The endpoint specific to the default "googleapis.com" universe. Deprecated.
423
446
  DEFAULT_ENDPOINT = "dialogflow.googleapis.com"
424
447
 
425
- config_attr :endpoint, DEFAULT_ENDPOINT, ::String
448
+ config_attr :endpoint, nil, ::String, nil
426
449
  config_attr :credentials, nil do |value|
427
450
  allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
428
451
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
@@ -437,6 +460,7 @@ module Google
437
460
  config_attr :metadata, nil, ::Hash, nil
438
461
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
439
462
  config_attr :quota_project, nil, ::String, nil
463
+ config_attr :universe_domain, nil, ::String, nil
440
464
 
441
465
  # @private
442
466
  def initialize parent_config = nil
@@ -33,6 +33,9 @@ module Google
33
33
  # Service for managing {::Google::Cloud::Dialogflow::V2::Fulfillment Fulfillments}.
34
34
  #
35
35
  class Client
36
+ # @private
37
+ DEFAULT_ENDPOINT_TEMPLATE = "dialogflow.$UNIVERSE_DOMAIN$"
38
+
36
39
  include Paths
37
40
 
38
41
  # @private
@@ -98,6 +101,15 @@ module Google
98
101
  @config
99
102
  end
100
103
 
104
+ ##
105
+ # The effective universe domain
106
+ #
107
+ # @return [String]
108
+ #
109
+ def universe_domain
110
+ @fulfillments_stub.universe_domain
111
+ end
112
+
101
113
  ##
102
114
  # Create a new Fulfillments REST client object.
103
115
  #
@@ -125,8 +137,9 @@ module Google
125
137
  credentials = @config.credentials
126
138
  # Use self-signed JWT if the endpoint is unchanged from default,
127
139
  # but only if the default endpoint does not have a region prefix.
128
- enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
129
- !@config.endpoint.split(".").first.include?("-")
140
+ enable_self_signed_jwt = @config.endpoint.nil? ||
141
+ (@config.endpoint == Configuration::DEFAULT_ENDPOINT &&
142
+ !@config.endpoint.split(".").first.include?("-"))
130
143
  credentials ||= Credentials.default scope: @config.scope,
131
144
  enable_self_signed_jwt: enable_self_signed_jwt
132
145
  if credentials.is_a?(::String) || credentials.is_a?(::Hash)
@@ -140,10 +153,16 @@ module Google
140
153
  config.credentials = credentials
141
154
  config.quota_project = @quota_project_id
142
155
  config.endpoint = @config.endpoint
156
+ config.universe_domain = @config.universe_domain
143
157
  config.bindings_override = @config.bindings_override
144
158
  end
145
159
 
146
- @fulfillments_stub = ::Google::Cloud::Dialogflow::V2::Fulfillments::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
160
+ @fulfillments_stub = ::Google::Cloud::Dialogflow::V2::Fulfillments::Rest::ServiceStub.new(
161
+ endpoint: @config.endpoint,
162
+ endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
163
+ universe_domain: @config.universe_domain,
164
+ credentials: credentials
165
+ )
147
166
  end
148
167
 
149
168
  ##
@@ -345,9 +364,9 @@ module Google
345
364
  # end
346
365
  #
347
366
  # @!attribute [rw] endpoint
348
- # The hostname or hostname:port of the service endpoint.
349
- # Defaults to `"dialogflow.googleapis.com"`.
350
- # @return [::String]
367
+ # A custom service endpoint, as a hostname or hostname:port. The default is
368
+ # nil, indicating to use the default endpoint in the current universe domain.
369
+ # @return [::String,nil]
351
370
  # @!attribute [rw] credentials
352
371
  # Credentials to send with calls. You may provide any of the following types:
353
372
  # * (`String`) The path to a service account key file in JSON format
@@ -384,13 +403,20 @@ module Google
384
403
  # @!attribute [rw] quota_project
385
404
  # A separate project against which to charge quota.
386
405
  # @return [::String]
406
+ # @!attribute [rw] universe_domain
407
+ # The universe domain within which to make requests. This determines the
408
+ # default endpoint URL. The default value of nil uses the environment
409
+ # universe (usually the default "googleapis.com" universe).
410
+ # @return [::String,nil]
387
411
  #
388
412
  class Configuration
389
413
  extend ::Gapic::Config
390
414
 
415
+ # @private
416
+ # The endpoint specific to the default "googleapis.com" universe. Deprecated.
391
417
  DEFAULT_ENDPOINT = "dialogflow.googleapis.com"
392
418
 
393
- config_attr :endpoint, DEFAULT_ENDPOINT, ::String
419
+ config_attr :endpoint, nil, ::String, nil
394
420
  config_attr :credentials, nil do |value|
395
421
  allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
396
422
  allowed.any? { |klass| klass === value }
@@ -402,6 +428,7 @@ module Google
402
428
  config_attr :metadata, nil, ::Hash, nil
403
429
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
404
430
  config_attr :quota_project, nil, ::String, nil
431
+ config_attr :universe_domain, nil, ::String, nil
405
432
 
406
433
  # @private
407
434
  # Overrides for http bindings for the RPCs of this service
@@ -30,16 +30,28 @@ module Google
30
30
  # including transcoding, making the REST call, and deserialing the response.
31
31
  #
32
32
  class ServiceStub
33
- def initialize endpoint:, credentials:
33
+ def initialize endpoint:, endpoint_template:, universe_domain:, credentials:
34
34
  # These require statements are intentionally placed here to initialize
35
35
  # the REST modules only when it's required.
36
36
  require "gapic/rest"
37
37
 
38
- @client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint, credentials: credentials,
38
+ @client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint,
39
+ endpoint_template: endpoint_template,
40
+ universe_domain: universe_domain,
41
+ credentials: credentials,
39
42
  numeric_enums: true,
40
43
  raise_faraday_errors: false
41
44
  end
42
45
 
46
+ ##
47
+ # The effective universe domain
48
+ #
49
+ # @return [String]
50
+ #
51
+ def universe_domain
52
+ @client_stub.universe_domain
53
+ end
54
+
43
55
  ##
44
56
  # Baseline implementation for the get_fulfillment REST call
45
57
  #
@@ -31,6 +31,9 @@ module Google
31
31
  # Service for managing {::Google::Cloud::Dialogflow::V2::Intent Intents}.
32
32
  #
33
33
  class Client
34
+ # @private
35
+ DEFAULT_ENDPOINT_TEMPLATE = "dialogflow.$UNIVERSE_DOMAIN$"
36
+
34
37
  include Paths
35
38
 
36
39
  # @private
@@ -96,6 +99,15 @@ module Google
96
99
  @config
97
100
  end
98
101
 
102
+ ##
103
+ # The effective universe domain
104
+ #
105
+ # @return [String]
106
+ #
107
+ def universe_domain
108
+ @intents_stub.universe_domain
109
+ end
110
+
99
111
  ##
100
112
  # Create a new Intents client object.
101
113
  #
@@ -129,8 +141,9 @@ module Google
129
141
  credentials = @config.credentials
130
142
  # Use self-signed JWT if the endpoint is unchanged from default,
131
143
  # but only if the default endpoint does not have a region prefix.
132
- enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
133
- !@config.endpoint.split(".").first.include?("-")
144
+ enable_self_signed_jwt = @config.endpoint.nil? ||
145
+ (@config.endpoint == Configuration::DEFAULT_ENDPOINT &&
146
+ !@config.endpoint.split(".").first.include?("-"))
134
147
  credentials ||= Credentials.default scope: @config.scope,
135
148
  enable_self_signed_jwt: enable_self_signed_jwt
136
149
  if credentials.is_a?(::String) || credentials.is_a?(::Hash)
@@ -143,18 +156,22 @@ module Google
143
156
  config.credentials = credentials
144
157
  config.quota_project = @quota_project_id
145
158
  config.endpoint = @config.endpoint
159
+ config.universe_domain = @config.universe_domain
146
160
  end
147
161
 
148
162
  @location_client = Google::Cloud::Location::Locations::Client.new do |config|
149
163
  config.credentials = credentials
150
164
  config.quota_project = @quota_project_id
151
165
  config.endpoint = @config.endpoint
166
+ config.universe_domain = @config.universe_domain
152
167
  end
153
168
 
154
169
  @intents_stub = ::Gapic::ServiceStub.new(
155
170
  ::Google::Cloud::Dialogflow::V2::Intents::Stub,
156
- credentials: credentials,
157
- endpoint: @config.endpoint,
171
+ credentials: credentials,
172
+ endpoint: @config.endpoint,
173
+ endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
174
+ universe_domain: @config.universe_domain,
158
175
  channel_args: @config.channel_args,
159
176
  interceptors: @config.interceptors,
160
177
  channel_pool_config: @config.channel_pool
@@ -936,9 +953,9 @@ module Google
936
953
  # end
937
954
  #
938
955
  # @!attribute [rw] endpoint
939
- # The hostname or hostname:port of the service endpoint.
940
- # Defaults to `"dialogflow.googleapis.com"`.
941
- # @return [::String]
956
+ # A custom service endpoint, as a hostname or hostname:port. The default is
957
+ # nil, indicating to use the default endpoint in the current universe domain.
958
+ # @return [::String,nil]
942
959
  # @!attribute [rw] credentials
943
960
  # Credentials to send with calls. You may provide any of the following types:
944
961
  # * (`String`) The path to a service account key file in JSON format
@@ -984,13 +1001,20 @@ module Google
984
1001
  # @!attribute [rw] quota_project
985
1002
  # A separate project against which to charge quota.
986
1003
  # @return [::String]
1004
+ # @!attribute [rw] universe_domain
1005
+ # The universe domain within which to make requests. This determines the
1006
+ # default endpoint URL. The default value of nil uses the environment
1007
+ # universe (usually the default "googleapis.com" universe).
1008
+ # @return [::String,nil]
987
1009
  #
988
1010
  class Configuration
989
1011
  extend ::Gapic::Config
990
1012
 
1013
+ # @private
1014
+ # The endpoint specific to the default "googleapis.com" universe. Deprecated.
991
1015
  DEFAULT_ENDPOINT = "dialogflow.googleapis.com"
992
1016
 
993
- config_attr :endpoint, DEFAULT_ENDPOINT, ::String
1017
+ config_attr :endpoint, nil, ::String, nil
994
1018
  config_attr :credentials, nil do |value|
995
1019
  allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
996
1020
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
@@ -1005,6 +1029,7 @@ module Google
1005
1029
  config_attr :metadata, nil, ::Hash, nil
1006
1030
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
1007
1031
  config_attr :quota_project, nil, ::String, nil
1032
+ config_attr :universe_domain, nil, ::String, nil
1008
1033
 
1009
1034
  # @private
1010
1035
  def initialize parent_config = nil
@@ -26,6 +26,9 @@ module Google
26
26
  module Intents
27
27
  # Service that implements Longrunning Operations API.
28
28
  class Operations
29
+ # @private
30
+ DEFAULT_ENDPOINT_TEMPLATE = "dialogflow.$UNIVERSE_DOMAIN$"
31
+
29
32
  # @private
30
33
  attr_reader :operations_stub
31
34
 
@@ -60,6 +63,15 @@ module Google
60
63
  @config
61
64
  end
62
65
 
66
+ ##
67
+ # The effective universe domain
68
+ #
69
+ # @return [String]
70
+ #
71
+ def universe_domain
72
+ @operations_stub.universe_domain
73
+ end
74
+
63
75
  ##
64
76
  # Create a new Operations client object.
65
77
  #
@@ -90,8 +102,10 @@ module Google
90
102
 
91
103
  @operations_stub = ::Gapic::ServiceStub.new(
92
104
  ::Google::Longrunning::Operations::Stub,
93
- credentials: credentials,
94
- endpoint: @config.endpoint,
105
+ credentials: credentials,
106
+ endpoint: @config.endpoint,
107
+ endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
108
+ universe_domain: @config.universe_domain,
95
109
  channel_args: @config.channel_args,
96
110
  interceptors: @config.interceptors,
97
111
  channel_pool_config: @config.channel_pool
@@ -613,9 +627,9 @@ module Google
613
627
  # end
614
628
  #
615
629
  # @!attribute [rw] endpoint
616
- # The hostname or hostname:port of the service endpoint.
617
- # Defaults to `"dialogflow.googleapis.com"`.
618
- # @return [::String]
630
+ # A custom service endpoint, as a hostname or hostname:port. The default is
631
+ # nil, indicating to use the default endpoint in the current universe domain.
632
+ # @return [::String,nil]
619
633
  # @!attribute [rw] credentials
620
634
  # Credentials to send with calls. You may provide any of the following types:
621
635
  # * (`String`) The path to a service account key file in JSON format
@@ -661,13 +675,20 @@ module Google
661
675
  # @!attribute [rw] quota_project
662
676
  # A separate project against which to charge quota.
663
677
  # @return [::String]
678
+ # @!attribute [rw] universe_domain
679
+ # The universe domain within which to make requests. This determines the
680
+ # default endpoint URL. The default value of nil uses the environment
681
+ # universe (usually the default "googleapis.com" universe).
682
+ # @return [::String,nil]
664
683
  #
665
684
  class Configuration
666
685
  extend ::Gapic::Config
667
686
 
687
+ # @private
688
+ # The endpoint specific to the default "googleapis.com" universe. Deprecated.
668
689
  DEFAULT_ENDPOINT = "dialogflow.googleapis.com"
669
690
 
670
- config_attr :endpoint, DEFAULT_ENDPOINT, ::String
691
+ config_attr :endpoint, nil, ::String, nil
671
692
  config_attr :credentials, nil do |value|
672
693
  allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
673
694
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
@@ -682,6 +703,7 @@ module Google
682
703
  config_attr :metadata, nil, ::Hash, nil
683
704
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
684
705
  config_attr :quota_project, nil, ::String, nil
706
+ config_attr :universe_domain, nil, ::String, nil
685
707
 
686
708
  # @private
687
709
  def initialize parent_config = nil
@@ -33,6 +33,9 @@ module Google
33
33
  # Service for managing {::Google::Cloud::Dialogflow::V2::Intent Intents}.
34
34
  #
35
35
  class Client
36
+ # @private
37
+ DEFAULT_ENDPOINT_TEMPLATE = "dialogflow.$UNIVERSE_DOMAIN$"
38
+
36
39
  include Paths
37
40
 
38
41
  # @private
@@ -98,6 +101,15 @@ module Google
98
101
  @config
99
102
  end
100
103
 
104
+ ##
105
+ # The effective universe domain
106
+ #
107
+ # @return [String]
108
+ #
109
+ def universe_domain
110
+ @intents_stub.universe_domain
111
+ end
112
+
101
113
  ##
102
114
  # Create a new Intents REST client object.
103
115
  #
@@ -125,8 +137,9 @@ module Google
125
137
  credentials = @config.credentials
126
138
  # Use self-signed JWT if the endpoint is unchanged from default,
127
139
  # but only if the default endpoint does not have a region prefix.
128
- enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
129
- !@config.endpoint.split(".").first.include?("-")
140
+ enable_self_signed_jwt = @config.endpoint.nil? ||
141
+ (@config.endpoint == Configuration::DEFAULT_ENDPOINT &&
142
+ !@config.endpoint.split(".").first.include?("-"))
130
143
  credentials ||= Credentials.default scope: @config.scope,
131
144
  enable_self_signed_jwt: enable_self_signed_jwt
132
145
  if credentials.is_a?(::String) || credentials.is_a?(::Hash)
@@ -140,16 +153,23 @@ module Google
140
153
  config.credentials = credentials
141
154
  config.quota_project = @quota_project_id
142
155
  config.endpoint = @config.endpoint
156
+ config.universe_domain = @config.universe_domain
143
157
  end
144
158
 
145
159
  @location_client = Google::Cloud::Location::Locations::Rest::Client.new do |config|
146
160
  config.credentials = credentials
147
161
  config.quota_project = @quota_project_id
148
162
  config.endpoint = @config.endpoint
163
+ config.universe_domain = @config.universe_domain
149
164
  config.bindings_override = @config.bindings_override
150
165
  end
151
166
 
152
- @intents_stub = ::Google::Cloud::Dialogflow::V2::Intents::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
167
+ @intents_stub = ::Google::Cloud::Dialogflow::V2::Intents::Rest::ServiceStub.new(
168
+ endpoint: @config.endpoint,
169
+ endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
170
+ universe_domain: @config.universe_domain,
171
+ credentials: credentials
172
+ )
153
173
  end
154
174
 
155
175
  ##
@@ -878,9 +898,9 @@ module Google
878
898
  # end
879
899
  #
880
900
  # @!attribute [rw] endpoint
881
- # The hostname or hostname:port of the service endpoint.
882
- # Defaults to `"dialogflow.googleapis.com"`.
883
- # @return [::String]
901
+ # A custom service endpoint, as a hostname or hostname:port. The default is
902
+ # nil, indicating to use the default endpoint in the current universe domain.
903
+ # @return [::String,nil]
884
904
  # @!attribute [rw] credentials
885
905
  # Credentials to send with calls. You may provide any of the following types:
886
906
  # * (`String`) The path to a service account key file in JSON format
@@ -917,13 +937,20 @@ module Google
917
937
  # @!attribute [rw] quota_project
918
938
  # A separate project against which to charge quota.
919
939
  # @return [::String]
940
+ # @!attribute [rw] universe_domain
941
+ # The universe domain within which to make requests. This determines the
942
+ # default endpoint URL. The default value of nil uses the environment
943
+ # universe (usually the default "googleapis.com" universe).
944
+ # @return [::String,nil]
920
945
  #
921
946
  class Configuration
922
947
  extend ::Gapic::Config
923
948
 
949
+ # @private
950
+ # The endpoint specific to the default "googleapis.com" universe. Deprecated.
924
951
  DEFAULT_ENDPOINT = "dialogflow.googleapis.com"
925
952
 
926
- config_attr :endpoint, DEFAULT_ENDPOINT, ::String
953
+ config_attr :endpoint, nil, ::String, nil
927
954
  config_attr :credentials, nil do |value|
928
955
  allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
929
956
  allowed.any? { |klass| klass === value }
@@ -935,6 +962,7 @@ module Google
935
962
  config_attr :metadata, nil, ::Hash, nil
936
963
  config_attr :retry_policy, nil, ::Hash, ::Proc, nil
937
964
  config_attr :quota_project, nil, ::String, nil
965
+ config_attr :universe_domain, nil, ::String, nil
938
966
 
939
967
  # @private
940
968
  # Overrides for http bindings for the RPCs of this service