Class: Grafeas::V1::UpdateNoteRequest

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 update 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].



330
331
332
333
# File 'proto_docs/grafeas/v1/grafeas.rb', line 330

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

#note::Grafeas::V1::Note

Returns The updated note.

Returns:



330
331
332
333
# File 'proto_docs/grafeas/v1/grafeas.rb', line 330

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

#update_mask::Google::Protobuf::FieldMask

Returns The fields to update.

Returns:



330
331
332
333
# File 'proto_docs/grafeas/v1/grafeas.rb', line 330

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