Class: Google::Cloud::Dataproc::V1::RuntimeInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/shared.rb

Overview

Runtime information about workload execution.

Defined Under Namespace

Classes: EndpointsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#diagnostic_output_uri::String (readonly)

Returns Output only. A URI pointing to the location of the diagnostics tarball.

Returns:

  • (::String)

    Output only. A URI pointing to the location of the diagnostics tarball.



124
125
126
127
128
129
130
131
132
133
134
135
136
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 124

class RuntimeInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class EndpointsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#endpoints::Google::Protobuf::Map{::String => ::String} (readonly)

Returns Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.



124
125
126
127
128
129
130
131
132
133
134
135
136
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 124

class RuntimeInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class EndpointsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#output_uri::String (readonly)

Returns Output only. A URI pointing to the location of the stdout and stderr of the workload.

Returns:

  • (::String)

    Output only. A URI pointing to the location of the stdout and stderr of the workload.



124
125
126
127
128
129
130
131
132
133
134
135
136
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 124

class RuntimeInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class EndpointsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end