Defines a SDK harness container for executing Dataflow pipelines.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#container_image
def container_image() -> ::String Returns
- (::String) — A docker container image that resides in Google Container Registry.
#container_image=
def container_image=(value) -> ::String Parameter
- value (::String) — A docker container image that resides in Google Container Registry.
Returns
- (::String) — A docker container image that resides in Google Container Registry.
#environment_id
def environment_id() -> ::String Returns
- (::String) — Environment ID for the Beam runner API proto Environment that corresponds to the current SDK Harness.
#environment_id=
def environment_id=(value) -> ::String Parameter
- value (::String) — Environment ID for the Beam runner API proto Environment that corresponds to the current SDK Harness.
Returns
- (::String) — Environment ID for the Beam runner API proto Environment that corresponds to the current SDK Harness.
#use_single_core_per_container
def use_single_core_per_container() -> ::Boolean Returns
- (::Boolean) — If true, recommends the Dataflow service to use only one core per SDK container instance with this image. If false (or unset) recommends using more than one core per SDK container instance with this image for efficiency. Note that Dataflow service may choose to override this property if needed.
#use_single_core_per_container=
def use_single_core_per_container=(value) -> ::Boolean Parameter
- value (::Boolean) — If true, recommends the Dataflow service to use only one core per SDK container instance with this image. If false (or unset) recommends using more than one core per SDK container instance with this image for efficiency. Note that Dataflow service may choose to override this property if needed.
Returns
- (::Boolean) — If true, recommends the Dataflow service to use only one core per SDK container instance with this image. If false (or unset) recommends using more than one core per SDK container instance with this image for efficiency. Note that Dataflow service may choose to override this property if needed.