google-apis-dataplex_v1 0.4.0 → 0.5.0

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: 6196349661d1780e3d064e7d2efd93e28c148051f145671d5bb5165a7c46f281
4
- data.tar.gz: 51dd32b3c1e1b8ad114c4997e06a686b27acd74cbc504fadc4950e681b031bdb
3
+ metadata.gz: b7e71720e6310c15d7bcb6f9597cb440575bd97ba79e8db886ba012b9bbbfc93
4
+ data.tar.gz: 070757b13da6a4feec670cb2876e8a8496250cf72dcdb433ee16fd2ad3036469
5
5
  SHA512:
6
- metadata.gz: 73fbc9573d4df11a618ef544abd84e35953012a2c790026760fe383cc0803a3bbdcd11817c1ee86013f081b37969cbed08c2ae92819bf93118655d9c6d76b028
7
- data.tar.gz: 0f51825cd7b9ec6858d243aeb5b0cd13c681c8ad5c08f909384e408993e3c86f21571d23404a41e900a20b24beeaabb24e9b83579ae6a2129d9f7e8928c8ec5a
6
+ metadata.gz: 0db009067077b16ff08dc22ef7c599844d8474b92c31394fe6e489c0224bb73ae0e273e30152fefcc944149c5869af67e62435ff04146462931c96f694ad8ab3
7
+ data.tar.gz: 95a5cdcfb07052eb4eb7618c05a58e43654ce66ba609165cd0ef1ecc19adbd63c97d7edd4c5a78156121288dfb580fe4f73f9b0205e54259935d70ab4568cfd1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.5.0 (2022-05-15)
4
+
5
+ * Regenerated from discovery document revision 20220509
6
+
3
7
  ### v0.4.0 (2022-05-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20220502
@@ -2766,13 +2766,15 @@ module Google
2766
2766
  class GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources
2767
2767
  include Google::Apis::Core::Hashable
2768
2768
 
2769
- # Optional. Total number of job executors.
2769
+ # Optional. Total number of job executors. Executor Count should be between 2
2770
+ # and 100. Default=2
2770
2771
  # Corresponds to the JSON property `executorsCount`
2771
2772
  # @return [Fixnum]
2772
2773
  attr_accessor :executors_count
2773
2774
 
2774
2775
  # Optional. Max configurable executors. If max_executors_count > executors_count,
2775
- # then auto-scaling is enabled.
2776
+ # then auto-scaling is enabled. Max Executor Count should be between 2 and 1000.
2777
+ # Default=1000
2776
2778
  # Corresponds to the JSON property `maxExecutorsCount`
2777
2779
  # @return [Fixnum]
2778
2780
  attr_accessor :max_executors_count
@@ -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.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220502"
25
+ REVISION = "20220509"
26
26
  end
27
27
  end
28
28
  end
@@ -1116,6 +1116,13 @@ module Google
1116
1116
  # Required. The resource name of the parent environment: projects/`
1117
1117
  # project_number`/locations/`location_id`/lakes/`lake_id`/environment/`
1118
1118
  # environment_id`
1119
+ # @param [String] filter
1120
+ # Optional. Filter request. The following mode filter is supported to return
1121
+ # only the sessions belonging to the requester when the mode is USER and return
1122
+ # sessions of all the users when the mode is ADMIN. When no filter is sent
1123
+ # default to USER mode. NOTE: When the mode is ADMIN, the requester should have
1124
+ # dataplex.environments.listAllSessions permission to list all sessions, in
1125
+ # absence of the permission, the request fails.mode = ADMIN | USER
1119
1126
  # @param [Fixnum] page_size
1120
1127
  # Optional. Maximum number of sessions to return. The service may return fewer
1121
1128
  # than this value. If unspecified, at most 10 sessions will be returned. The
@@ -1141,11 +1148,12 @@ module Google
1141
1148
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1142
1149
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1143
1150
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1144
- def list_project_location_lake_environment_sessions(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1151
+ def list_project_location_lake_environment_sessions(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1145
1152
  command = make_simple_command(:get, 'v1/{+parent}/sessions', options)
1146
1153
  command.response_representation = Google::Apis::DataplexV1::GoogleCloudDataplexV1ListSessionsResponse::Representation
1147
1154
  command.response_class = Google::Apis::DataplexV1::GoogleCloudDataplexV1ListSessionsResponse
1148
1155
  command.params['parent'] = parent unless parent.nil?
1156
+ command.query['filter'] = filter unless filter.nil?
1149
1157
  command.query['pageSize'] = page_size unless page_size.nil?
1150
1158
  command.query['pageToken'] = page_token unless page_token.nil?
1151
1159
  command.query['fields'] = fields unless fields.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataplex_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-09 00:00:00.000000000 Z
11
+ date: 2022-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.5.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1
63
63
  post_install_message:
64
64
  rdoc_options: []