Grafeas V1 Client - Class BatchCreateOccurrencesResponse (0.8.3)

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

Response for creating occurrences in batch.

Generated from protobuf message grafeas.v1.BatchCreateOccurrencesResponse

Namespace

Grafeas \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ occurrences array<Grafeas\V1\Occurrence>

The occurrences that were created.

getOccurrences

The occurrences that were created.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setOccurrences

The occurrences that were created.

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