Google Cloud Dataplex V1 Client - Class LookupContextRequest (1.12.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class LookupContextRequest.

Lookup Context using permissions in the source system.

Generated from protobuf message google.cloud.dataplex.v1.LookupContextRequest

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}.

↳ resources string[]

Required. The entry names to lookup context for. The request should have max 10 of those. ## Examples: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}

↳ options array|Google\Protobuf\Internal\MapField

Optional. Allows to configure the context.

getName

Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}.

Returns
Type Description
string

setName

Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}.

Parameter
Name Description
var string
Returns
Type Description
$this

getResources

Required. The entry names to lookup context for. The request should have max 10 of those.

Examples:

projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setResources

Required. The entry names to lookup context for. The request should have max 10 of those.

Examples:

projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}

Parameter
Name Description
var string[]
Returns
Type Description
$this

getOptions

Optional. Allows to configure the context.

Returns
Type Description
Google\Protobuf\Internal\MapField

setOptions

Optional. Allows to configure the context.

Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this