google-cloud-dataflow-v1beta3 0.10.0 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/dataflow/v1beta3/flex_templates_service/client.rb +7 -0
- data/lib/google/cloud/dataflow/v1beta3/flex_templates_service/rest/client.rb +7 -0
- data/lib/google/cloud/dataflow/v1beta3/jobs/client.rb +7 -0
- data/lib/google/cloud/dataflow/v1beta3/jobs/rest/client.rb +7 -0
- data/lib/google/cloud/dataflow/v1beta3/messages/client.rb +7 -0
- data/lib/google/cloud/dataflow/v1beta3/messages/rest/client.rb +7 -0
- data/lib/google/cloud/dataflow/v1beta3/metrics/client.rb +7 -0
- data/lib/google/cloud/dataflow/v1beta3/metrics/rest/client.rb +7 -0
- data/lib/google/cloud/dataflow/v1beta3/snapshots/client.rb +7 -0
- data/lib/google/cloud/dataflow/v1beta3/snapshots/rest/client.rb +7 -0
- data/lib/google/cloud/dataflow/v1beta3/templates_service/client.rb +11 -0
- data/lib/google/cloud/dataflow/v1beta3/templates_service/rest/client.rb +11 -0
- data/lib/google/cloud/dataflow/v1beta3/version.rb +1 -1
- data/proto_docs/google/dataflow/v1beta3/jobs.rb +14 -0
- data/proto_docs/google/dataflow/v1beta3/streaming.rb +8 -0
- data/proto_docs/google/dataflow/v1beta3/templates.rb +8 -0
- data/proto_docs/google/protobuf/struct.rb +12 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3907a6695ac547d130ac4281f6904751200d6f8b9253d9045ff7e07eb957f886
|
4
|
+
data.tar.gz: 8fdf5822f03743a0c385bb16ad086d03285c338c8b429a94cd05c5b13d7f24c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 204f7c1bf35c355735706dc90d0049f4c0480f192cb48ad5859a1363d90fda8e059601a48be0ebcc3ac71fc73d96a92be9e8cc23937cb9ebd872fe4c4308d806
|
7
|
+
data.tar.gz: f54bcd2599f48dd22b88a9e604021c4258810d22de3d025605623eaea280f63e4bd478eb958c72a9ecb121d9be0f5adce9983be38cd5934776a5c864fe27ac5d
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -322,6 +322,13 @@ module Google
|
|
322
322
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
323
323
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
324
324
|
# * (`nil`) indicating no credentials
|
325
|
+
#
|
326
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
327
|
+
# external source for authentication to Google Cloud, you must validate it before
|
328
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
329
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
330
|
+
# For more information, refer to [Validate credential configurations from external
|
331
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
325
332
|
# @return [::Object]
|
326
333
|
# @!attribute [rw] scope
|
327
334
|
# The OAuth scopes
|
@@ -303,6 +303,13 @@ module Google
|
|
303
303
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
304
304
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
305
305
|
# * (`nil`) indicating no credentials
|
306
|
+
#
|
307
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
308
|
+
# external source for authentication to Google Cloud, you must validate it before
|
309
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
310
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
311
|
+
# For more information, refer to [Validate credential configurations from external
|
312
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
306
313
|
# @return [::Object]
|
307
314
|
# @!attribute [rw] scope
|
308
315
|
# The OAuth scopes
|
@@ -945,6 +945,13 @@ module Google
|
|
945
945
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
946
946
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
947
947
|
# * (`nil`) indicating no credentials
|
948
|
+
#
|
949
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
950
|
+
# external source for authentication to Google Cloud, you must validate it before
|
951
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
952
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
953
|
+
# For more information, refer to [Validate credential configurations from external
|
954
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
948
955
|
# @return [::Object]
|
949
956
|
# @!attribute [rw] scope
|
950
957
|
# The OAuth scopes
|
@@ -789,6 +789,13 @@ module Google
|
|
789
789
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
790
790
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
791
791
|
# * (`nil`) indicating no credentials
|
792
|
+
#
|
793
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
794
|
+
# external source for authentication to Google Cloud, you must validate it before
|
795
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
796
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
797
|
+
# For more information, refer to [Validate credential configurations from external
|
798
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
792
799
|
# @return [::Object]
|
793
800
|
# @!attribute [rw] scope
|
794
801
|
# The OAuth scopes
|
@@ -353,6 +353,13 @@ module Google
|
|
353
353
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
354
354
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
355
355
|
# * (`nil`) indicating no credentials
|
356
|
+
#
|
357
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
358
|
+
# external source for authentication to Google Cloud, you must validate it before
|
359
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
360
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
361
|
+
# For more information, refer to [Validate credential configurations from external
|
362
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
356
363
|
# @return [::Object]
|
357
364
|
# @!attribute [rw] scope
|
358
365
|
# The OAuth scopes
|
@@ -329,6 +329,13 @@ module Google
|
|
329
329
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
330
330
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
331
331
|
# * (`nil`) indicating no credentials
|
332
|
+
#
|
333
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
334
|
+
# external source for authentication to Google Cloud, you must validate it before
|
335
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
336
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
337
|
+
# For more information, refer to [Validate credential configurations from external
|
338
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
332
339
|
# @return [::Object]
|
333
340
|
# @!attribute [rw] scope
|
334
341
|
# The OAuth scopes
|
@@ -570,6 +570,13 @@ module Google
|
|
570
570
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
571
571
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
572
572
|
# * (`nil`) indicating no credentials
|
573
|
+
#
|
574
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
575
|
+
# external source for authentication to Google Cloud, you must validate it before
|
576
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
577
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
578
|
+
# For more information, refer to [Validate credential configurations from external
|
579
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
573
580
|
# @return [::Object]
|
574
581
|
# @!attribute [rw] scope
|
575
582
|
# The OAuth scopes
|
@@ -519,6 +519,13 @@ module Google
|
|
519
519
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
520
520
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
521
521
|
# * (`nil`) indicating no credentials
|
522
|
+
#
|
523
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
524
|
+
# external source for authentication to Google Cloud, you must validate it before
|
525
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
526
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
527
|
+
# For more information, refer to [Validate credential configurations from external
|
528
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
522
529
|
# @return [::Object]
|
523
530
|
# @!attribute [rw] scope
|
524
531
|
# The OAuth scopes
|
@@ -512,6 +512,13 @@ module Google
|
|
512
512
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
513
513
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
514
514
|
# * (`nil`) indicating no credentials
|
515
|
+
#
|
516
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
517
|
+
# external source for authentication to Google Cloud, you must validate it before
|
518
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
519
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
520
|
+
# For more information, refer to [Validate credential configurations from external
|
521
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
515
522
|
# @return [::Object]
|
516
523
|
# @!attribute [rw] scope
|
517
524
|
# The OAuth scopes
|
@@ -464,6 +464,13 @@ module Google
|
|
464
464
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
465
465
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
466
466
|
# * (`nil`) indicating no credentials
|
467
|
+
#
|
468
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
469
|
+
# external source for authentication to Google Cloud, you must validate it before
|
470
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
471
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
472
|
+
# For more information, refer to [Validate credential configurations from external
|
473
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
467
474
|
# @return [::Object]
|
468
475
|
# @!attribute [rw] scope
|
469
476
|
# The OAuth scopes
|
@@ -312,8 +312,12 @@ module Google
|
|
312
312
|
# A Cloud Storage path to the template from which to create
|
313
313
|
# the job.
|
314
314
|
# Must be valid Cloud Storage URL, beginning with 'gs://'.
|
315
|
+
#
|
316
|
+
# Note: The following fields are mutually exclusive: `gcs_path`, `dynamic_template`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
315
317
|
# @param dynamic_template [::Google::Cloud::Dataflow::V1beta3::DynamicTemplateLaunchParams, ::Hash]
|
316
318
|
# Params for launching a dynamic template.
|
319
|
+
#
|
320
|
+
# Note: The following fields are mutually exclusive: `dynamic_template`, `gcs_path`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
317
321
|
# @param launch_parameters [::Google::Cloud::Dataflow::V1beta3::LaunchTemplateParameters, ::Hash]
|
318
322
|
# The parameters of the template to launch. This should be part of the
|
319
323
|
# body of the POST request.
|
@@ -531,6 +535,13 @@ module Google
|
|
531
535
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
532
536
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
533
537
|
# * (`nil`) indicating no credentials
|
538
|
+
#
|
539
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
540
|
+
# external source for authentication to Google Cloud, you must validate it before
|
541
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
542
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
543
|
+
# For more information, refer to [Validate credential configurations from external
|
544
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
534
545
|
# @return [::Object]
|
535
546
|
# @!attribute [rw] scope
|
536
547
|
# The OAuth scopes
|
@@ -295,8 +295,12 @@ module Google
|
|
295
295
|
# A Cloud Storage path to the template from which to create
|
296
296
|
# the job.
|
297
297
|
# Must be valid Cloud Storage URL, beginning with 'gs://'.
|
298
|
+
#
|
299
|
+
# Note: The following fields are mutually exclusive: `gcs_path`, `dynamic_template`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
298
300
|
# @param dynamic_template [::Google::Cloud::Dataflow::V1beta3::DynamicTemplateLaunchParams, ::Hash]
|
299
301
|
# Params for launching a dynamic template.
|
302
|
+
#
|
303
|
+
# Note: The following fields are mutually exclusive: `dynamic_template`, `gcs_path`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
300
304
|
# @param launch_parameters [::Google::Cloud::Dataflow::V1beta3::LaunchTemplateParameters, ::Hash]
|
301
305
|
# The parameters of the template to launch. This should be part of the
|
302
306
|
# body of the POST request.
|
@@ -492,6 +496,13 @@ module Google
|
|
492
496
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
493
497
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
494
498
|
# * (`nil`) indicating no credentials
|
499
|
+
#
|
500
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
501
|
+
# external source for authentication to Google Cloud, you must validate it before
|
502
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
503
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
504
|
+
# For more information, refer to [Validate credential configurations from external
|
505
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
495
506
|
# @return [::Object]
|
496
507
|
# @!attribute [rw] scope
|
497
508
|
# The OAuth scopes
|
@@ -496,24 +496,38 @@ module Google
|
|
496
496
|
# @!attribute [rw] str_value
|
497
497
|
# @return [::String]
|
498
498
|
# Contains value if the data is of string type.
|
499
|
+
#
|
500
|
+
# Note: The following fields are mutually exclusive: `str_value`, `int64_value`, `float_value`, `java_class_value`, `timestamp_value`, `duration_value`, `bool_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
499
501
|
# @!attribute [rw] int64_value
|
500
502
|
# @return [::Integer]
|
501
503
|
# Contains value if the data is of int64 type.
|
504
|
+
#
|
505
|
+
# Note: The following fields are mutually exclusive: `int64_value`, `str_value`, `float_value`, `java_class_value`, `timestamp_value`, `duration_value`, `bool_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
502
506
|
# @!attribute [rw] float_value
|
503
507
|
# @return [::Float]
|
504
508
|
# Contains value if the data is of float type.
|
509
|
+
#
|
510
|
+
# Note: The following fields are mutually exclusive: `float_value`, `str_value`, `int64_value`, `java_class_value`, `timestamp_value`, `duration_value`, `bool_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
505
511
|
# @!attribute [rw] java_class_value
|
506
512
|
# @return [::String]
|
507
513
|
# Contains value if the data is of java class type.
|
514
|
+
#
|
515
|
+
# Note: The following fields are mutually exclusive: `java_class_value`, `str_value`, `int64_value`, `float_value`, `timestamp_value`, `duration_value`, `bool_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
508
516
|
# @!attribute [rw] timestamp_value
|
509
517
|
# @return [::Google::Protobuf::Timestamp]
|
510
518
|
# Contains value if the data is of timestamp type.
|
519
|
+
#
|
520
|
+
# Note: The following fields are mutually exclusive: `timestamp_value`, `str_value`, `int64_value`, `float_value`, `java_class_value`, `duration_value`, `bool_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
511
521
|
# @!attribute [rw] duration_value
|
512
522
|
# @return [::Google::Protobuf::Duration]
|
513
523
|
# Contains value if the data is of duration type.
|
524
|
+
#
|
525
|
+
# Note: The following fields are mutually exclusive: `duration_value`, `str_value`, `int64_value`, `float_value`, `java_class_value`, `timestamp_value`, `bool_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
514
526
|
# @!attribute [rw] bool_value
|
515
527
|
# @return [::Boolean]
|
516
528
|
# Contains value if the data is of a boolean type.
|
529
|
+
#
|
530
|
+
# Note: The following fields are mutually exclusive: `bool_value`, `str_value`, `int64_value`, `float_value`, `java_class_value`, `timestamp_value`, `duration_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
517
531
|
# @!attribute [rw] short_str_value
|
518
532
|
# @return [::String]
|
519
533
|
# A possible additional shorter value to display.
|
@@ -123,15 +123,23 @@ module Google
|
|
123
123
|
# @return [::Google::Cloud::Dataflow::V1beta3::StreamingStageLocation]
|
124
124
|
# The stream is part of another computation within the current
|
125
125
|
# streaming Dataflow job.
|
126
|
+
#
|
127
|
+
# Note: The following fields are mutually exclusive: `streaming_stage_location`, `pubsub_location`, `side_input_location`, `custom_source_location`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
126
128
|
# @!attribute [rw] pubsub_location
|
127
129
|
# @return [::Google::Cloud::Dataflow::V1beta3::PubsubLocation]
|
128
130
|
# The stream is a pubsub stream.
|
131
|
+
#
|
132
|
+
# Note: The following fields are mutually exclusive: `pubsub_location`, `streaming_stage_location`, `side_input_location`, `custom_source_location`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
129
133
|
# @!attribute [rw] side_input_location
|
130
134
|
# @return [::Google::Cloud::Dataflow::V1beta3::StreamingSideInputLocation]
|
131
135
|
# The stream is a streaming side input.
|
136
|
+
#
|
137
|
+
# Note: The following fields are mutually exclusive: `side_input_location`, `streaming_stage_location`, `pubsub_location`, `custom_source_location`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
132
138
|
# @!attribute [rw] custom_source_location
|
133
139
|
# @return [::Google::Cloud::Dataflow::V1beta3::CustomSourceLocation]
|
134
140
|
# The stream is a custom source.
|
141
|
+
#
|
142
|
+
# Note: The following fields are mutually exclusive: `custom_source_location`, `streaming_stage_location`, `pubsub_location`, `side_input_location`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
135
143
|
class StreamLocation
|
136
144
|
include ::Google::Protobuf::MessageExts
|
137
145
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -57,10 +57,14 @@ module Google
|
|
57
57
|
# @!attribute [rw] container_spec
|
58
58
|
# @return [::Google::Cloud::Dataflow::V1beta3::ContainerSpec]
|
59
59
|
# Spec about the container image to launch.
|
60
|
+
#
|
61
|
+
# Note: The following fields are mutually exclusive: `container_spec`, `container_spec_gcs_path`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
60
62
|
# @!attribute [rw] container_spec_gcs_path
|
61
63
|
# @return [::String]
|
62
64
|
# Cloud Storage path to a file with json serialized ContainerSpec as
|
63
65
|
# content.
|
66
|
+
#
|
67
|
+
# Note: The following fields are mutually exclusive: `container_spec_gcs_path`, `container_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
64
68
|
# @!attribute [rw] parameters
|
65
69
|
# @return [::Google::Protobuf::Map{::String => ::String}]
|
66
70
|
# The parameters for FlexTemplate.
|
@@ -590,9 +594,13 @@ module Google
|
|
590
594
|
# A Cloud Storage path to the template from which to create
|
591
595
|
# the job.
|
592
596
|
# Must be valid Cloud Storage URL, beginning with 'gs://'.
|
597
|
+
#
|
598
|
+
# Note: The following fields are mutually exclusive: `gcs_path`, `dynamic_template`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
593
599
|
# @!attribute [rw] dynamic_template
|
594
600
|
# @return [::Google::Cloud::Dataflow::V1beta3::DynamicTemplateLaunchParams]
|
595
601
|
# Params for launching a dynamic template.
|
602
|
+
#
|
603
|
+
# Note: The following fields are mutually exclusive: `dynamic_template`, `gcs_path`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
596
604
|
# @!attribute [rw] launch_parameters
|
597
605
|
# @return [::Google::Cloud::Dataflow::V1beta3::LaunchTemplateParameters]
|
598
606
|
# The parameters of the template to launch. This should be part of the
|
@@ -53,21 +53,33 @@ module Google
|
|
53
53
|
# @!attribute [rw] null_value
|
54
54
|
# @return [::Google::Protobuf::NullValue]
|
55
55
|
# Represents a null value.
|
56
|
+
#
|
57
|
+
# Note: The following fields are mutually exclusive: `null_value`, `number_value`, `string_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
56
58
|
# @!attribute [rw] number_value
|
57
59
|
# @return [::Float]
|
58
60
|
# Represents a double value.
|
61
|
+
#
|
62
|
+
# Note: The following fields are mutually exclusive: `number_value`, `null_value`, `string_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
59
63
|
# @!attribute [rw] string_value
|
60
64
|
# @return [::String]
|
61
65
|
# Represents a string value.
|
66
|
+
#
|
67
|
+
# Note: The following fields are mutually exclusive: `string_value`, `null_value`, `number_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
62
68
|
# @!attribute [rw] bool_value
|
63
69
|
# @return [::Boolean]
|
64
70
|
# Represents a boolean value.
|
71
|
+
#
|
72
|
+
# Note: The following fields are mutually exclusive: `bool_value`, `null_value`, `number_value`, `string_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
65
73
|
# @!attribute [rw] struct_value
|
66
74
|
# @return [::Google::Protobuf::Struct]
|
67
75
|
# Represents a structured value.
|
76
|
+
#
|
77
|
+
# Note: The following fields are mutually exclusive: `struct_value`, `null_value`, `number_value`, `string_value`, `bool_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
68
78
|
# @!attribute [rw] list_value
|
69
79
|
# @return [::Google::Protobuf::ListValue]
|
70
80
|
# Represents a repeated `Value`.
|
81
|
+
#
|
82
|
+
# Note: The following fields are mutually exclusive: `list_value`, `null_value`, `number_value`, `string_value`, `bool_value`, `struct_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
71
83
|
class Value
|
72
84
|
include ::Google::Protobuf::MessageExts
|
73
85
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-dataflow-v1beta3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -130,7 +129,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
130
129
|
licenses:
|
131
130
|
- Apache-2.0
|
132
131
|
metadata: {}
|
133
|
-
post_install_message:
|
134
132
|
rdoc_options: []
|
135
133
|
require_paths:
|
136
134
|
- lib
|
@@ -138,15 +136,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
138
136
|
requirements:
|
139
137
|
- - ">="
|
140
138
|
- !ruby/object:Gem::Version
|
141
|
-
version: '
|
139
|
+
version: '3.0'
|
142
140
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
143
141
|
requirements:
|
144
142
|
- - ">="
|
145
143
|
- !ruby/object:Gem::Version
|
146
144
|
version: '0'
|
147
145
|
requirements: []
|
148
|
-
rubygems_version: 3.
|
149
|
-
signing_key:
|
146
|
+
rubygems_version: 3.6.2
|
150
147
|
specification_version: 4
|
151
148
|
summary: Manages Google Cloud Dataflow projects on Google Cloud Platform.
|
152
149
|
test_files: []
|