Class: Google::Cloud::Batch::V1::GCS

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

Overview

Represents a Google Cloud Storage volume.

Instance Attribute Summary collapse

Instance Attribute Details

#remote_path::String

Returns Remote path, either a bucket name or a subdirectory of a bucket, e.g.: bucket_name, bucket_name/subdirectory/.

Returns:

  • (::String)

    Remote path, either a bucket name or a subdirectory of a bucket, e.g.: bucket_name, bucket_name/subdirectory/



75
76
77
78
# File 'proto_docs/google/cloud/batch/v1/volume.rb', line 75

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