Dataflow v1beta3 API - Class ListJobMessagesResponse (2.0.0-beta06)

public sealed class ListJobMessagesResponse : IMessage<ListJobMessagesResponse>, IEquatable<ListJobMessagesResponse>, IDeepCloneable<ListJobMessagesResponse>, IBufferMessage, IMessage, IPageResponse<JobMessage>, IEnumerable<JobMessage>, IEnumerable

Reference documentation and code samples for the Dataflow v1beta3 API class ListJobMessagesResponse.

Response to a request to list job messages.

Inheritance

object > ListJobMessagesResponse

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

ListJobMessagesResponse()

public ListJobMessagesResponse()

ListJobMessagesResponse(ListJobMessagesResponse)

public ListJobMessagesResponse(ListJobMessagesResponse other)
Parameter
NameDescription
otherListJobMessagesResponse

Properties

AutoscalingEvents

public RepeatedField<AutoscalingEvent> AutoscalingEvents { get; }

Autoscaling events in ascending timestamp order.

Property Value
TypeDescription
RepeatedFieldAutoscalingEvent

JobMessages

public RepeatedField<JobMessage> JobMessages { get; }

Messages in ascending timestamp order.

Property Value
TypeDescription
RepeatedFieldJobMessage

NextPageToken

public string NextPageToken { get; set; }

The token to obtain the next page of results if there are more.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<JobMessage> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorJobMessage