Class: Grafeas::V1::DeleteNoteRequest
- Inherits:
-
Object
- Object
- Grafeas::V1::DeleteNoteRequest
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/grafeas.rb
Overview
Request to delete a note.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the note in the form of
projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the note in the form of
projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
307 308 309 310 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 307 class DeleteNoteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |