Google Cloud Chronicle V1 Client - Class VerifyReferenceListRequest (0.5.0)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class VerifyReferenceListRequest.

VerifyReferenceList request message.

Generated from protobuf message google.cloud.chronicle.v1.VerifyReferenceListRequest

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ instance string

Required. The name of the parent resource, which is the SecOps instance associated with the request. Format: projects/{project}/locations/{location}/instances/{instance}

↳ syntax_type int

Required. Type (format) of list lines.

↳ entries array<ReferenceListEntry>

Required. The entries of the reference list. Each line may be either an item in the list or a comment.

getInstance

Required. The name of the parent resource, which is the SecOps instance associated with the request. Format: projects/{project}/locations/{location}/instances/{instance}

Returns
Type Description
string

setInstance

Required. The name of the parent resource, which is the SecOps instance associated with the request. Format: projects/{project}/locations/{location}/instances/{instance}

Parameter
Name Description
var string
Returns
Type Description
$this

getSyntaxType

Required. Type (format) of list lines.

Returns
Type Description
int Enum of type ReferenceListSyntaxType.

setSyntaxType

Required. Type (format) of list lines.

Parameter
Name Description
var int

Enum of type ReferenceListSyntaxType.

Returns
Type Description
$this

getEntries

Required. The entries of the reference list.

Each line may be either an item in the list or a comment.

Returns
Type Description
Google\Protobuf\RepeatedField<ReferenceListEntry>

setEntries

Required. The entries of the reference list.

Each line may be either an item in the list or a comment.

Parameter
Name Description
var array<ReferenceListEntry>
Returns
Type Description
$this