proto_docs/google/cloud/netapp/v1/snapshot.rb in google-cloud-netapp-v1-1.0.0 vs proto_docs/google/cloud/netapp/v1/snapshot.rb in google-cloud-netapp-v1-1.1.0

- old
+ new

@@ -79,12 +79,13 @@ # @!attribute [rw] snapshot # @return [::Google::Cloud::NetApp::V1::Snapshot] # Required. A snapshot resource # @!attribute [rw] snapshot_id # @return [::String] - # Required. ID of the snapshot to create. - # This value must start with a lowercase letter followed by up to 62 - # lowercase letters, numbers, or hyphens, and cannot end with a hyphen. + # Required. ID of the snapshot to create. Must be unique within the parent + # resource. Must contain only letters, numbers, underscore and hyphen, with + # the first character a letter or underscore, the last a letter or underscore + # or a number, and a 63 character maximum. class CreateSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end