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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
The name of the project in the form of |
↳ notes |
array|Google\Protobuf\Internal\MapField
The notes to create. Max allowed length is 1000. |
getParent
The name of the project in the form of projects/[PROJECT_ID]
, under which
the notes are to be created.
Returns | |
---|---|
Type | Description |
string |
setParent
The name of the project in the form of projects/[PROJECT_ID]
, under which
the notes are to be created.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getNotes
The notes to create. Max allowed length is 1000.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setNotes
The notes to create. Max allowed length is 1000.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
The name of the project in the form of |
notes |
array
The notes to create. Max allowed length is 1000. |
Returns | |
---|---|
Type | Description |
Grafeas\V1\BatchCreateNotesRequest |