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.
Implements
IMessage<ListJobMessagesResponse>, IEquatable<ListJobMessagesResponse>, IDeepCloneable<ListJobMessagesResponse>, IBufferMessage, IMessage, IPageResponse<JobMessage>, IEnumerable<JobMessage>, IEnumerableNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
ListJobMessagesResponse()
public ListJobMessagesResponse()
ListJobMessagesResponse(ListJobMessagesResponse)
public ListJobMessagesResponse(ListJobMessagesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListJobMessagesResponse |
Properties
AutoscalingEvents
public RepeatedField<AutoscalingEvent> AutoscalingEvents { get; }
Autoscaling events in ascending timestamp order.
Property Value | |
---|---|
Type | Description |
RepeatedField<AutoscalingEvent> |
JobMessages
public RepeatedField<JobMessage> JobMessages { get; }
Messages in ascending timestamp order.
Property Value | |
---|---|
Type | Description |
RepeatedField<JobMessage> |
NextPageToken
public string NextPageToken { get; set; }
The token to obtain the next page of results if there are more.
Property Value | |
---|---|
Type | Description |
String |
Methods
GetEnumerator()
public IEnumerator<JobMessage> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<JobMessage> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |