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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setOccurrences
The occurrences that were created.
Parameter | |
---|---|
Name | Description |
var |
array<Grafeas\V1\Occurrence>
|
Returns | |
---|---|
Type | Description |
$this |