google-cloud-dataplex-v1 0.10.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/dataplex/v1/content_service/client.rb +10 -1
  3. data/lib/google/cloud/dataplex/v1/content_service/rest/client.rb +132 -0
  4. data/lib/google/cloud/dataplex/v1/data_profile_pb.rb +1 -2
  5. data/lib/google/cloud/dataplex/v1/data_quality_pb.rb +1 -1
  6. data/lib/google/cloud/dataplex/v1/data_scan_service/client.rb +10 -1
  7. data/lib/google/cloud/dataplex/v1/data_scan_service/operations.rb +10 -1
  8. data/lib/google/cloud/dataplex/v1/data_scan_service/paths.rb +0 -19
  9. data/lib/google/cloud/dataplex/v1/data_scan_service/rest/client.rb +157 -0
  10. data/lib/google/cloud/dataplex/v1/data_scan_service/rest/operations.rb +75 -0
  11. data/lib/google/cloud/dataplex/v1/data_taxonomy_service/client.rb +10 -1
  12. data/lib/google/cloud/dataplex/v1/data_taxonomy_service/operations.rb +10 -1
  13. data/lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb +315 -0
  14. data/lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/operations.rb +75 -0
  15. data/lib/google/cloud/dataplex/v1/dataplex_service/client.rb +10 -1
  16. data/lib/google/cloud/dataplex/v1/dataplex_service/operations.rb +10 -1
  17. data/lib/google/cloud/dataplex/v1/dataplex_service/rest/client.rb +673 -0
  18. data/lib/google/cloud/dataplex/v1/dataplex_service/rest/operations.rb +75 -0
  19. data/lib/google/cloud/dataplex/v1/metadata_service/client.rb +10 -1
  20. data/lib/google/cloud/dataplex/v1/metadata_service/rest/client.rb +152 -0
  21. data/lib/google/cloud/dataplex/v1/version.rb +1 -1
  22. data/proto_docs/google/api/field_behavior.rb +14 -0
  23. data/proto_docs/google/cloud/dataplex/v1/data_profile.rb +1 -1
  24. data/proto_docs/google/cloud/dataplex/v1/data_quality.rb +1 -1
  25. metadata +5 -5
@@ -269,7 +269,8 @@ module Google
269
269
  credentials: credentials,
270
270
  endpoint: @config.endpoint,
271
271
  channel_args: @config.channel_args,
272
- interceptors: @config.interceptors
272
+ interceptors: @config.interceptors,
273
+ channel_pool_config: @config.channel_pool
273
274
  )
274
275
  end
275
276
 
@@ -3650,6 +3651,14 @@ module Google
3650
3651
  end
3651
3652
  end
3652
3653
 
3654
+ ##
3655
+ # Configuration for the channel pool
3656
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
3657
+ #
3658
+ def channel_pool
3659
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
3660
+ end
3661
+
3653
3662
  ##
3654
3663
  # Configuration RPC class for the DataplexService API.
3655
3664
  #
@@ -93,7 +93,8 @@ module Google
93
93
  credentials: credentials,
94
94
  endpoint: @config.endpoint,
95
95
  channel_args: @config.channel_args,
96
- interceptors: @config.interceptors
96
+ interceptors: @config.interceptors,
97
+ channel_pool_config: @config.channel_pool
97
98
  )
98
99
 
99
100
  # Used by an LRO wrapper for some methods of this service
@@ -701,6 +702,14 @@ module Google
701
702
  end
702
703
  end
703
704
 
705
+ ##
706
+ # Configuration for the channel pool
707
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
708
+ #
709
+ def channel_pool
710
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
711
+ end
712
+
704
713
  ##
705
714
  # Configuration RPC class for the Operations API.
706
715
  #