Skip to content

Commit 392ae91

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add the ability to plumb environment capabilities through v1beta3 protos.
PiperOrigin-RevId: 434899727
1 parent bc2432d commit 392ae91

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

google/dataflow/v1beta3/environment.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,10 @@ message SdkHarnessContainerImage {
415415
// Environment ID for the Beam runner API proto Environment that corresponds
416416
// to the current SDK Harness.
417417
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;
418422
}
419423

420424
// Describes one particular pool of Cloud Dataflow workers to be

0 commit comments

Comments
 (0)