Data Lineage v1 API - Class BatchSearchLinkProcessesResponse (1.3.0)

public sealed class BatchSearchLinkProcessesResponse : IMessage<BatchSearchLinkProcessesResponse>, IEquatable<BatchSearchLinkProcessesResponse>, IDeepCloneable<BatchSearchLinkProcessesResponse>, IBufferMessage, IMessage, IPageResponse<ProcessLinks>, IEnumerable<ProcessLinks>, IEnumerable

Reference documentation and code samples for the Data Lineage v1 API class BatchSearchLinkProcessesResponse.

Response message for [BatchSearchLinkProcesses][google.cloud.datacatalog.lineage.v1.Lineage.BatchSearchLinkProcesses].

Inheritance

object > BatchSearchLinkProcessesResponse

Namespace

Google.Cloud.DataCatalog.Lineage.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Constructors

BatchSearchLinkProcessesResponse()

public BatchSearchLinkProcessesResponse()

BatchSearchLinkProcessesResponse(BatchSearchLinkProcessesResponse)

public BatchSearchLinkProcessesResponse(BatchSearchLinkProcessesResponse other)
Parameter
NameDescription
otherBatchSearchLinkProcessesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The token to specify as page_token in the subsequent call to get the next page. Omitted if there are no more pages in the response.

Property Value
TypeDescription
string
public RepeatedField<ProcessLinks> ProcessLinks { get; }

An array of processes associated with the specified links.

Property Value
TypeDescription
RepeatedFieldProcessLinks

Methods

GetEnumerator()

public IEnumerator<ProcessLinks> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorProcessLinks