Method: Grafeas::V1::GetNoteRequest#name
- Defined in:
- proto_docs/grafeas/v1/grafeas.rb
#name ⇒ ::String
Returns The name of the note in the form of
projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
253 254 255 256 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 253 class GetNoteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |