Grafeas V1 Client - Class BatchCreateNotesResponse (0.5.0)

Reference documentation and code samples for the Grafeas V1 Client class BatchCreateNotesResponse.

Response for creating notes in batch.

Generated from protobuf message grafeas.v1.BatchCreateNotesResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ notes array<Grafeas\V1\Note>

The notes that were created.

getNotes

The notes that were created.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNotes

The notes that were created.

Parameter
NameDescription
var array<Grafeas\V1\Note>
Returns
TypeDescription
$this