google-cloud-dataplex-v1 0.4.0 → 0.5.1
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 +4 -4
- data/AUTHENTICATION.md +1 -1
- data/README.md +1 -1
- data/lib/google/cloud/dataplex/v1/content_service/client.rb +5 -5
- data/lib/google/cloud/dataplex/v1/dataplex_service/client.rb +65 -64
- data/lib/google/cloud/dataplex/v1/logs_pb.rb +5 -0
- data/lib/google/cloud/dataplex/v1/metadata_service/client.rb +19 -17
- data/lib/google/cloud/dataplex/v1/tasks_pb.rb +8 -0
- data/lib/google/cloud/dataplex/v1/version.rb +1 -1
- data/proto_docs/google/api/client.rb +318 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/cloud/dataplex/v1/analyze.rb +26 -21
- data/proto_docs/google/cloud/dataplex/v1/content.rb +4 -4
- data/proto_docs/google/cloud/dataplex/v1/logs.rb +17 -2
- data/proto_docs/google/cloud/dataplex/v1/metadata.rb +56 -52
- data/proto_docs/google/cloud/dataplex/v1/resources.rb +67 -61
- data/proto_docs/google/cloud/dataplex/v1/service.rb +67 -65
- data/proto_docs/google/cloud/dataplex/v1/tasks.rb +53 -26
- data/proto_docs/google/protobuf/empty.rb +0 -2
- data/proto_docs/google/rpc/status.rb +4 -2
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13e349aeb50f91378386cc70171e04d96875937d68261a25e75ad9f9b5190ca8
|
4
|
+
data.tar.gz: 63eb19ce2792f51f837fbbf7b042e77da11f7af5353478199e9b30e77661f6eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23673ad39cad43faea2e7301b4fb1751afb521e2993444858581d6f0f6535effbc87a0607708c397ac78eed0cb6a5c09a21c2be8875e69e7f288c5c12088ce8b
|
7
|
+
data.tar.gz: 8b72e94048913e5ca9137ec1a570c9e87d275284085c1f4cb35111818719a981b0deafe88fb986a0a4ba08c6963134ba6aaf954f1a22de72d24b01263a94d4d1
|
data/AUTHENTICATION.md
CHANGED
@@ -112,7 +112,7 @@ credentials are discovered.
|
|
112
112
|
To configure your system for this, simply:
|
113
113
|
|
114
114
|
1. [Download and install the Cloud SDK](https://cloud.google.com/sdk)
|
115
|
-
2. Authenticate using OAuth 2.0 `$ gcloud auth login`
|
115
|
+
2. Authenticate using OAuth 2.0 `$ gcloud auth application-default login`
|
116
116
|
3. Write code as if already authenticated.
|
117
117
|
|
118
118
|
**NOTE:** This is _not_ recommended for running in production. The Cloud SDK
|
data/README.md
CHANGED
@@ -46,7 +46,7 @@ for general usage information.
|
|
46
46
|
## Enabling Logging
|
47
47
|
|
48
48
|
To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
|
49
|
-
The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/
|
49
|
+
The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
|
50
50
|
or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
|
51
51
|
that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
|
52
52
|
and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
|
@@ -19,7 +19,7 @@
|
|
19
19
|
require "google/cloud/errors"
|
20
20
|
require "google/cloud/dataplex/v1/content_pb"
|
21
21
|
require "google/cloud/location"
|
22
|
-
require "google/iam/v1
|
22
|
+
require "google/iam/v1"
|
23
23
|
|
24
24
|
module Google
|
25
25
|
module Cloud
|
@@ -873,12 +873,12 @@ module Google
|
|
873
873
|
# Required. The resource name of the parent lake:
|
874
874
|
# projects/\\{project_id}/locations/\\{location_id}/lakes/\\{lake_id}
|
875
875
|
# @param page_size [::Integer]
|
876
|
-
# Optional. Maximum number of content to return. The service may return fewer
|
877
|
-
# this value. If unspecified, at most 10 content will be returned. The
|
876
|
+
# Optional. Maximum number of content to return. The service may return fewer
|
877
|
+
# than this value. If unspecified, at most 10 content will be returned. The
|
878
878
|
# maximum value is 1000; values above 1000 will be coerced to 1000.
|
879
879
|
# @param page_token [::String]
|
880
|
-
# Optional. Page token received from a previous `ListContent` call. Provide
|
881
|
-
# to retrieve the subsequent page. When paginating, all other parameters
|
880
|
+
# Optional. Page token received from a previous `ListContent` call. Provide
|
881
|
+
# this to retrieve the subsequent page. When paginating, all other parameters
|
882
882
|
# provided to `ListContent` must match the call that provided the page
|
883
883
|
# token.
|
884
884
|
# @param filter [::String]
|
@@ -19,7 +19,7 @@
|
|
19
19
|
require "google/cloud/errors"
|
20
20
|
require "google/cloud/dataplex/v1/service_pb"
|
21
21
|
require "google/cloud/location"
|
22
|
-
require "google/iam/v1
|
22
|
+
require "google/iam/v1"
|
23
23
|
|
24
24
|
module Google
|
25
25
|
module Cloud
|
@@ -622,12 +622,12 @@ module Google
|
|
622
622
|
# `projects/{project_number}/locations/{location_id}`
|
623
623
|
# where `location_id` refers to a GCP region.
|
624
624
|
# @param page_size [::Integer]
|
625
|
-
# Optional. Maximum number of Lakes to return. The service may return fewer
|
626
|
-
# value. If unspecified, at most 10 lakes will be returned. The
|
627
|
-
# value is 1000; values above 1000 will be coerced to 1000.
|
625
|
+
# Optional. Maximum number of Lakes to return. The service may return fewer
|
626
|
+
# than this value. If unspecified, at most 10 lakes will be returned. The
|
627
|
+
# maximum value is 1000; values above 1000 will be coerced to 1000.
|
628
628
|
# @param page_token [::String]
|
629
|
-
# Optional. Page token received from a previous `ListLakes` call. Provide
|
630
|
-
# retrieve the subsequent page. When paginating, all other parameters
|
629
|
+
# Optional. Page token received from a previous `ListLakes` call. Provide
|
630
|
+
# this to retrieve the subsequent page. When paginating, all other parameters
|
631
631
|
# provided to `ListLakes` must match the call that provided the page token.
|
632
632
|
# @param filter [::String]
|
633
633
|
# Optional. Filter request.
|
@@ -813,14 +813,14 @@ module Google
|
|
813
813
|
# Required. The resource name of the parent lake:
|
814
814
|
# `projects/{project_number}/locations/{location_id}/lakes/{lake_id}`.
|
815
815
|
# @param page_size [::Integer]
|
816
|
-
# Optional. Maximum number of actions to return. The service may return fewer
|
817
|
-
# value. If unspecified, at most 10 actions will be returned. The
|
818
|
-
# value is 1000; values above 1000 will be coerced to 1000.
|
816
|
+
# Optional. Maximum number of actions to return. The service may return fewer
|
817
|
+
# than this value. If unspecified, at most 10 actions will be returned. The
|
818
|
+
# maximum value is 1000; values above 1000 will be coerced to 1000.
|
819
819
|
# @param page_token [::String]
|
820
|
-
# Optional. Page token received from a previous `ListLakeActions` call.
|
821
|
-
# retrieve the subsequent page. When paginating, all other
|
822
|
-
# provided to `ListLakeActions` must match the call that provided
|
823
|
-
# token.
|
820
|
+
# Optional. Page token received from a previous `ListLakeActions` call.
|
821
|
+
# Provide this to retrieve the subsequent page. When paginating, all other
|
822
|
+
# parameters provided to `ListLakeActions` must match the call that provided
|
823
|
+
# the page token.
|
824
824
|
#
|
825
825
|
# @yield [response, operation] Access the result along with the RPC operation
|
826
826
|
# @yieldparam response [::Gapic::PagedEnumerable<::Google::Cloud::Dataplex::V1::Action>]
|
@@ -1218,12 +1218,12 @@ module Google
|
|
1218
1218
|
# Required. The resource name of the parent lake:
|
1219
1219
|
# `projects/{project_number}/locations/{location_id}/lakes/{lake_id}`.
|
1220
1220
|
# @param page_size [::Integer]
|
1221
|
-
# Optional. Maximum number of zones to return. The service may return fewer
|
1222
|
-
# value. If unspecified, at most 10 zones will be returned. The
|
1223
|
-
# value is 1000; values above 1000 will be coerced to 1000.
|
1221
|
+
# Optional. Maximum number of zones to return. The service may return fewer
|
1222
|
+
# than this value. If unspecified, at most 10 zones will be returned. The
|
1223
|
+
# maximum value is 1000; values above 1000 will be coerced to 1000.
|
1224
1224
|
# @param page_token [::String]
|
1225
|
-
# Optional. Page token received from a previous `ListZones` call. Provide
|
1226
|
-
# retrieve the subsequent page. When paginating, all other parameters
|
1225
|
+
# Optional. Page token received from a previous `ListZones` call. Provide
|
1226
|
+
# this to retrieve the subsequent page. When paginating, all other parameters
|
1227
1227
|
# provided to `ListZones` must match the call that provided the page token.
|
1228
1228
|
# @param filter [::String]
|
1229
1229
|
# Optional. Filter request.
|
@@ -1409,14 +1409,14 @@ module Google
|
|
1409
1409
|
# Required. The resource name of the parent zone:
|
1410
1410
|
# `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}`.
|
1411
1411
|
# @param page_size [::Integer]
|
1412
|
-
# Optional. Maximum number of actions to return. The service may return fewer
|
1413
|
-
# value. If unspecified, at most 10 actions will be returned. The
|
1414
|
-
# value is 1000; values above 1000 will be coerced to 1000.
|
1412
|
+
# Optional. Maximum number of actions to return. The service may return fewer
|
1413
|
+
# than this value. If unspecified, at most 10 actions will be returned. The
|
1414
|
+
# maximum value is 1000; values above 1000 will be coerced to 1000.
|
1415
1415
|
# @param page_token [::String]
|
1416
|
-
# Optional. Page token received from a previous `ListZoneActions` call.
|
1417
|
-
# retrieve the subsequent page. When paginating, all other
|
1418
|
-
# provided to `ListZoneActions` must match the call that provided
|
1419
|
-
# token.
|
1416
|
+
# Optional. Page token received from a previous `ListZoneActions` call.
|
1417
|
+
# Provide this to retrieve the subsequent page. When paginating, all other
|
1418
|
+
# parameters provided to `ListZoneActions` must match the call that provided
|
1419
|
+
# the page token.
|
1420
1420
|
#
|
1421
1421
|
# @yield [response, operation] Access the result along with the RPC operation
|
1422
1422
|
# @yieldparam response [::Gapic::PagedEnumerable<::Google::Cloud::Dataplex::V1::Action>]
|
@@ -1813,12 +1813,12 @@ module Google
|
|
1813
1813
|
# Required. The resource name of the parent zone:
|
1814
1814
|
# `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}`.
|
1815
1815
|
# @param page_size [::Integer]
|
1816
|
-
# Optional. Maximum number of asset to return. The service may return fewer
|
1817
|
-
# this value. If unspecified, at most 10 assets will be returned. The
|
1816
|
+
# Optional. Maximum number of asset to return. The service may return fewer
|
1817
|
+
# than this value. If unspecified, at most 10 assets will be returned. The
|
1818
1818
|
# maximum value is 1000; values above 1000 will be coerced to 1000.
|
1819
1819
|
# @param page_token [::String]
|
1820
|
-
# Optional. Page token received from a previous `ListAssets` call. Provide
|
1821
|
-
# retrieve the subsequent page. When paginating, all other parameters
|
1820
|
+
# Optional. Page token received from a previous `ListAssets` call. Provide
|
1821
|
+
# this to retrieve the subsequent page. When paginating, all other parameters
|
1822
1822
|
# provided to `ListAssets` must match the call that provided the page
|
1823
1823
|
# token.
|
1824
1824
|
# @param filter [::String]
|
@@ -2005,14 +2005,14 @@ module Google
|
|
2005
2005
|
# Required. The resource name of the parent asset:
|
2006
2006
|
# `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}`.
|
2007
2007
|
# @param page_size [::Integer]
|
2008
|
-
# Optional. Maximum number of actions to return. The service may return fewer
|
2009
|
-
# value. If unspecified, at most 10 actions will be returned. The
|
2010
|
-
# value is 1000; values above 1000 will be coerced to 1000.
|
2008
|
+
# Optional. Maximum number of actions to return. The service may return fewer
|
2009
|
+
# than this value. If unspecified, at most 10 actions will be returned. The
|
2010
|
+
# maximum value is 1000; values above 1000 will be coerced to 1000.
|
2011
2011
|
# @param page_token [::String]
|
2012
|
-
# Optional. Page token received from a previous `ListAssetActions` call.
|
2013
|
-
# to retrieve the subsequent page. When paginating, all other
|
2014
|
-
# provided to `ListAssetActions` must match the call that provided
|
2015
|
-
# token.
|
2012
|
+
# Optional. Page token received from a previous `ListAssetActions` call.
|
2013
|
+
# Provide this to retrieve the subsequent page. When paginating, all other
|
2014
|
+
# parameters provided to `ListAssetActions` must match the call that provided
|
2015
|
+
# the page token.
|
2016
2016
|
#
|
2017
2017
|
# @yield [response, operation] Access the result along with the RPC operation
|
2018
2018
|
# @yieldparam response [::Gapic::PagedEnumerable<::Google::Cloud::Dataplex::V1::Action>]
|
@@ -2401,12 +2401,12 @@ module Google
|
|
2401
2401
|
# Required. The resource name of the parent lake:
|
2402
2402
|
# `projects/{project_number}/locations/{location_id}/lakes/{lake_id}`.
|
2403
2403
|
# @param page_size [::Integer]
|
2404
|
-
# Optional. Maximum number of tasks to return. The service may return fewer
|
2405
|
-
# value. If unspecified, at most 10 tasks will be returned. The
|
2406
|
-
# value is 1000; values above 1000 will be coerced to 1000.
|
2404
|
+
# Optional. Maximum number of tasks to return. The service may return fewer
|
2405
|
+
# than this value. If unspecified, at most 10 tasks will be returned. The
|
2406
|
+
# maximum value is 1000; values above 1000 will be coerced to 1000.
|
2407
2407
|
# @param page_token [::String]
|
2408
|
-
# Optional. Page token received from a previous `ListZones` call. Provide
|
2409
|
-
# retrieve the subsequent page. When paginating, all other parameters
|
2408
|
+
# Optional. Page token received from a previous `ListZones` call. Provide
|
2409
|
+
# this to retrieve the subsequent page. When paginating, all other parameters
|
2410
2410
|
# provided to `ListZones` must match the call that provided the page token.
|
2411
2411
|
# @param filter [::String]
|
2412
2412
|
# Optional. Filter request.
|
@@ -2592,12 +2592,12 @@ module Google
|
|
2592
2592
|
# Required. The resource name of the parent environment:
|
2593
2593
|
# `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}`.
|
2594
2594
|
# @param page_size [::Integer]
|
2595
|
-
# Optional. Maximum number of jobs to return. The service may return fewer
|
2596
|
-
# this value. If unspecified, at most 10 jobs will be returned. The
|
2595
|
+
# Optional. Maximum number of jobs to return. The service may return fewer
|
2596
|
+
# than this value. If unspecified, at most 10 jobs will be returned. The
|
2597
2597
|
# maximum value is 1000; values above 1000 will be coerced to 1000.
|
2598
2598
|
# @param page_token [::String]
|
2599
|
-
# Optional. Page token received from a previous `ListJobs` call. Provide this
|
2600
|
-
# retrieve the subsequent page. When paginating, all other parameters
|
2599
|
+
# Optional. Page token received from a previous `ListJobs` call. Provide this
|
2600
|
+
# to retrieve the subsequent page. When paginating, all other parameters
|
2601
2601
|
# provided to `ListJobs` must match the call that provided the page
|
2602
2602
|
# token.
|
2603
2603
|
#
|
@@ -3166,14 +3166,15 @@ module Google
|
|
3166
3166
|
# Required. The resource name of the parent lake:
|
3167
3167
|
# `projects/{project_id}/locations/{location_id}/lakes/{lake_id}`.
|
3168
3168
|
# @param page_size [::Integer]
|
3169
|
-
# Optional. Maximum number of environments to return. The service may return
|
3170
|
-
# this value. If unspecified, at most 10 environments will be
|
3171
|
-
# maximum value is 1000; values above 1000 will be coerced to
|
3169
|
+
# Optional. Maximum number of environments to return. The service may return
|
3170
|
+
# fewer than this value. If unspecified, at most 10 environments will be
|
3171
|
+
# returned. The maximum value is 1000; values above 1000 will be coerced to
|
3172
|
+
# 1000.
|
3172
3173
|
# @param page_token [::String]
|
3173
|
-
# Optional. Page token received from a previous `ListEnvironments` call.
|
3174
|
-
# to retrieve the subsequent page. When paginating, all other
|
3175
|
-
# provided to `ListEnvironments` must match the call that provided
|
3176
|
-
# token.
|
3174
|
+
# Optional. Page token received from a previous `ListEnvironments` call.
|
3175
|
+
# Provide this to retrieve the subsequent page. When paginating, all other
|
3176
|
+
# parameters provided to `ListEnvironments` must match the call that provided
|
3177
|
+
# the page token.
|
3177
3178
|
# @param filter [::String]
|
3178
3179
|
# Optional. Filter request.
|
3179
3180
|
# @param order_by [::String]
|
@@ -3358,22 +3359,22 @@ module Google
|
|
3358
3359
|
# Required. The resource name of the parent environment:
|
3359
3360
|
# `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}`.
|
3360
3361
|
# @param page_size [::Integer]
|
3361
|
-
# Optional. Maximum number of sessions to return. The service may return
|
3362
|
-
# this value. If unspecified, at most 10 sessions will be
|
3363
|
-
# maximum value is 1000; values above 1000 will be coerced to
|
3362
|
+
# Optional. Maximum number of sessions to return. The service may return
|
3363
|
+
# fewer than this value. If unspecified, at most 10 sessions will be
|
3364
|
+
# returned. The maximum value is 1000; values above 1000 will be coerced to
|
3365
|
+
# 1000.
|
3364
3366
|
# @param page_token [::String]
|
3365
|
-
# Optional. Page token received from a previous `ListSessions` call. Provide
|
3366
|
-
# retrieve the subsequent page. When paginating, all other parameters
|
3367
|
+
# Optional. Page token received from a previous `ListSessions` call. Provide
|
3368
|
+
# this to retrieve the subsequent page. When paginating, all other parameters
|
3367
3369
|
# provided to `ListSessions` must match the call that provided the page
|
3368
3370
|
# token.
|
3369
3371
|
# @param filter [::String]
|
3370
|
-
# Optional. Filter request. The following `mode` filter is supported to
|
3371
|
-
# sessions belonging to the requester when the mode is USER
|
3372
|
-
# sessions of all the users when the mode is ADMIN. When no filter
|
3373
|
-
# default to USER mode.
|
3374
|
-
#
|
3375
|
-
#
|
3376
|
-
# in absence of the permission, the request fails.
|
3372
|
+
# Optional. Filter request. The following `mode` filter is supported to
|
3373
|
+
# return only the sessions belonging to the requester when the mode is USER
|
3374
|
+
# and return sessions of all the users when the mode is ADMIN. When no filter
|
3375
|
+
# is sent default to USER mode. NOTE: When the mode is ADMIN, the requester
|
3376
|
+
# should have `dataplex.environments.listAllSessions` permission to list all
|
3377
|
+
# sessions, in absence of the permission, the request fails.
|
3377
3378
|
#
|
3378
3379
|
# mode = ADMIN | USER
|
3379
3380
|
#
|
@@ -3,6 +3,7 @@
|
|
3
3
|
|
4
4
|
require 'google/protobuf'
|
5
5
|
|
6
|
+
require 'google/api/resource_pb'
|
6
7
|
require 'google/protobuf/duration_pb'
|
7
8
|
require 'google/protobuf/timestamp_pb'
|
8
9
|
|
@@ -85,6 +86,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
85
86
|
optional :user_id, :string, 2
|
86
87
|
optional :session_id, :string, 3
|
87
88
|
optional :type, :enum, 4, "google.cloud.dataplex.v1.SessionEvent.EventType"
|
89
|
+
optional :event_succeeded, :bool, 6
|
90
|
+
optional :fast_startup_enabled, :bool, 7
|
91
|
+
optional :unassigned_duration, :message, 8, "google.protobuf.Duration"
|
88
92
|
oneof :detail do
|
89
93
|
optional :query, :message, 5, "google.cloud.dataplex.v1.SessionEvent.QueryDetail"
|
90
94
|
end
|
@@ -107,6 +111,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
107
111
|
value :START, 1
|
108
112
|
value :STOP, 2
|
109
113
|
value :QUERY, 3
|
114
|
+
value :CREATE, 4
|
110
115
|
end
|
111
116
|
end
|
112
117
|
end
|
@@ -19,7 +19,7 @@
|
|
19
19
|
require "google/cloud/errors"
|
20
20
|
require "google/cloud/dataplex/v1/metadata_pb"
|
21
21
|
require "google/cloud/location"
|
22
|
-
require "google/iam/v1
|
22
|
+
require "google/iam/v1"
|
23
23
|
|
24
24
|
module Google
|
25
25
|
module Cloud
|
@@ -404,8 +404,8 @@ module Google
|
|
404
404
|
# Required. The resource name of the entity:
|
405
405
|
# `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}`.
|
406
406
|
# @param etag [::String]
|
407
|
-
# Required. The etag associated with the entity, which can be retrieved with
|
408
|
-
# [GetEntity][] request.
|
407
|
+
# Required. The etag associated with the entity, which can be retrieved with
|
408
|
+
# a [GetEntity][] request.
|
409
409
|
#
|
410
410
|
# @yield [response, operation] Access the result along with the RPC operation
|
411
411
|
# @yieldparam response [::Google::Protobuf::Empty]
|
@@ -584,17 +584,18 @@ module Google
|
|
584
584
|
# @param view [::Google::Cloud::Dataplex::V1::ListEntitiesRequest::EntityView]
|
585
585
|
# Required. Specify the entity view to make a partial list request.
|
586
586
|
# @param page_size [::Integer]
|
587
|
-
# Optional. Maximum number of entities to return. The service may return
|
588
|
-
# this value. If unspecified, 100 entities will be returned by
|
589
|
-
# maximum value is 500; larger values will will be truncated to
|
587
|
+
# Optional. Maximum number of entities to return. The service may return
|
588
|
+
# fewer than this value. If unspecified, 100 entities will be returned by
|
589
|
+
# default. The maximum value is 500; larger values will will be truncated to
|
590
|
+
# 500.
|
590
591
|
# @param page_token [::String]
|
591
592
|
# Optional. Page token received from a previous `ListEntities` call. Provide
|
592
593
|
# this to retrieve the subsequent page. When paginating, all other parameters
|
593
594
|
# provided to `ListEntities` must match the call that provided the
|
594
595
|
# page token.
|
595
596
|
# @param filter [::String]
|
596
|
-
# Optional. The following filter parameters can be added to the URL to limit
|
597
|
-
# entities returned by the API:
|
597
|
+
# Optional. The following filter parameters can be added to the URL to limit
|
598
|
+
# the entities returned by the API:
|
598
599
|
#
|
599
600
|
# - Entity ID: ?filter="id=entityID"
|
600
601
|
# - Asset ID: ?filter="asset=assetID"
|
@@ -965,17 +966,18 @@ module Google
|
|
965
966
|
# Required. The resource name of the parent entity:
|
966
967
|
# `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}`.
|
967
968
|
# @param page_size [::Integer]
|
968
|
-
# Optional. Maximum number of partitions to return. The service may return
|
969
|
-
# this value. If unspecified, 100 partitions will be returned by
|
970
|
-
# maximum page size is 500; larger values will will be truncated
|
969
|
+
# Optional. Maximum number of partitions to return. The service may return
|
970
|
+
# fewer than this value. If unspecified, 100 partitions will be returned by
|
971
|
+
# default. The maximum page size is 500; larger values will will be truncated
|
972
|
+
# to 500.
|
971
973
|
# @param page_token [::String]
|
972
|
-
# Optional. Page token received from a previous `ListPartitions` call.
|
973
|
-
# this to retrieve the subsequent page. When paginating, all other
|
974
|
-
# provided to `ListPartitions` must match the call that provided
|
975
|
-
# page token.
|
974
|
+
# Optional. Page token received from a previous `ListPartitions` call.
|
975
|
+
# Provide this to retrieve the subsequent page. When paginating, all other
|
976
|
+
# parameters provided to `ListPartitions` must match the call that provided
|
977
|
+
# the page token.
|
976
978
|
# @param filter [::String]
|
977
|
-
# Optional. Filter the partitions returned to the caller using a key value
|
978
|
-
# expression. Supported operators and syntax:
|
979
|
+
# Optional. Filter the partitions returned to the caller using a key value
|
980
|
+
# pair expression. Supported operators and syntax:
|
979
981
|
#
|
980
982
|
# - logic operators: AND, OR
|
981
983
|
# - comparison operators: <, >, >=, <= ,=, !=
|
@@ -25,6 +25,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
25
25
|
optional :execution_status, :message, 201, "google.cloud.dataplex.v1.Task.ExecutionStatus"
|
26
26
|
oneof :config do
|
27
27
|
optional :spark, :message, 300, "google.cloud.dataplex.v1.Task.SparkTaskConfig"
|
28
|
+
optional :notebook, :message, 302, "google.cloud.dataplex.v1.Task.NotebookTaskConfig"
|
28
29
|
end
|
29
30
|
end
|
30
31
|
add_message "google.cloud.dataplex.v1.Task.InfrastructureSpec" do
|
@@ -88,6 +89,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
88
89
|
optional :sql_script, :string, 105
|
89
90
|
end
|
90
91
|
end
|
92
|
+
add_message "google.cloud.dataplex.v1.Task.NotebookTaskConfig" do
|
93
|
+
optional :notebook, :string, 4
|
94
|
+
optional :infrastructure_spec, :message, 3, "google.cloud.dataplex.v1.Task.InfrastructureSpec"
|
95
|
+
repeated :file_uris, :string, 5
|
96
|
+
repeated :archive_uris, :string, 6
|
97
|
+
end
|
91
98
|
add_message "google.cloud.dataplex.v1.Task.ExecutionStatus" do
|
92
99
|
optional :update_time, :message, 3, "google.protobuf.Timestamp"
|
93
100
|
optional :latest_job, :message, 9, "google.cloud.dataplex.v1.Job"
|
@@ -132,6 +139,7 @@ module Google
|
|
132
139
|
Task::TriggerSpec::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dataplex.v1.Task.TriggerSpec.Type").enummodule
|
133
140
|
Task::ExecutionSpec = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dataplex.v1.Task.ExecutionSpec").msgclass
|
134
141
|
Task::SparkTaskConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dataplex.v1.Task.SparkTaskConfig").msgclass
|
142
|
+
Task::NotebookTaskConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dataplex.v1.Task.NotebookTaskConfig").msgclass
|
135
143
|
Task::ExecutionStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dataplex.v1.Task.ExecutionStatus").msgclass
|
136
144
|
Job = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dataplex.v1.Job").msgclass
|
137
145
|
Job::Service = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dataplex.v1.Job.Service").enummodule
|