google-apis-dataflow_v1b3 0.3.0 → 0.8.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: 17981bf5990556aa3f2ed650e2d308df091c45a51c919d2e19684c384f42b245
4
- data.tar.gz: cccc7c4349b36d182d3b28954c136bd3b8dc57e9835ac1cbf0565c94bf456593
3
+ metadata.gz: 32da7e1ee52b571da57cd4d2e9de551cc4303bfed7f5eba15ab3083e7fce4527
4
+ data.tar.gz: e8b5b4058e86890d78c5f5c1fa331fefa0277e45226408f4f54f0d220475091a
5
5
  SHA512:
6
- metadata.gz: 1ea3195e1aa5a9b3190acf9eb0dafe6cff2d75890c1769fe8ffa53fc9654cc2af9f778357aee2b3be9fcfb0f89b65dc5b5e65b9b74ad0d5c7bb8df30bfbeb3ae
7
- data.tar.gz: 52540f75737f501d9697e0936803bbcfc8f40da83fbc32c51367872d09ee8ee47d3d34b06aacb06f4f0f8baded280de51006aeacded194265f3ad3cb448f1e96
6
+ metadata.gz: 96dc6fa294542c92b23d612cc2dc1d97ad5b12521e59f51ef5799bddf83917ff9e03cd78af31f9f55540184828fe7a6f1a8f3d920181ed11f11ee0c91e7c33be
7
+ data.tar.gz: a49b1962c4516400027db770d52e189d947f4cc8e2ca8f3b85ab2f4fd01fff9e3bbefb0d83fb378a915bcac9503f2e127f41e913ed621305ecc5fa4cf7a4567a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.8.0 (2021-05-29)
4
+
5
+ * Regenerated from discovery document revision 20210522
6
+
7
+ ### v0.7.0 (2021-05-19)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.6.0 (2021-04-29)
12
+
13
+ * Regenerated from discovery document revision 20210420
14
+
15
+ ### v0.5.0 (2021-03-11)
16
+
17
+ * Regenerated from discovery document revision 20210301
18
+ * Regenerated using generator version 0.2.0
19
+
20
+ ### v0.4.0 (2021-03-04)
21
+
22
+ * Regenerated from discovery document revision 20210217
23
+
3
24
  ### v0.3.0 (2021-02-09)
4
25
 
5
26
  * Regenerated from discovery document revision 20210131
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1b3'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
 
35
35
  # View and manage your Google Compute Engine resources
@@ -38,7 +38,7 @@ module Google
38
38
  # View your Google Compute Engine resources
39
39
  AUTH_COMPUTE_READONLY = 'https://www.googleapis.com/auth/compute.readonly'
40
40
 
41
- # View your email address
41
+ # See your primary Google Account email address
42
42
  AUTH_USERINFO_EMAIL = 'https://www.googleapis.com/auth/userinfo.email'
43
43
  end
44
44
  end
@@ -132,37 +132,6 @@ module Google
132
132
  end
133
133
  end
134
134
 
135
- # Job information for templates.
136
- class Artifact
137
- include Google::Apis::Core::Hashable
138
-
139
- # Container Spec.
140
- # Corresponds to the JSON property `containerSpec`
141
- # @return [Google::Apis::DataflowV1b3::ContainerSpec]
142
- attr_accessor :container_spec
143
-
144
- # job_graph_gcs_path set for legacy Template.
145
- # Corresponds to the JSON property `jobGraphGcsPath`
146
- # @return [String]
147
- attr_accessor :job_graph_gcs_path
148
-
149
- # Metadata describing a template.
150
- # Corresponds to the JSON property `metadata`
151
- # @return [Google::Apis::DataflowV1b3::TemplateMetadata]
152
- attr_accessor :metadata
153
-
154
- def initialize(**args)
155
- update!(**args)
156
- end
157
-
158
- # Update properties of this object
159
- def update!(**args)
160
- @container_spec = args[:container_spec] if args.key?(:container_spec)
161
- @job_graph_gcs_path = args[:job_graph_gcs_path] if args.key?(:job_graph_gcs_path)
162
- @metadata = args[:metadata] if args.key?(:metadata)
163
- end
164
- end
165
-
166
135
  # A structured message reporting an autoscaling decision made by the Dataflow
