Class: Google::Cloud::Build::V1::Volume
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::Volume
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
Volume describes a Docker container volume which is mounted into build steps in order to persist files across build step execution.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the volume to mount.
-
#path ⇒ ::String
Path at which to mount the volume.
Instance Attribute Details
#name ⇒ ::String
448 449 450 451 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 448 class Volume include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path ⇒ ::String
448 449 450 451 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 448 class Volume include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |