Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::BatchCreateNotesRequest.
Request to create notes in batch.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#notes
def
notes
()
-
>
::
Google
::
Protobuf
::
Map
{
::
String
=
>
::
Grafeas
::
V1
::
Note
}
Returns
- (::Google::Protobuf::Map{::String => ::Grafeas::V1::Note}) — The notes to create. Max allowed length is 1000.
#notes=
def
notes=
(
value
)
-
>
::
Google
::
Protobuf
::
Map
{
::
String
=
>
::
Grafeas
::
V1
::
Note
}
Parameter
- value(::Google::Protobuf::Map{::String => ::Grafeas::V1::Note}) — The notes to create. Max allowed length is 1000.
Returns
- (::Google::Protobuf::Map{::String => ::Grafeas::V1::Note}) — The notes to create. Max allowed length is 1000.
#parent
def
parent
()
-
>
::
String
Returns
- (::String) — The name of the project in the form of
projects/[PROJECT_ID]
, under which the notes are 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 notes are to be created.
Returns
- (::String) — The name of the project in the form of
projects/[PROJECT_ID]
, under which the notes are to be created.