Class: Grafeas::V1::CreateNoteRequest

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 create a new note.

Instance Attribute Summary collapse

Instance Attribute Details

#note::Grafeas::V1::Note

Returns The note to create.

Returns:



314
315
316
317
# File 'proto_docs/grafeas/v1/grafeas.rb', line 314

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

#note_id::String

Returns The ID to use for this note.

Returns:

  • (::String)

    The ID to use for this note.



314
315
316
317
# File 'proto_docs/grafeas/v1/grafeas.rb', line 314

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

#parent::String

Returns 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.



314
315
316
317
# File 'proto_docs/grafeas/v1/grafeas.rb', line 314

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