167
136
  # service.
168
137
  class AutoscalingEvent
@@ -279,7 +248,7 @@ module Google
279
248
  end
280
249
  end
281
250
 
282
- # Metadata for a BigTable connector used by the job.
251
+ # Metadata for a Cloud BigTable connector used by the job.
283
252
  class BigTableIoDetails
284
253
  include Google::Apis::Core::Hashable
285
254
 
@@ -342,32 +311,6 @@ module Google
342
311
  end
343
312
  end
344
313
 
345
- # Commit will add a new TemplateVersion to an existing template.
346
- class CommitTemplateVersionRequest
347
- include Google::Apis::Core::Hashable
348
-
349
- # ///////////////////////////////////////////////////////////////////////////// /
350
- # /// Template Catalog is used to organize user TemplateVersions. ////
351
- # TemplateVersions that have the same project_id and display_name are ////
352
- # belong to the same Template. //// Templates with the same project_id belong to
353
- # the same Project. //// TemplateVersion may have labels and multiple labels are
354
- # allowed. //// Duplicated labels in the same `TemplateVersion` are not allowed.
355
- # //// TemplateVersion may have tags and multiple tags are allowed. Duplicated //
356
- # // tags in the same `Template` are not allowed!
357
- # Corresponds to the JSON property `templateVersion`
358
- # @return [Google::Apis::DataflowV1b3::TemplateVersion]
359
- attr_accessor :template_version
360
-
361
- def initialize(**args)
362
- update!(**args)
363
- end
364
-
365
- # Update properties of this object
366
- def update!(**args)
367
- @template_version = args[:template_version] if args.key?(:template_version)
368
- end
369
- end
370
-
371
314
  # Description of an interstitial value between transforms in an execution stage.
372
315
  class ComponentSource
373
316
  include Google::Apis::Core::Hashable
@@ -847,32 +790,6 @@ module Google
847
790
  end
848
791
  end
849
792
 
850
- # Creates a new Template with TemplateVersions.
851
- class CreateTemplateVersionRequest
852
- include Google::Apis::Core::Hashable
853
-
854
- # ///////////////////////////////////////////////////////////////////////////// /
855
- # /// Template Catalog is used to organize user TemplateVersions. ////
856
- # TemplateVersions that have the same project_id and display_name are ////
857
- # belong to the same Template. //// Templates with the same project_id belong to
858
- # the same Project. //// TemplateVersion may have labels and multiple labels are
859
- # allowed. //// Duplicated labels in the same `TemplateVersion` are not allowed.
860
- # //// TemplateVersion may have tags and multiple tags are allowed. Duplicated //
861
- # // tags in the same `Template` are not allowed!
862
- # Corresponds to the JSON property `templateVersion`
863
- # @return [Google::Apis::DataflowV1b3::TemplateVersion]
864
- attr_accessor :template_version
865
-
866
- def initialize(**args)
867
- update!(**args)
868
- end
869
-
870
- # Update properties of this object
871
- def update!(**args)
872
- @template_version = args[:template_version] if args.key?(:template_version)
873
- end
874
- end
875
-
876
793
  # Identifies the location of a custom souce.
877
794
  class CustomSourceLocation
878
795
  include Google::Apis::Core::Hashable
@@ -947,6 +864,27 @@ module Google
947
864
  end
948
865
  end
949
866
 
