Reference documentation and code samples for the Grafeas V1 Client class BatchCreateNotesRequest.
Request to create notes in batch.
Generated from protobuf message grafeas.v1.BatchCreateNotesRequest
Namespace
Grafeas \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
The name of the project in the form of projects/[PROJECT_ID]
, under which the notes are to be created.
↳ notes
getParent
The name of the project in the form of projects/[PROJECT_ID]
, under which
the notes are to be created.
string
setParent
The name of the project in the form of projects/[PROJECT_ID]
, under which
the notes are to be created.
var
string
$this
getNotes
The notes to create. Max allowed length is 1000.
setNotes
The notes to create. Max allowed length is 1000.
$this
static::build
parent
string
The name of the project in the form of projects/[PROJECT_ID]
, under which
the notes are to be created. Please see Grafeas\V1\GrafeasClient::projectName()
for help formatting this field.
notes
array
The notes to create. Max allowed length is 1000.