You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### dataplex:v1
The following keys were added:
- resources.projects.resources.locations.resources.lakes.resources.environments.resources.sessions.methods.list.parameters.filter (Total Keys: 2)
parent: string, Required. The resource name of the parent environment: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id} (required)
98
+
filter: string, Optional. Filter request. The following mode filter is supported to return only the sessions belonging to the requester when the mode is USER and return sessions of all the users when the mode is ADMIN. When no filter is sent default to USER mode. NOTE: When the mode is ADMIN, the requester should have dataplex.environments.listAllSessions permission to list all sessions, in absence of the permission, the request fails.mode = ADMIN | USER
98
99
pageSize: integer, Optional. Maximum number of sessions to return. The service may return fewer than this value. If unspecified, at most 10 sessions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
99
100
pageToken: string, Optional. Page token received from a previous ListSessions call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListSessions must match the call that provided the page token.
Copy file name to clipboardExpand all lines: docs/dyn/dataplex_v1.projects.locations.lakes.tasks.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -163,8 +163,8 @@ <h3>Method Details</h3>
163
163
],
164
164
"infrastructureSpec": { # Configuration for the underlying infrastructure used to run workloads. # Optional. Infrastructure specification for the execution.
165
165
"batch": { # Batch compute resources associated with the task. # Compute resources needed for a Task when using Dataproc Serverless.
166
-
"executorsCount": 42, # Optional. Total number of job executors.
167
-
"maxExecutorsCount": 42, # Optional. Max configurable executors. If max_executors_count > executors_count, then auto-scaling is enabled.
166
+
"executorsCount": 42, # Optional. Total number of job executors. Executor Count should be between 2 and 100. Default=2
167
+
"maxExecutorsCount": 42, # Optional. Max configurable executors. If max_executors_count > executors_count, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. Default=1000
168
168
},
169
169
"containerImage": { # Container Image Runtime Configuration used with Batch execution. # Container Image Runtime Configuration.
170
170
"javaJars": [ # Optional. A list of Java JARS to add to the classpath. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar
@@ -322,8 +322,8 @@ <h3>Method Details</h3>
322
322
],
323
323
"infrastructureSpec": { # Configuration for the underlying infrastructure used to run workloads. # Optional. Infrastructure specification for the execution.
324
324
"batch": { # Batch compute resources associated with the task. # Compute resources needed for a Task when using Dataproc Serverless.
325
-
"executorsCount": 42, # Optional. Total number of job executors.
326
-
"maxExecutorsCount": 42, # Optional. Max configurable executors. If max_executors_count > executors_count, then auto-scaling is enabled.
325
+
"executorsCount": 42, # Optional. Total number of job executors. Executor Count should be between 2 and 100. Default=2
326
+
"maxExecutorsCount": 42, # Optional. Max configurable executors. If max_executors_count > executors_count, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. Default=1000
327
327
},
328
328
"containerImage": { # Container Image Runtime Configuration used with Batch execution. # Container Image Runtime Configuration.
329
329
"javaJars": [ # Optional. A list of Java JARS to add to the classpath. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar
@@ -471,8 +471,8 @@ <h3>Method Details</h3>
471
471
],
472
472
"infrastructureSpec": { # Configuration for the underlying infrastructure used to run workloads. # Optional. Infrastructure specification for the execution.
473
473
"batch": { # Batch compute resources associated with the task. # Compute resources needed for a Task when using Dataproc Serverless.
474
-
"executorsCount": 42, # Optional. Total number of job executors.
475
-
"maxExecutorsCount": 42, # Optional. Max configurable executors. If max_executors_count > executors_count, then auto-scaling is enabled.
474
+
"executorsCount": 42, # Optional. Total number of job executors. Executor Count should be between 2 and 100. Default=2
475
+
"maxExecutorsCount": 42, # Optional. Max configurable executors. If max_executors_count > executors_count, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. Default=1000
476
476
},
477
477
"containerImage": { # Container Image Runtime Configuration used with Batch execution. # Container Image Runtime Configuration.
478
478
"javaJars": [ # Optional. A list of Java JARS to add to the classpath. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar
@@ -579,8 +579,8 @@ <h3>Method Details</h3>
579
579
],
580
580
"infrastructureSpec": { # Configuration for the underlying infrastructure used to run workloads. # Optional. Infrastructure specification for the execution.
581
581
"batch": { # Batch compute resources associated with the task. # Compute resources needed for a Task when using Dataproc Serverless.
582
-
"executorsCount": 42, # Optional. Total number of job executors.
583
-
"maxExecutorsCount": 42, # Optional. Max configurable executors. If max_executors_count > executors_count, then auto-scaling is enabled.
582
+
"executorsCount": 42, # Optional. Total number of job executors. Executor Count should be between 2 and 100. Default=2
583
+
"maxExecutorsCount": 42, # Optional. Max configurable executors. If max_executors_count > executors_count, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. Default=1000
584
584
},
585
585
"containerImage": { # Container Image Runtime Configuration used with Batch execution. # Container Image Runtime Configuration.
586
586
"javaJars": [ # Optional. A list of Java JARS to add to the classpath. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/dataplex.v1.json
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1029,6 +1029,11 @@
1029
1029
"parent"
1030
1030
],
1031
1031
"parameters": {
1032
+
"filter": {
1033
+
"description": "Optional. Filter request. The following mode filter is supported to return only the sessions belonging to the requester when the mode is USER and return sessions of all the users when the mode is ADMIN. When no filter is sent default to USER mode. NOTE: When the mode is ADMIN, the requester should have dataplex.environments.listAllSessions permission to list all sessions, in absence of the permission, the request fails.mode = ADMIN | USER",
1034
+
"location": "query",
1035
+
"type": "string"
1036
+
},
1032
1037
"pageSize": {
1033
1038
"description": "Optional. Maximum number of sessions to return. The service may return fewer than this value. If unspecified, at most 10 sessions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
"description": "Optional. Total number of job executors.",
4758
+
"description": "Optional. Total number of job executors. Executor Count should be between 2 and 100. Default=2",
4754
4759
"format": "int32",
4755
4760
"type": "integer"
4756
4761
},
4757
4762
"maxExecutorsCount": {
4758
-
"description": "Optional. Max configurable executors. If max_executors_count > executors_count, then auto-scaling is enabled.",
4763
+
"description": "Optional. Max configurable executors. If max_executors_count > executors_count, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. Default=1000",
0 commit comments