Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::UpdateNoteRequest.
Request to update a note.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def
name
()
-
>
::
String
Returns
- (::String) — The name of the note in the form of
projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
#name=
def
name=
(
value
)
-
>
::
String
Parameter
- value(::String) — 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]
.
#note
def
note
()
-
>
::
Grafeas
::
V1
::
Note
Returns
- ( ::Grafeas::V1::Note ) — The updated note.
#note=
def
note=
(
value
)
-
>
::
Grafeas
::
V1
::
Note
Parameter
- value( ::Grafeas::V1::Note ) — The updated note.
Returns
- ( ::Grafeas::V1::Note ) — The updated note.
#update_mask
def
update_mask
()
-
>
::
Google
::
Protobuf
::
FieldMask
Returns
- ( ::Google::Protobuf::FieldMask ) — The fields to update.
#update_mask=
def
update_mask=
(
value
)
-
>
::
Google
::
Protobuf
::
FieldMask
Parameter
- value( ::Google::Protobuf::FieldMask ) — The fields to update.
Returns
- ( ::Google::Protobuf::FieldMask ) — The fields to update.