867
+ # Describes any options that have an effect on the debugging of pipelines.
868
+ class DebugOptions
869
+ include Google::Apis::Core::Hashable
870
+
871
+ # When true, enables the logging of the literal hot key to the user's Cloud
872
+ # Logging.
873
+ # Corresponds to the JSON property `enableHotKeyLogging`
874
+ # @return [Boolean]
875
+ attr_accessor :enable_hot_key_logging
876
+ alias_method :enable_hot_key_logging?, :enable_hot_key_logging
877
+
878
+ def initialize(**args)
879
+ update!(**args)
880
+ end
881
+
882
+ # Update properties of this object
883
+ def update!(**args)
884
+ @enable_hot_key_logging = args[:enable_hot_key_logging] if args.key?(:enable_hot_key_logging)
885
+ end
886
+ end
887
+
950
888
  # Response from deleting a snapshot.
951
889
  class DeleteSnapshotResponse
952
890
  include Google::Apis::Core::Hashable
@@ -1212,23 +1150,6 @@ module Google
1212
1150
  end
1213
1151
  end
1214
1152
 
1215
- # A generic empty message that you can re-use to avoid defining duplicated empty
1216
- # messages in your APIs. A typical example is to use it as the request or the
1217
- # response type of an API method. For instance: service Foo ` rpc Bar(google.
1218
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
1219
- # `Empty` is empty JSON object ````.
1220
- class Empty
1221
- include Google::Apis::Core::Hashable
1222
-
1223
- def initialize(**args)
1224
- update!(**args)
1225
- end
1226
-
1227
- # Update properties of this object
1228
- def update!(**args)
1229
- end
1230
- end
1231
-
1232
1153
  # Describes the environment in which a Dataflow Job runs.
1233
1154
  class Environment
1234
1155
  include Google::Apis::Core::Hashable
@@ -1247,7 +1168,14 @@ module Google
1247
1168
  # @return [String]
1248
1169
  attr_accessor :dataset
1249
1170
 
1250
- # The list of experiments to enable.
1171
+ # Describes any options that have an effect on the debugging of pipelines.
1172
+ # Corresponds to the JSON property `debugOptions`
1173
+ # @return [Google::Apis::DataflowV1b3::DebugOptions]
1174
+ attr_accessor :debug_options
1175
+
1176
+ # The list of experiments to enable. This field should be used for SDK related
1177
+ # experiments and not for service related experiments. The proper field for
1178
+ # service related experiments is service_options.
1251
1179
  # Corresponds to the JSON property `experiments`
1252
1180
  # @return [Array<String>]
1253
1181
  attr_accessor :experiments
@@ -1281,6 +1209,13 @@ module Google
1281
1209
  # @return [String]
1282
1210
  attr_accessor :service_kms_key_name
1283
1211
 
1212
+ # The list of service options to enable. This field should be used for service
1213
+ # related experiments only. These experiments, when graduating to GA, should be
1214
+ # replaced by dedicated fields or become default (i.e. always on).
1215
+ # Corresponds to the JSON property `serviceOptions`
1216
+ # @return [Array<String>]
1217
+ attr_accessor :service_options
1218
+
1284
1219
  # Output only. The shuffle mode used for the job.
1285
1220
  # Corresponds to the JSON property `shuffleMode`
1286
1221
  # @return [String]
@@ -1339,12 +1274,14 @@ module Google
1339
1274
  def update!(**args)
1340
1275
  @cluster_manager_api_service = args[:cluster_manager_api_service] if args.key?(:cluster_manager_api_service)
1341
1276
  @dataset = args[:dataset] if args.key?(:dataset)
1277
+ @debug_options = args[:debug_options] if args.key?(:debug_options)
1342
1278
  @experiments = args[:experiments] if args.key?(:experiments)
1343
1279
  @flex_resource_scheduling_goal = args[:flex_resource_scheduling_goal] if args.key?(:flex_resource_scheduling_goal)
1344
1280
  @internal_experiments = args[:internal_experiments] if args.key?(:internal_experiments)
1345
1281
  @sdk_pipeline_options = args[:sdk_pipeline_options] if args.key?(:sdk_pipeline_options)
1346
1282
  @service_account_email = args[:service_account_email] if args.key?(:service_account_email)
1347
1283
  @service_kms_key_name = args[:service_kms_key_name] if args.key?(:service_kms_key_name)
1284
+ @service_options = args[:service_options] if args.key?(:service_options)
1348
1285
  @shuffle_mode = args[:shuffle_mode] if args.key?(:shuffle_mode)
1349
1286
  @temp_storage_prefix = args[:temp_storage_prefix] if args.key?(:temp_storage_prefix)
1350
1287
  @user_agent = args[:user_agent] if args.key?(:user_agent)
@@ -1412,7 +1349,7 @@ module Google
1412
1349
  # @return [Array<Google::Apis::DataflowV1b3::StageSource>]
1413
1350
  attr_accessor :input_source
1414
1351
 
1415
- # Type of tranform this stage is executing.
1352
+ # Type of transform this stage is executing.
1416
1353
  # Corresponds to the JSON property `kind`
1417
1354
  # @return [String]
1418
1355
  attr_accessor :kind
@@ -1572,11 +1509,24 @@ module Google
1572
1509
  # @return [Fixnum]
1573
1510
  attr_accessor :num_workers
1574
1511
 
1512
+ # Docker registry location of container image to use for the 'worker harness.
1513
+ # Default is the container for the version of the SDK. Note this field is only
1514
+ # valid for portable pipelines.
1515
+ # Corresponds to the JSON property `sdkContainerImage`
1516
+ # @return [String]
1517
+ attr_accessor :sdk_container_image
1518
+
1575
1519
  # The email address of the service account to run the job as.
1576
1520
  # Corresponds to the JSON property `serviceAccountEmail`
1577
1521
  # @return [String]
1578
1522
  attr_accessor :service_account_email
1579
1523
 
1524
+ # The Cloud Storage path for staging local files. Must be a valid Cloud Storage
1525
+ # URL, beginning with `gs://`.
1526
+ # Corresponds to the JSON property `stagingLocation`
1527
+ # @return [String]
1528
+ attr_accessor :staging_location
1529
+
1580
1530
  # Subnetwork to which VMs will be assigned, if desired. You can specify a
1581
1531
  # subnetwork using either a complete URL or an abbreviated path. Expected to be
1582
1532
  # of the form "https://www.googleapis.com/compute/v1/projects/HOST_PROJECT_ID/
@@ -1634,7 +1584,9 @@ module Google
1634
1584
  @max_workers = args[:max_workers] if args.key?(:max_workers)
1635
1585
  @network = args[:network] if args.key?(:network)
1636
1586
  @num_workers = args[:num_workers] if args.key?(:num_workers)
1587
+ @sdk_container_image = args[:sdk_container_image] if args.key?(:sdk_container_image)
1637
1588
  @service_account_email = args[:service_account_email] if args.key?(:service_account_email)
1589
+ @staging_location = args[:staging_location] if args.key?(:staging_location)
1638
1590
  @subnetwork = args[:subnetwork] if args.key?(:subnetwork)
1639
1591
  @temp_location = args[:temp_location] if args.key?(:temp_location)
1640
1592
  @worker_region = args[:worker_region] if args.key?(:worker_region)
@@ -2151,7 +2103,7 @@ module Google
2151
2103
  # @return [Array<Google::Apis::DataflowV1b3::Step>]
2152
2104
  attr_accessor :steps
2153
2105
 
2154
- # The GCS location where the steps are stored.
2106
+ # The Cloud Storage location where the steps are stored.
2155
2107
  # Corresponds to the JSON property `stepsLocation`
2156
2108
  # @return [String]
2157
2109
  attr_accessor :steps_location
@@ -2319,7 +2271,7 @@ module Google
2319
2271
  class JobMetadata
2320
2272
  include Google::Apis::Core::Hashable
2321
2273
 
2322
- # Identification of a BigTable source used in the Dataflow job.
2274
+ # Identification of a Cloud BigTable source used in the Dataflow job.
2323
2275
  # Corresponds to the JSON property `bigTableDetails`
2324
2276
  # @return [Array<Google::Apis::DataflowV1b3::BigTableIoDetails>]
2325
2277
  attr_accessor :big_table_details
@@ -2492,7 +2444,7 @@ module Google
2492
2444
  # @return [Google::Apis::DataflowV1b3::ContainerSpec]
2493
2445
  attr_accessor :container_spec
2494
2446
 
2495
- # Gcs path to a file with json serialized ContainerSpec as content.
2447
+ # Cloud Storage path to a file with json serialized ContainerSpec as content.
2496
2448
  # Corresponds to the JSON property `containerSpecGcsPath`
2497
2449
  # @return [String]
2498
2450
  attr_accessor :container_spec_gcs_path
@@ -2827,32 +2779,6 @@ module Google
2827
2779
  end
2828
2780
  end
2829
2781
 
2830
- # Respond a list of TemplateVersions.
2831
- class ListTemplateVersionsResponse
2832
- include Google::Apis::Core::Hashable
2833
-
2834
- # A token that can be sent as `page_token` to retrieve the next page. If this
2835
- # field is omitted, there are no subsequent pages.
2836
- # Corresponds to the JSON property `nextPageToken`
2837
- # @return [String]
2838
- attr_accessor :next_page_token
2839
-
2840
- # A list of TemplateVersions.
2841
- # Corresponds to the JSON property `templateVersions`
2842
- # @return [Array<Google::Apis::DataflowV1b3::TemplateVersion>]
2843
- attr_accessor :template_versions
2844
-
2845
- def initialize(**args)
2846
- update!(**args)
2847
- end
2848
-
2849
- # Update properties of this object
2850
- def update!(**args)
2851
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2852
- @template_versions = args[:template_versions] if args.key?(:template_versions)
2853
- end
2854
- end
2855
-
2856
2782
  # MapTask consists of an ordered set of instructions, each of which describes
2857
2783
  # one particular low-level operation for the worker to perform in order to
2858
2784
  # accomplish the MapTask's WorkItem. Each instruction must appear in the list
@@ -3092,105 +3018,6 @@ module Google
3092
3018
  end
3093
3019
  end
3094
3020
 
3095
- # Either add the label to TemplateVersion or remove it from the TemplateVersion.
3096
- class ModifyTemplateVersionLabelRequest
3097
- include Google::Apis::Core::Hashable
3098
-
3099
- # The label key for update.
3100
- # Corresponds to the JSON property `key`
3101
- # @return [String]
3102
- attr_accessor :key
3103
-
3104
- # Requests for add label to TemplateVersion or remove label from TemplateVersion.
3105
- # Corresponds to the JSON property `op`
3106
- # @return [String]
3107
- attr_accessor :op
3108
-
3109
- # The label value for update.
3110
- # Corresponds to the JSON property `value`
3111
- # @return [String]
3112
- attr_accessor :value
3113
-
3114
- def initialize(**args)
3115
- update!(**args)
3116
- end
3117
-
3118
- # Update properties of this object
3119
- def update!(**args)
3120
- @key = args[:key] if args.key?(:key)
3121
- @op = args[:op] if args.key?(:op)
3122
- @value = args[:value] if args.key?(:value)
3123
- end
3124
- end
3125
-
3126
- # Respond the labels in the TemplateVersion.
3127
- class ModifyTemplateVersionLabelResponse
3128
- include Google::Apis::Core::Hashable
3129
-
3130
- # All the label in the TemplateVersion.
3131
- # Corresponds to the JSON property `labels`
3132
- # @return [Hash<String,String>]
3133
- attr_accessor :labels
3134
-
3135
- def initialize(**args)
3136
- update!(**args)
3137
- end
3138
-
3139
- # Update properties of this object
3140
- def update!(**args)
3141
- @labels = args[:labels] if args.key?(:labels)
3142
- end
3143
- end
3144
-
3145
- # Add a tag to the current TemplateVersion. If tag exist in another
3146
- # TemplateVersion in the Template, remove the tag before add it to the current
3147
- # TemplateVersion. If remove_only set, remove the tag from the current
3148
- # TemplateVersion.
3149
- class ModifyTemplateVersionTagRequest
3150
- include Google::Apis::Core::Hashable
3151
-
3152
- # The flag that indicates if the request is only for remove tag from
3153
- # TemplateVersion.
3154
- # Corresponds to the JSON property `removeOnly`
3155
- # @return [Boolean]
3156
- attr_accessor :remove_only
3157
- alias_method :remove_only?, :remove_only
3158
-
3159
- # The tag for update.
3160
- # Corresponds to the JSON property `tag`
3161
- # @return [String]
3162
- attr_accessor :tag
3163
-
3164
- def initialize(**args)
3165
- update!(**args)
3166
- end
3167
-
3168
- # Update properties of this object
3169
- def update!(**args)
3170
- @remove_only = args[:remove_only] if args.key?(:remove_only)
3171
- @tag = args[:tag] if args.key?(:tag)
3172
- end
3173
- end
3174
-
3175
- # Respond the current tags in the TemplateVersion.
3176
- class ModifyTemplateVersionTagResponse
3177
- include Google::Apis::Core::Hashable
3178
-
3179
- # All the tags in the TemplateVersion.
3180
- # Corresponds to the JSON property `tags`
3181
- # @return [Array<String>]
3182
- attr_accessor :tags
3183
-
3184
- def initialize(**args)
3185
- update!(**args)
3186
- end
3187
-
3188
- # Update properties of this object
3189
- def update!(**args)
3190
- @tags = args[:tags] if args.key?(:tags)
3191
- end
3192
- end
3193
-
3194
3021
  # Describes mounted data disk.
