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].
Implements
IMessageListProcessesResponse, IEquatableListProcessesResponse, IDeepCloneableListProcessesResponse, IBufferMessage, IMessage, IPageResponseProcess, IEnumerableProcess, IEnumerableNamespace
Google.Cloud.DataCatalog.Lineage.V1Assembly
Google.Cloud.DataCatalog.Lineage.V1.dll
Constructors
ListProcessesResponse()
public ListProcessesResponse()
ListProcessesResponse(ListProcessesResponse)
public ListProcessesResponse(ListProcessesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListProcessesResponse |
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 | |
---|---|
Type | Description |
string |
Processes
public RepeatedField<Process> Processes { get; }
The processes from the specified project and location.
Property Value | |
---|---|
Type | Description |
RepeatedFieldProcess |
Methods
GetEnumerator()
public IEnumerator<Process> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorProcess |