Class: Google::Cloud::Dataproc::V1::UsageSnapshot

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

Overview

The usage snaphot represents the resources consumed by a workload at a specified time.

Instance Attribute Summary collapse

Instance Attribute Details

#milli_dcu::Integer

Returns Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing).

Returns:



199
200
201
202
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 199

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

#shuffle_storage_gb::Integer

Returns Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing).

Returns:



199
200
201
202
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 199

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

#snapshot_time::Google::Protobuf::Timestamp

Returns Optional. The timestamp of the usage snapshot.

Returns:



199
200
201
202
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 199

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