3195
3022
  class MountedDataDisk
3196
3023
  include Google::Apis::Core::Hashable
@@ -3430,6 +3257,11 @@ module Google
3430
3257
  class ParameterMetadata
3431
3258
  include Google::Apis::Core::Hashable
3432
3259
 
3260
+ # Optional. Additional metadata for describing this parameter.
3261
+ # Corresponds to the JSON property `customMetadata`
3262
+ # @return [Hash<String,String>]
3263
+ attr_accessor :custom_metadata
3264
+
3433
3265
  # Required. The help text to display for the parameter.
3434
3266
  # Corresponds to the JSON property `helpText`
3435
3267
  # @return [String]
@@ -3467,6 +3299,7 @@ module Google
3467
3299
 
3468
3300
  # Update properties of this object
3469
3301
  def update!(**args)
3302
+ @custom_metadata = args[:custom_metadata] if args.key?(:custom_metadata)
3470
3303
  @help_text = args[:help_text] if args.key?(:help_text)
3471
3304
  @is_optional = args[:is_optional] if args.key?(:is_optional)
3472
3305
  @label = args[:label] if args.key?(:label)
@@ -3666,7 +3499,7 @@ module Google
3666
3499
  end
3667
3500
  end
3668
3501
 
3669
- # Metadata for a PubSub connector used by the job.
3502
+ # Metadata for a Pub/Sub connector used by the job.
3670
3503
  class PubSubIoDetails
3671
3504
  include Google::Apis::Core::Hashable
3672
3505
 
@@ -4516,6 +4349,11 @@ module Google
4516
4349
  # @return [Array<Google::Apis::DataflowV1b3::PubsubSnapshotMetadata>]
4517
4350
  attr_accessor :pubsub_metadata
4518
4351
 
4352
+ # Cloud region where this snapshot lives in, e.g., "us-central1".
4353
+ # Corresponds to the JSON property `region`
4354
+ # @return [String]
4355
+ attr_accessor :region
4356
+
4519
4357
  # The job this snapshot was created from.
4520
4358
  # Corresponds to the JSON property `sourceJobId`
4521
4359
  # @return [String]
@@ -4543,6 +4381,7 @@ module Google
4543
4381
  @id = args[:id] if args.key?(:id)
4544
4382
  @project_id = args[:project_id] if args.key?(:project_id)
4545
4383
  @pubsub_metadata = args[:pubsub_metadata] if args.key?(:pubsub_metadata)
