Class: Grafeas::V1::GetNoteRequest

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/grafeas.rb

Overview

Request to get a note.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID].

Returns:

  • (::String)

    The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID].



229
230
231
232
# File 'proto_docs/grafeas/v1/grafeas.rb', line 229

class GetNoteRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end