Grafeas V1 Client - Class BatchCreateOccurrencesRequest (0.7.1)

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

Request to create occurrences in batch.

Generated from protobuf message grafeas.v1.BatchCreateOccurrencesRequest

Methods

__construct

Constructor.

Parameters
NameDescription
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 occurrences are to be created.

↳ occurrences array<Grafeas\V1\Occurrence>

The occurrences to create. Max allowed length is 1000.

getParent

The name of the project in the form of projects/[PROJECT_ID], under which the occurrences are to be created.

Returns
TypeDescription
string

setParent

The name of the project in the form of projects/[PROJECT_ID], under which the occurrences are to be created.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOccurrences

The occurrences to create. Max allowed length is 1000.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setOccurrences

The occurrences to create. Max allowed length is 1000.

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