public sealed class SearchEntriesRequest : IMessage<SearchEntriesRequest>, IEquatable<SearchEntriesRequest>, IDeepCloneable<SearchEntriesRequest>, IBufferMessage, IMessage, IPageRequestImplements
IMessageSearchEntriesRequest, IEquatableSearchEntriesRequest, IDeepCloneableSearchEntriesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
SearchEntriesRequest()
public SearchEntriesRequest()SearchEntriesRequest(SearchEntriesRequest)
public SearchEntriesRequest(SearchEntriesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchEntriesRequest |
Properties
LocationName
public LocationName LocationName { get; set; }LocationName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
Name
public string Name { get; set; }Required. The project to which the request should be attributed in the
following form: projects/{project}/locations/global.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Optional. Specifies the ordering of results. Supported values are:
relevancelast_modified_timestamplast_modified_timestamp asc
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. Number of results in the search page. If <=0, then defaults to 10. Max limit for page_size is 1000. Throws an invalid argument for page_size > 1000.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. Page token received from a previous SearchEntries call. Provide
this to retrieve the subsequent page.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Query
public string Query { get; set; }Required. The query against which entries in scope should be matched. The query syntax is defined in Search syntax for Dataplex Universal Catalog.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Scope
public string Scope { get; set; }Optional. The scope under which the search should be operating. It must
either be organizations/<org_id> or projects/<project_ref>. If it is
unspecified, it defaults to the organization where the project provided in
name is located.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SemanticSearch
public bool SemanticSearch { get; set; }Optional. Specifies whether the search should understand the meaning and intent behind the query, rather than just matching keywords.
| Property Value | |
|---|---|
| Type | Description |
bool |
|