Data Lineage v1 API - Class ListProcessesResponse (1.3.0)

public sealed class ListProcessesResponse : IMessage<ListProcessesResponse>, IEquatable<ListProcessesResponse>, IDeepCloneable<ListProcessesResponse>, IBufferMessage, IMessage, IPageResponse<Process>, IEnumerable<Process>, IEnumerable

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

Response message for [ListProcesses][google.cloud.datacatalog.lineage.v1.ListProcesses].

Inheritance

object > ListProcessesResponse

Namespace

Google.Cloud.DataCatalog.Lineage.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Constructors

ListProcessesResponse()

public ListProcessesResponse()

ListProcessesResponse(ListProcessesResponse)

public ListProcessesResponse(ListProcessesResponse other)
Parameter
NameDescription
otherListProcessesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The token to specify as page_token in the next call to get the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

Processes

public RepeatedField<Process> Processes { get; }

The processes from the specified project and location.

Property Value
TypeDescription
RepeatedFieldProcess

Methods

GetEnumerator()

public IEnumerator<Process> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorProcess