Class: Google::Cloud::Dataflow::V1beta3::MountedDataDisk

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

Overview

Describes mounted data disk.

Instance Attribute Summary collapse

Instance Attribute Details

#data_disk::String

Returns The name of the data disk. This name is local to the Google Cloud Platform project and uniquely identifies the disk within that project, for example "myproject-1014-104817-4c2-harness-0-disk-1".

Returns:

  • (::String)

    The name of the data disk. This name is local to the Google Cloud Platform project and uniquely identifies the disk within that project, for example "myproject-1014-104817-4c2-harness-0-disk-1".



212
213
214
215
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 212

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