public sealed class BatchSearchLinkProcessesRequest : IMessage<BatchSearchLinkProcessesRequest>, IEquatable<BatchSearchLinkProcessesRequest>, IDeepCloneable<BatchSearchLinkProcessesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Data Lineage v1 API class BatchSearchLinkProcessesRequest.
Request message for [BatchSearchLinkProcesses][google.cloud.datacatalog.lineage.v1.Lineage.BatchSearchLinkProcesses].
Implements
IMessageBatchSearchLinkProcessesRequest, IEquatableBatchSearchLinkProcessesRequest, IDeepCloneableBatchSearchLinkProcessesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DataCatalog.Lineage.V1Assembly
Google.Cloud.DataCatalog.Lineage.V1.dll
Constructors
BatchSearchLinkProcessesRequest()
public BatchSearchLinkProcessesRequest()
BatchSearchLinkProcessesRequest(BatchSearchLinkProcessesRequest)
public BatchSearchLinkProcessesRequest(BatchSearchLinkProcessesRequest other)
Parameter | |
---|---|
Name | Description |
other |
BatchSearchLinkProcessesRequest |
Properties
Links
public RepeatedField<string> Links { get; }
Required. An array of links to check for their associated LineageProcesses.
The maximum number of items in this array is 100.
If the request contains more than 100 links, it returns the
INVALID_ARGUMENT
error.
Format: projects/{project}/locations/{location}/links/{link}
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
PageSize
public int PageSize { get; set; }
The maximum number of processes to return in a single page of the response. A page may contain fewer results than this value.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The page token received from a previous BatchSearchLinkProcesses
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 where you want to search.
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 |