Reference documentation and code samples for the Google Cloud Dataplex V1 Client class LookupEntryRequest.
Lookup Entry request using permissions in the source system.
Generated from protobuf message google.cloud.dataplex.v1.LookupEntryRequest
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}
.
↳ view
int
Optional. View to control which parts of an entry the service should return.
↳ aspect_types
array
Optional. Limits the aspects returned to the provided aspect types. It only works for CUSTOM view.
↳ paths
array
Optional. Limits the aspects returned to those associated with the provided paths within the Entry. It only works for CUSTOM view.
↳ entry
string
Required. The resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}
.
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
getView
Optional. View to control which parts of an entry the service should return.
int
setView
Optional. View to control which parts of an entry the service should return.
var
int
$this
getAspectTypes
Optional. Limits the aspects returned to the provided aspect types.
It only works for CUSTOM view.
setAspectTypes
Optional. Limits the aspects returned to the provided aspect types.
It only works for CUSTOM view.
var
string[]
$this
getPaths
Optional. Limits the aspects returned to those associated with the provided paths within the Entry. It only works for CUSTOM view.
setPaths
Optional. Limits the aspects returned to those associated with the provided paths within the Entry. It only works for CUSTOM view.
var
string[]
$this
getEntry
Required. The resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}
.
string
setEntry
Required. The resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}
.
var
string
$this