public sealed class SearchEntriesRequest : IMessage<SearchEntriesRequest>, IEquatable<SearchEntriesRequest>, IDeepCloneable<SearchEntriesRequest>, IBufferMessage, IMessage, IPageRequest
Implements
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
Name
public string Name { get; set; }
Required. The project to which the request should be attributed in the
following form: projects/{project}/locations/{location}
.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Optional. Ordering of the results. Supported options to be added later.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. Pagination.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A token indicating the page to return. This is obtained from an earlier response, via NextPageToken.
Property Value | |
---|---|
Type | Description |
string |
Query
public string Query { get; set; }
Required. The query against which entries in scope should be matched.
Property Value | |
---|---|
Type | Description |
string |
Scope
public string Scope { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |