Reference documentation and code samples for the Google Cloud Dataplex V1 Client class SearchEntriesRequest.
Generated from protobuf message google.cloud.dataplex.v1.SearchEntriesRequest
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}
.
↳ query
string
Required. The query against which entries in scope should be matched.
↳ page_size
int
Optional. Pagination.
↳ page_token
string
↳ order_by
string
Optional. Ordering of the results. Supported options to be added later.
↳ scope
string
Optional. The scope under which the search should be operating. Should either be organizations/<org_id> or projects/<project_ref>. If left unspecified, it will default to the organization where the project provided in name
is located.
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
getQuery
Required. The query against which entries in scope should be matched.
string
setQuery
Required. The query against which entries in scope should be matched.
var
string
$this
getPageSize
Optional. Pagination.
int
setPageSize
Optional. Pagination.
var
int
$this
getPageToken
Generated from protobuf field string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
string
setPageToken
Generated from protobuf field string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
var
string
$this
getOrderBy
Optional. Ordering of the results. Supported options to be added later.
string
setOrderBy
Optional. Ordering of the results. Supported options to be added later.
var
string
$this
getScope
Optional. The scope under which the search should be operating. Should
either be organizations/<org_id> or projects/<project_ref>. If left
unspecified, it will default to the organization where the project provided
in name
is located.
string
setScope
Optional. The scope under which the search should be operating. Should
either be organizations/<org_id> or projects/<project_ref>. If left
unspecified, it will default to the organization where the project provided
in name
is located.
var
string
$this
static::build
name
string
Required. The project to which the request should be attributed in the
following form: projects/{project}/locations/{location}
.
query
string
Required. The query against which entries in scope should be matched.

