Class: Google::Cloud::Batch::V1::GCS
- Inherits:
-
Object
- Object
- Google::Cloud::Batch::V1::GCS
- 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
-
#remote_path ⇒ ::String
Remote path, either a bucket name or a subdirectory of a bucket, e.g.: bucket_name, bucket_name/subdirectory/.
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/.
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 |