google-cloud-dataform-v1beta1 0.9.0 → 0.10.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87c349db006c274d000915fe26bf6b6252f39d17a98b9efb6307569a55f587cd
|
4
|
+
data.tar.gz: e36dcaa4ac3063b21d42556c86bccc5226d9c17e2ac13ca2b48317648c17528c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 752515114ab9de9fbe74a516a342c5677078681ed40c1c8216a6173f73a605763aabf11f17a4020a418a15d09d49220c972272feae448a95f6c48722e95f2b20
|
7
|
+
data.tar.gz: 0f2010a855ae2f24cbe6de285242dd31cfc956b8d35cee3acb32fc08341620baf3aaf9e15829e1dd76a274c8735742cbbe425c00de1c66e12856da0e6d1ce301
|
@@ -249,10 +249,10 @@ module Google
|
|
249
249
|
# @param filter [::String]
|
250
250
|
# Optional. Filter for the returned list.
|
251
251
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
252
|
-
# @yieldparam result [::Google::Cloud::Dataform::V1beta1::
|
252
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataform::V1beta1::Repository>]
|
253
253
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
254
254
|
#
|
255
|
-
# @return [::Google::Cloud::Dataform::V1beta1::
|
255
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataform::V1beta1::Repository>]
|
256
256
|
#
|
257
257
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
258
258
|
#
|
@@ -304,7 +304,9 @@ module Google
|
|
304
304
|
retry_policy: @config.retry_policy
|
305
305
|
|
306
306
|
@dataform_stub.list_repositories request, options do |result, operation|
|
307
|
+
result = ::Gapic::Rest::PagedEnumerable.new @dataform_stub, :list_repositories, "repositories", request, result, options
|
307
308
|
yield result, operation if block_given?
|
309
|
+
throw :response, result
|
308
310
|
end
|
309
311
|
rescue ::Gapic::Rest::Error => e
|
310
312
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1199,10 +1201,10 @@ module Google
|
|
1199
1201
|
# @param filter [::String]
|
1200
1202
|
# Optional. Filter for the returned list.
|
1201
1203
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1202
|
-
# @yieldparam result [::Google::Cloud::Dataform::V1beta1::
|
1204
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataform::V1beta1::Workspace>]
|
1203
1205
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1204
1206
|
#
|
1205
|
-
# @return [::Google::Cloud::Dataform::V1beta1::
|
1207
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataform::V1beta1::Workspace>]
|
1206
1208
|
#
|
1207
1209
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
1208
1210
|
#
|
@@ -1254,7 +1256,9 @@ module Google
|
|
1254
1256
|
retry_policy: @config.retry_policy
|
1255
1257
|
|
1256
1258
|
@dataform_stub.list_workspaces request, options do |result, operation|
|
1259
|
+
result = ::Gapic::Rest::PagedEnumerable.new @dataform_stub, :list_workspaces, "workspaces", request, result, options
|
1257
1260
|
yield result, operation if block_given?
|
1261
|
+
throw :response, result
|
1258
1262
|
end
|
1259
1263
|
rescue ::Gapic::Rest::Error => e
|
1260
1264
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -2858,10 +2862,10 @@ module Google
|
|
2858
2862
|
# When paginating, all other parameters provided to `ListReleaseConfigs`
|
2859
2863
|
# must match the call that provided the page token.
|
2860
2864
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
2861
|
-
# @yieldparam result [::Google::Cloud::Dataform::V1beta1::
|
2865
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataform::V1beta1::ReleaseConfig>]
|
2862
2866
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
2863
2867
|
#
|
2864
|
-
# @return [::Google::Cloud::Dataform::V1beta1::
|
2868
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataform::V1beta1::ReleaseConfig>]
|
2865
2869
|
#
|
2866
2870
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
2867
2871
|
#
|
@@ -2913,7 +2917,9 @@ module Google
|
|
2913
2917
|
retry_policy: @config.retry_policy
|
2914
2918
|
|
2915
2919
|
@dataform_stub.list_release_configs request, options do |result, operation|
|
2920
|
+
result = ::Gapic::Rest::PagedEnumerable.new @dataform_stub, :list_release_configs, "release_configs", request, result, options
|
2916
2921
|
yield result, operation if block_given?
|
2922
|
+
throw :response, result
|
2917
2923
|
end
|
2918
2924
|
rescue ::Gapic::Rest::Error => e
|
2919
2925
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -3272,10 +3278,10 @@ module Google
|
|
3272
3278
|
# When paginating, all other parameters provided to `ListCompilationResults`
|
3273
3279
|
# must match the call that provided the page token.
|
3274
3280
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
3275
|
-
# @yieldparam result [::Google::Cloud::Dataform::V1beta1::
|
3281
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataform::V1beta1::CompilationResult>]
|
3276
3282
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
3277
3283
|
#
|
3278
|
-
# @return [::Google::Cloud::Dataform::V1beta1::
|
3284
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataform::V1beta1::CompilationResult>]
|
3279
3285
|
#
|
3280
3286
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
3281
3287
|
#
|
@@ -3327,7 +3333,9 @@ module Google
|
|
3327
3333
|
retry_policy: @config.retry_policy
|
3328
3334
|
|
3329
3335
|
@dataform_stub.list_compilation_results request, options do |result, operation|
|
3336
|
+
result = ::Gapic::Rest::PagedEnumerable.new @dataform_stub, :list_compilation_results, "compilation_results", request, result, options
|
3330
3337
|
yield result, operation if block_given?
|
3338
|
+
throw :response, result
|
3331
3339
|
end
|
3332
3340
|
rescue ::Gapic::Rest::Error => e
|
3333
3341
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -3623,10 +3631,10 @@ module Google
|
|
3623
3631
|
# When paginating, all other parameters provided to `ListWorkflowConfigs`
|
3624
3632
|
# must match the call that provided the page token.
|
3625
3633
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
3626
|
-
# @yieldparam result [::Google::Cloud::Dataform::V1beta1::
|
3634
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataform::V1beta1::WorkflowConfig>]
|
3627
3635
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
3628
3636
|
#
|
3629
|
-
# @return [::Google::Cloud::Dataform::V1beta1::
|
3637
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataform::V1beta1::WorkflowConfig>]
|
3630
3638
|
#
|
3631
3639
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
3632
3640
|
#
|
@@ -3678,7 +3686,9 @@ module Google
|
|
3678
3686
|
retry_policy: @config.retry_policy
|
3679
3687
|
|
3680
3688
|
@dataform_stub.list_workflow_configs request, options do |result, operation|
|
3689
|
+
result = ::Gapic::Rest::PagedEnumerable.new @dataform_stub, :list_workflow_configs, "workflow_configs", request, result, options
|
3681
3690
|
yield result, operation if block_given?
|
3691
|
+
throw :response, result
|
3682
3692
|
end
|
3683
3693
|
rescue ::Gapic::Rest::Error => e
|
3684
3694
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -4043,10 +4053,10 @@ module Google
|
|
4043
4053
|
# @param filter [::String]
|
4044
4054
|
# Optional. Filter for the returned list.
|
4045
4055
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
4046
|
-
# @yieldparam result [::Google::Cloud::Dataform::V1beta1::
|
4056
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataform::V1beta1::WorkflowInvocation>]
|
4047
4057
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
4048
4058
|
#
|
4049
|
-
# @return [::Google::Cloud::Dataform::V1beta1::
|
4059
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataform::V1beta1::WorkflowInvocation>]
|
4050
4060
|
#
|
4051
4061
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
4052
4062
|
#
|
@@ -4098,7 +4108,9 @@ module Google
|
|
4098
4108
|
retry_policy: @config.retry_policy
|
4099
4109
|
|
4100
4110
|
@dataform_stub.list_workflow_invocations request, options do |result, operation|
|
4111
|
+
result = ::Gapic::Rest::PagedEnumerable.new @dataform_stub, :list_workflow_invocations, "workflow_invocations", request, result, options
|
4101
4112
|
yield result, operation if block_given?
|
4113
|
+
throw :response, result
|
4102
4114
|
end
|
4103
4115
|
rescue ::Gapic::Rest::Error => e
|
4104
4116
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -409,6 +409,14 @@ module Google
|
|
409
409
|
# @return [::Array<::String>]
|
410
410
|
# An allowlist of the fully qualified names of RPCs that should be included
|
411
411
|
# on public client surfaces.
|
412
|
+
# @!attribute [rw] generate_omitted_as_internal
|
413
|
+
# @return [::Boolean]
|
414
|
+
# Setting this to true indicates to the client generators that methods
|
415
|
+
# that would be excluded from the generation should instead be generated
|
416
|
+
# in a way that indicates these methods should not be consumed by
|
417
|
+
# end users. How this is expressed is up to individual language
|
418
|
+
# implementations to decide. Some examples may be: added annotations,
|
419
|
+
# obfuscated identifiers, or other language idiomatic patterns.
|
412
420
|
class SelectiveGapicGeneration
|
413
421
|
include ::Google::Protobuf::MessageExts
|
414
422
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-dataform-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-02-07 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
143
|
- !ruby/object:Gem::Version
|
144
144
|
version: '0'
|
145
145
|
requirements: []
|
146
|
-
rubygems_version: 3.6.
|
146
|
+
rubygems_version: 3.6.3
|
147
147
|
specification_version: 4
|
148
148
|
summary: Service to develop, version control, and operationalize SQL pipelines in
|
149
149
|
BigQuery.
|