Class: Google::Cloud::Run::V2::RunJobRequest::Overrides::ContainerOverride

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/run/v2/job.rb

Overview

Per-container override specification.

Instance Attribute Summary collapse

Instance Attribute Details

#args::Array<::String>

Returns Optional. Arguments to the entrypoint. Will replace existing args for override.

Returns:

  • (::Array<::String>)

    Optional. Arguments to the entrypoint. Will replace existing args for override.



182
183
184
185
# File 'proto_docs/google/cloud/run/v2/job.rb', line 182

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

#clear_args::Boolean

Returns Optional. True if the intention is to clear out existing args list.

Returns:

  • (::Boolean)

    Optional. True if the intention is to clear out existing args list.



182
183
184
185
# File 'proto_docs/google/cloud/run/v2/job.rb', line 182

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

#env::Array<::Google::Cloud::Run::V2::EnvVar>

Returns List of environment variables to set in the container. Will be merged with existing env for override.

Returns:



182
183
184
185
# File 'proto_docs/google/cloud/run/v2/job.rb', line 182

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

#name::String

Returns The name of the container specified as a DNS_LABEL.

Returns:

  • (::String)

    The name of the container specified as a DNS_LABEL.



182
183
184
185
# File 'proto_docs/google/cloud/run/v2/job.rb', line 182

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