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 \ V1Methods
__construct
Constructor.
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 look up the context for. The maximum number of resources for a request is limited to 10. ## Examples: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}
↳ context
string
Optional. The text representing contextual information for which metadata context is being requested.
↳ options
array| Google\Protobuf\Internal\MapField
Optional. Allows to configure the context. Supported options: - format
- The format of the context (one of yaml
, xml
, json
, default is yaml
). - context_budget
- If provided, the output will be intelligently truncated on a best-effort basis to contain approximately the desired amount of characters. There is no guarantee to achieve the specific amount.
getName
Required. The project to which the request should be attributed in the
following form: projects/{project}/locations/{location}
.
string
setName
Required. The project to which the request should be attributed in the
following form: projects/{project}/locations/{location}
.
var
string
$this
getResources
Required. The entry names to look up the context for. The maximum number of resources for a request is limited to 10.
Examples:
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}
setResources
Required. The entry names to look up the context for. The maximum number of resources for a request is limited to 10.
Examples:
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}
var
string[]
$this
getContext
Optional. The text representing contextual information for which metadata context is being requested.
string
setContext
Optional. The text representing contextual information for which metadata context is being requested.
var
string
$this
getOptions
Optional. Allows to configure the context.
Supported options:
-
format- The format of the context (one ofyaml,xml,json, default isyaml). -
context_budget- If provided, the output will be intelligently truncated on a best-effort basis to contain approximately the desired amount of characters. There is no guarantee to achieve the specific amount.
setOptions
Optional. Allows to configure the context.
Supported options:
-
format- The format of the context (one ofyaml,xml,json, default isyaml). -
context_budget- If provided, the output will be intelligently truncated on a best-effort basis to contain approximately the desired amount of characters. There is no guarantee to achieve the specific amount.
$this