4384
+ @region = args[:region] if args.key?(:region)
4546
4385
  @source_job_id = args[:source_job_id] if args.key?(:source_job_id)
4547
4386
  @state = args[:state] if args.key?(:state)
4548
4387
  @ttl = args[:ttl] if args.key?(:ttl)
@@ -5799,80 +5638,6 @@ module Google
5799
5638
  end
5800
5639
  end
5801
5640
 
5802
- # ///////////////////////////////////////////////////////////////////////////// /
5803
- # /// Template Catalog is used to organize user TemplateVersions. ////
5804
- # TemplateVersions that have the same project_id and display_name are ////
5805
- # belong to the same Template. //// Templates with the same project_id belong to
5806
- # the same Project. //// TemplateVersion may have labels and multiple labels are
5807
- # allowed. //// Duplicated labels in the same `TemplateVersion` are not allowed.
5808
- # //// TemplateVersion may have tags and multiple tags are allowed. Duplicated //
5809
- # // tags in the same `Template` are not allowed!
5810
- class TemplateVersion
5811
- include Google::Apis::Core::Hashable
5812
-
5813
- # Job information for templates.
5814
- # Corresponds to the JSON property `artifact`
5815
- # @return [Google::Apis::DataflowV1b3::Artifact]
5816
- attr_accessor :artifact
5817
-
5818
- # Creation time of this TemplateVersion.
5819
- # Corresponds to the JSON property `createTime`
5820
- # @return [String]
5821
- attr_accessor :create_time
5822
-
5823
- # Template description from the user.
5824
- # Corresponds to the JSON property `description`
5825
- # @return [String]
5826
- attr_accessor :description
5827
-
5828
- # A customized name for Template. Multiple TemplateVersions per Template.
5829
- # Corresponds to the JSON property `displayName`
5830
- # @return [String]
5831
- attr_accessor :display_name
5832
-
5833
- # Labels for the Template Version. Labels can be duplicate within Template.
5834
- # Corresponds to the JSON property `labels`
5835
- # @return [Hash<String,String>]
5836
- attr_accessor :labels
5837
-
5838
- # A unique project_id. Multiple Templates per Project.
5839
- # Corresponds to the JSON property `projectId`
5840
- # @return [String]
5841
- attr_accessor :project_id
5842
-
5843
- # Alias for version_id, helps locate a TemplateVersion.
5844
- # Corresponds to the JSON property `tags`
5845
- # @return [Array<String>]
5846
- attr_accessor :tags
5847
-
5848
- # Either LEGACY or FLEX. This should match with the type of artifact.
5849
- # Corresponds to the JSON property `type`
5850
- # @return [String]
5851
- attr_accessor :type
5852
-
5853
- # An auto generated version_id for TemplateVersion.
5854
- # Corresponds to the JSON property `versionId`
5855
- # @return [String]
5856
- attr_accessor :version_id
5857
-
5858
- def initialize(**args)
5859
- update!(**args)
5860
- end
5861
-
5862
- # Update properties of this object
5863
- def update!(**args)
5864
- @artifact = args[:artifact] if args.key?(:artifact)
5865
- @create_time = args[:create_time] if args.key?(:create_time)
5866
- @description = args[:description] if args.key?(:description)
5867
- @display_name = args[:display_name] if args.key?(:display_name)
5868
- @labels = args[:labels] if args.key?(:labels)
5869
- @project_id = args[:project_id] if args.key?(:project_id)
5870
- @tags = args[:tags] if args.key?(:tags)
5871
- @type = args[:type] if args.key?(:type)
5872
- @version_id = args[:version_id] if args.key?(:version_id)
5873
- end
5874
- end
5875
-
5876
5641
  # Global topology of the streaming Dataflow job, including all computations and
5877
5642
  # their sharded locations.
5878
5643
  class TopologyConfig
@@ -6387,7 +6152,7 @@ module Google
6387
6152
  class WorkerHealthReport
6388
6153
  include Google::Apis::Core::Hashable
6389
6154
 
6390
- # A message describing any unusual health reports.
6155
+ # Message describing any unusual health reports.
6391
6156
  # Corresponds to the JSON property `msg`
6392
6157
  # @return [String]
6393
6158
  attr_accessor :msg
@@ -6406,6 +6171,12 @@ module Google
6406
6171
  # @return [String]
6407
6172
  attr_accessor :report_interval
6408
6173
 
6174
+ # Code to describe a specific reason, if known, that a VM has reported broken
6175
+ # state.
6176
+ # Corresponds to the JSON property `vmBrokenCode`
6177
+ # @return [String]
6178
+ attr_accessor :vm_broken_code
6179
+
6409
6180
  # Whether the VM is in a permanently broken state. Broken VMs should be
6410
6181
  # abandoned or deleted ASAP to avoid assigning or completing any work.
6411
6182
  # Corresponds to the JSON property `vmIsBroken`
@@ -6433,6 +6204,7 @@ module Google
6433
6204
  @msg = args[:msg] if args.key?(:msg)
6434
6205
  @pods = args[:pods] if args.key?(:pods)
6435
6206
  @report_interval = args[:report_interval] if args.key?(:report_interval)
6207
+ @vm_broken_code = args[:vm_broken_code] if args.key?(:vm_broken_code)
6436
6208
  @vm_is_broken = args[:vm_is_broken] if args.key?(:vm_is_broken)
6437
6209
  @vm_is_healthy = args[:vm_is_healthy] if args.key?(:vm_is_healthy)
6438
6210
  @vm_startup_time = args[:vm_startup_time] if args.key?(:vm_startup_time)
@@ -6581,9 +6353,9 @@ module Google
6581
6353
  # The code is a string intended for consumption by a machine that identifies the
6582
6354
  # type of message being sent. Examples: 1. "HARNESS_STARTED" might be used to
6583
6355
  # indicate the worker harness has started. 2. "GCS_DOWNLOAD_ERROR" might be used
6584
- # to indicate an error downloading a GCS file as part of the boot process of one
6585
- # of the worker containers. This is a string and not an enum to make it easy to
6586
- # add new codes without waiting for an API change.
6356
+ # to indicate an error downloading a Cloud Storage file as part of the boot
6357
+ # process of one of the worker containers. This is a string and not an enum to
6358
+ # make it easy to add new codes without waiting for an API change.
6587
6359
  # Corresponds to the JSON property `code`
6588
6360
  # @return [String]
6589
6361
  attr_accessor :code
@@ -6592,13 +6364,14 @@ module Google
6592
6364
  # allow parameters of different types. Examples: 1. For a "HARNESS_STARTED"
6593
6365
  # message parameters might provide the name of the worker and additional data
6594
6366
  # like timing information. 2. For a "GCS_DOWNLOAD_ERROR" parameters might
6595
- # contain fields listing the GCS objects being downloaded and fields containing
6596
- # errors. In general complex data structures should be avoided. If a worker
6597
- # needs to send a specific and complicated data structure then please consider
6598
- # defining a new proto and adding it to the data oneof in WorkerMessageResponse.
6599
- # Conventions: Parameters should only be used for information that isn't
6600
- # typically passed as a label. hostname and other worker identifiers should
6601
- # almost always be passed as labels since they will be included on most messages.
6367
+ # contain fields listing the Cloud Storage objects being downloaded and fields
6368
+ # containing errors. In general complex data structures should be avoided. If a
6369
+ # worker needs to send a specific and complicated data structure then please
6370
+ # consider defining a new proto and adding it to the data oneof in
6371
+ # WorkerMessageResponse. Conventions: Parameters should only be used for
6372
+ # information that isn't typically passed as a label. hostname and other worker
6373
+ # identifiers should almost always be passed as labels since they will be
6374
+ # included on most messages.
6602
6375
  # Corresponds to the JSON property `parameters`
6603
6376
  # @return [Hash<String,Object>]
6604
6377
  attr_accessor :parameters