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.
Implements
IMessageListJobMessagesResponse, IEquatableListJobMessagesResponse, IDeepCloneableListJobMessagesResponse, IBufferMessage, IMessage, IPageResponseJobMessage, IEnumerableJobMessage, 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 |
RepeatedFieldAutoscalingEvent |
JobMessages
public RepeatedField<JobMessage> JobMessages { get; }
Messages in ascending timestamp order.
Property Value | |
---|---|
Type | Description |
RepeatedFieldJobMessage |
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 |
IEnumeratorJobMessage |