google-apis-dataplex_v1 0.94.0 → 0.95.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de7ba8121d54a8c87b969923bf83f2ca70ccba7ab45949b3d78f5cf8e38e67ab
4
- data.tar.gz: 9c5f994bd32617162edaa43af35be7913d9db5c6491e655ee2883d91843766cd
3
+ metadata.gz: 17a0a2b396cadad3acff97f4eb73c0509317025fa271b9535aebc3ba39fca69b
4
+ data.tar.gz: 63fac501a1c058676b9f595310154333bf1c06f047a117fc2bf623cb8d0445c3
5
5
  SHA512:
6
- metadata.gz: bafc5b3e94e12fa07760176511fb2579b8f32731631f058f2d311ca0f0c518fd3e57336ef6c01d62cb2f5958a83deb4400741b469964146932c52718ab841e69
7
- data.tar.gz: 38a6d805892bd503931bb00fe2081fe286e5809aa31a75aced298170c4f67bb09cb646ba7d8462b11984f1ffffdb4caf343eedce7e846b36afef15ddbfcb5883
6
+ metadata.gz: a748706b4fd591e743eb1cf4f9028df59f8c14a0a81d2cc7b5310bd9d7886a73e0e8b18578a1ee0d43ad59086687aaeb40bdb2275bf8814b26a572a179a35db1
7
+ data.tar.gz: 4ddaf33800bcf4d4c8dd5d7e32b369d75be2a5021932b1030f99764978604d3df4a249397a81051562f3cb7e1d0623ccacbea0f9d0de790fefd0ea389f5aff83
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.95.0 (2026-08-30)
4
+
5
+ * Regenerated from discovery document revision 20260823
6
+
3
7
  ### v0.94.0 (2026-08-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20260804
@@ -2534,6 +2534,11 @@ module Google
2534
2534
  # @return [String]
2535
2535
  attr_accessor :sql
2536
2536
 
2537
+ # Output only. The SQL dialect of the query.
2538
+ # Corresponds to the JSON property `sqlDialect`
2539
+ # @return [String]
2540
+ attr_accessor :sql_dialect
2541
+
2537
2542
  def initialize(**args)
2538
2543
  update!(**args)
2539
2544
  end
@@ -2542,6 +2547,7 @@ module Google
2542
2547
  def update!(**args)
2543
2548
  @description = args[:description] if args.key?(:description)
2544
2549
  @sql = args[:sql] if args.key?(:sql)
2550
+ @sql_dialect = args[:sql_dialect] if args.key?(:sql_dialect)
2545
2551
  end
2546
2552
  end
2547
2553
 
@@ -2688,6 +2694,12 @@ module Google
2688
2694
  # @return [Array<String>]
2689
2695
  attr_accessor :generation_scopes
2690
2696
 
2697
+ # Optional. The SQL dialect to use in the generated SQL queries. If not
2698
+ # specified, the default dialect is Google SQL.
2699
+ # Corresponds to the JSON property `sqlDialect`
2700
+ # @return [String]
2701
+ attr_accessor :sql_dialect
2702
+
2691
2703
  def initialize(**args)
2692
2704
  update!(**args)
2693
2705
  end
@@ -2696,6 +2708,7 @@ module Google
2696
2708
  def update!(**args)
2697
2709
  @catalog_publishing_enabled = args[:catalog_publishing_enabled] if args.key?(:catalog_publishing_enabled)
2698
2710
  @generation_scopes = args[:generation_scopes] if args.key?(:generation_scopes)
2711
+ @sql_dialect = args[:sql_dialect] if args.key?(:sql_dialect)
2699
2712
  end
2700
2713
  end
2701
2714
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DataplexV1
18
18
  # Version of the google-apis-dataplex_v1 gem
19
- GEM_VERSION = "0.94.0"
19
+ GEM_VERSION = "0.95.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260804"
25
+ REVISION = "20260823"
26
26
  end
27
27
  end
28
28
  end
@@ -2502,6 +2502,7 @@ module Google
2502
2502
  class Representation < Google::Apis::Core::JsonRepresentation
2503
2503
  property :description, as: 'description'
2504
2504
  property :sql, as: 'sql'
2505
+ property :sql_dialect, as: 'sqlDialect'
2505
2506
  end
2506
2507
  end
2507
2508
 
@@ -2550,6 +2551,7 @@ module Google
2550
2551
  class Representation < Google::Apis::Core::JsonRepresentation
2551
2552
  property :catalog_publishing_enabled, as: 'catalogPublishingEnabled'
2552
2553
  collection :generation_scopes, as: 'generationScopes'
2554
+ property :sql_dialect, as: 'sqlDialect'
2553
2555
  end
2554
2556
  end
2555
2557
 
@@ -782,6 +782,10 @@ module Google
782
782
  # @param [String] name
783
783
  # Required. The project to which the request should be attributed in the
784
784
  # following form: projects/`project`/locations/global.
785
+ # @param [Array<String>, String] contexts
786
+ # Optional. Specifies the scope of the context in which the search will be
787
+ # performed. This scope will also be used to perform IAM checks, which if
788
+ # passing, will return all resources in the scope.
785
789
  # @param [String] order_by
786
790
  # Optional. Specifies the ordering of results. Supported values are: relevance
787
791
  # last_modified_timestamp last_modified_timestamp asc
@@ -820,11 +824,12 @@ module Google
820
824
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
821
825
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
822
826
  # @raise [Google::Apis::AuthorizationError] Authorization is required
823
- def search_project_location_entries(name, order_by: nil, page_size: nil, page_token: nil, query: nil, scope: nil, semantic_search: nil, fields: nil, quota_user: nil, options: nil, &block)
827
+ def search_project_location_entries(name, contexts: nil, order_by: nil, page_size: nil, page_token: nil, query: nil, scope: nil, semantic_search: nil, fields: nil, quota_user: nil, options: nil, &block)
824
828
  command = make_simple_command(:post, 'v1/{+name}:searchEntries', options)
825
829
  command.response_representation = Google::Apis::DataplexV1::GoogleCloudDataplexV1SearchEntriesResponse::Representation
826
830
  command.response_class = Google::Apis::DataplexV1::GoogleCloudDataplexV1SearchEntriesResponse
827
831
  command.params['name'] = name unless name.nil?
832
+ command.query['contexts'] = contexts unless contexts.nil?
828
833
  command.query['orderBy'] = order_by unless order_by.nil?
829
834
  command.query['pageSize'] = page_size unless page_size.nil?
830
835
  command.query['pageToken'] = page_token unless page_token.nil?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataplex_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.94.0
4
+ version: 0.95.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.94.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.95.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1
62
62
  rdoc_options: []
63
63
  require_paths: