Cloud Dataplex v1 API - Class SearchEntriesRequest (2.15.0)

public sealed class SearchEntriesRequest : IMessage<SearchEntriesRequest>, IEquatable<SearchEntriesRequest>, IDeepCloneable<SearchEntriesRequest>, IBufferMessage, IMessage, IPageRequest

Inheritance

object > SearchEntriesRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

SearchEntriesRequest()

public SearchEntriesRequest()

SearchEntriesRequest(SearchEntriesRequest)

public SearchEntriesRequest(SearchEntriesRequest other)
Parameter
NameDescription
otherSearchEntriesRequest

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
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Optional. Ordering of the results. Supported options to be added later.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Optional. Pagination.

Property Value
TypeDescription
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
TypeDescription
string

Query

public string Query { get; set; }

Required. The query against which entries in scope should be matched.

Property Value
TypeDescription
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
TypeDescription
string