public sealed class SearchLinksRequest : IMessage<SearchLinksRequest>, IEquatable<SearchLinksRequest>, IDeepCloneable<SearchLinksRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Data Lineage v1 API class SearchLinksRequest.
Request message for [SearchLinks][google.cloud.datacatalog.lineage.v1.Lineage.SearchLinks].
Implements
IMessageSearchLinksRequest, IEquatableSearchLinksRequest, IDeepCloneableSearchLinksRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DataCatalog.Lineage.V1Assembly
Google.Cloud.DataCatalog.Lineage.V1.dll
Constructors
SearchLinksRequest()
public SearchLinksRequest()
SearchLinksRequest(SearchLinksRequest)
public SearchLinksRequest(SearchLinksRequest other)
Parameter | |
---|---|
Name | Description |
other | SearchLinksRequest |
Properties
CriteriaCase
public SearchLinksRequest.CriteriaOneofCase CriteriaCase { get; }
Property Value | |
---|---|
Type | Description |
SearchLinksRequestCriteriaOneofCase |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of links to return in a single page of the response. A page may contain fewer links than this value. If unspecified, at most 10 links are returned.
Maximum value is 100; values greater than 100 are reduced to 100.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. The page token received from a previous SearchLinksRequest
call. Use it to get the next page.
When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The project and location you want search in.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
Source
public EntityReference Source { get; set; }
Optional. Send asset information in the source field to retrieve all links that lead from the specified asset to downstream assets.
Property Value | |
---|---|
Type | Description |
EntityReference |
Target
public EntityReference Target { get; set; }
Optional. Send asset information in the target field to retrieve all links that lead from upstream assets to the specified asset.
Property Value | |
---|---|
Type | Description |
EntityReference |