We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2432d commit 392ae91Copy full SHA for 392ae91
1 file changed
google/dataflow/v1beta3/environment.proto
@@ -415,6 +415,10 @@ message SdkHarnessContainerImage {
415
// Environment ID for the Beam runner API proto Environment that corresponds
416
// to the current SDK Harness.
417
string environment_id = 3;
418
+
419
+ // The set of capabilities enumerated in the above Environment proto. See also
420
+ // https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/beam_runner_api.proto
421
+ repeated string capabilities = 4;
422
}
423
424
// Describes one particular pool of Cloud Dataflow workers to be
0 commit comments