Class: Google::Cloud::Dataflow::V1beta3::ContainerSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/templates.rb

Overview

Container Spec.

Instance Attribute Summary collapse

Instance Attribute Details

#default_environment::Google::Cloud::Dataflow::V1beta3::FlexTemplateRuntimeEnvironment

Returns Default runtime environment for the job.

Returns:



47
48
49
50
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 47

class ContainerSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#image::String

Returns Name of the docker container image. E.g., gcr.io/project/some-image.

Returns:

  • (::String)

    Name of the docker container image. E.g., gcr.io/project/some-image



47
48
49
50
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 47

class ContainerSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#metadata::Google::Cloud::Dataflow::V1beta3::TemplateMetadata

Returns Metadata describing a template including description and validation rules.

Returns:



47
48
49
50
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 47

class ContainerSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sdk_info::Google::Cloud::Dataflow::V1beta3::SDKInfo

Returns Required. SDK info of the Flex Template.

Returns:



47
48
49
50
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 47

class ContainerSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end