Class Grafeas::V1::CreateNoteRequest (v0.4.7)

Request to create a new note.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#note

def note() -> ::Grafeas::V1::Note
Returns

#note=

def note=(value) -> ::Grafeas::V1::Note
Parameter
Returns

#note_id

def note_id() -> ::String
Returns
  • (::String) — The ID to use for this note.

#note_id=

def note_id=(value) -> ::String
Parameter
  • value (::String) — The ID to use for this note.
Returns
  • (::String) — The ID to use for this note.

#parent

def parent() -> ::String
Returns
  • (::String) — The name of the project in the form of projects/[PROJECT_ID], under which the note is to be created.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — The name of the project in the form of projects/[PROJECT_ID], under which the note is to be created.
Returns
  • (::String) — The name of the project in the form of projects/[PROJECT_ID], under which the note is to be created.