Class ListJobMessagesResponse (1.0.0-beta03)

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

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
RepeatedField<AutoscalingEvent>

JobMessages

public RepeatedField<JobMessage> JobMessages { get; }

Messages in ascending timestamp order.

Property Value
TypeDescription
RepeatedField<JobMessage>

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
IEnumerator<JobMessage>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator