Class: Google::Cloud::Filestore::V1::UpdateSnapshotRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Filestore::V1::UpdateSnapshotRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb
Overview
UpdateSnapshotRequest updates description and/or labels for a snapshot.
Instance Attribute Summary collapse
-
#snapshot ⇒ ::Google::Cloud::Filestore::V1::Snapshot
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#snapshot ⇒ ::Google::Cloud::Filestore::V1::Snapshot
Returns Required. A snapshot resource.
572 573 574 575 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 572 class UpdateSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Mask of fields to update. At least one path must be supplied in this field.
572 573 574 575 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 572 class UpdateSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |