google-apis-composer_v1beta1 0.53.0 → 0.55.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 38d8af57c51813ae9eb0cf7627a00d772c810790dc4196e962d35d5b3014d5a3
|
|
4
|
+
data.tar.gz: f9812a8a3d27acbd523497420f12078dc05cc9fa4e5185f75ecf823793b78242
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cae775a2722ef23c0067f6b804d24186cf0c40cbb78b149f6d7b633153c7f67d8b34ef2dc6f9379d16fb222be3025ade7bca8b5b5631d32100de2f752d9defa7
|
|
7
|
+
data.tar.gz: d8a7b24920614eca91c5d7d0d3ea2fe474d31a5b1219a5eb799d08eeedd2fbacb4799f7f0e852ed95f5fcc847bf44ebc3f30d7638f377950bfa67a445d1c64b8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-composer_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.55.0 (2025-11-23)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251114
|
|
6
|
+
|
|
7
|
+
### v0.54.0 (2025-11-16)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251104
|
|
10
|
+
|
|
3
11
|
### v0.53.0 (2025-10-05)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20250928
|
|
@@ -1104,8 +1104,9 @@ module Google
|
|
|
1104
1104
|
attr_accessor :operations
|
|
1105
1105
|
|
|
1106
1106
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
1107
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
1108
|
-
# when attempting to list all resources across all supported
|
|
1107
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
1108
|
+
# For example, when attempting to list all resources across all supported
|
|
1109
|
+
# locations.
|
|
1109
1110
|
# Corresponds to the JSON property `unreachable`
|
|
1110
1111
|
# @return [Array<String>]
|
|
1111
1112
|
attr_accessor :unreachable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComposerV1beta1
|
|
18
18
|
# Version of the google-apis-composer_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.55.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251114"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -612,6 +612,70 @@ module Google
|
|
|
612
612
|
execute_or_queue_command(command, &block)
|
|
613
613
|
end
|
|
614
614
|
|
|
615
|
+
# Start a new task analysis operation.
|
|
616
|
+
# @param [String] task_instance
|
|
617
|
+
# Required. Fully qualified task instance resource name in the form: projects/`
|
|
618
|
+
# project`/locations/`location`/environments/`environment`/dags/`dag`/dagRuns/`
|
|
619
|
+
# dag_run`/taskInstances/`task_instance_with_optional_map_index`
|
|
620
|
+
# @param [String] fields
|
|
621
|
+
# Selector specifying which fields to include in a partial response.
|
|
622
|
+
# @param [String] quota_user
|
|
623
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
624
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
625
|
+
# @param [Google::Apis::RequestOptions] options
|
|
626
|
+
# Request-specific options
|
|
627
|
+
#
|
|
628
|
+
# @yield [result, err] Result & error if block supplied
|
|
629
|
+
# @yieldparam result [Google::Apis::ComposerV1beta1::Operation] parsed result object
|
|
630
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
631
|
+
#
|
|
632
|
+
# @return [Google::Apis::ComposerV1beta1::Operation]
|
|
633
|
+
#
|
|
634
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
635
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
636
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
637
|
+
def analyze_task_instance_task(task_instance, fields: nil, quota_user: nil, options: nil, &block)
|
|
638
|
+
command = make_simple_command(:post, 'v1beta1/{+taskInstance}:analyzeTask', options)
|
|
639
|
+
command.response_representation = Google::Apis::ComposerV1beta1::Operation::Representation
|
|
640
|
+
command.response_class = Google::Apis::ComposerV1beta1::Operation
|
|
641
|
+
command.params['taskInstance'] = task_instance unless task_instance.nil?
|
|
642
|
+
command.query['fields'] = fields unless fields.nil?
|
|
643
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
644
|
+
execute_or_queue_command(command, &block)
|
|
645
|
+
end
|
|
646
|
+
|
|
647
|
+
# Retrieve task analysis operation for a task instance if it exists.
|
|
648
|
+
# @param [String] task_instance
|
|
649
|
+
# Required. Fully qualified task instance resource name in the form: projects/`
|
|
650
|
+
# project`/locations/`location`/environments/`environment`/dags/`dag`/dagRuns/`
|
|
651
|
+
# dag_run`/taskInstances/`task_instance_with_optional_map_index`
|
|
652
|
+
# @param [String] fields
|
|
653
|
+
# Selector specifying which fields to include in a partial response.
|
|
654
|
+
# @param [String] quota_user
|
|
655
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
656
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
657
|
+
# @param [Google::Apis::RequestOptions] options
|
|
658
|
+
# Request-specific options
|
|
659
|
+
#
|
|
660
|
+
# @yield [result, err] Result & error if block supplied
|
|
661
|
+
# @yieldparam result [Google::Apis::ComposerV1beta1::Operation] parsed result object
|
|
662
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
663
|
+
#
|
|
664
|
+
# @return [Google::Apis::ComposerV1beta1::Operation]
|
|
665
|
+
#
|
|
666
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
667
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
668
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
669
|
+
def get_project_location_environment_dag_dag_run_task_instance_analyze_task_operation(task_instance, fields: nil, quota_user: nil, options: nil, &block)
|
|
670
|
+
command = make_simple_command(:get, 'v1beta1/{+taskInstance}:getAnalyzeTaskOperation', options)
|
|
671
|
+
command.response_representation = Google::Apis::ComposerV1beta1::Operation::Representation
|
|
672
|
+
command.response_class = Google::Apis::ComposerV1beta1::Operation
|
|
673
|
+
command.params['taskInstance'] = task_instance unless task_instance.nil?
|
|
674
|
+
command.query['fields'] = fields unless fields.nil?
|
|
675
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
676
|
+
execute_or_queue_command(command, &block)
|
|
677
|
+
end
|
|
678
|
+
|
|
615
679
|
# Creates a user workloads ConfigMap. This method is supported for Cloud
|
|
616
680
|
# Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.
|
|
617
681
|
# @param [String] parent
|
|
@@ -1128,11 +1192,12 @@ module Google
|
|
|
1128
1192
|
# The standard list page token.
|
|
1129
1193
|
# @param [Boolean] return_partial_success
|
|
1130
1194
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
1131
|
-
# those that are unreachable are returned in the
|
|
1132
|
-
# unreachable
|
|
1133
|
-
#
|
|
1134
|
-
# by default
|
|
1135
|
-
# explicitly documented otherwise in service or product specific
|
|
1195
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
1196
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
1197
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
1198
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
1199
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
1200
|
+
# documentation.
|
|
1136
1201
|
# @param [String] fields
|
|
1137
1202
|
# Selector specifying which fields to include in a partial response.
|
|
1138
1203
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-composer_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.55.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-composer_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.55.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|