Show / Hide Table of Contents

Class ListJobMessagesResponse

Response to a request to list job messages.

Inheritance
object
ListJobMessagesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ListJobMessagesResponse : IDirectResponseSchema

Properties

AutoscalingEvents

Autoscaling events in ascending timestamp order.

Declaration
[JsonProperty("autoscalingEvents")]
public virtual IList<AutoscalingEvent> AutoscalingEvents { get; set; }
Property Value
Type Description
IList<AutoscalingEvent>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

JobMessages

Messages in ascending timestamp order.

Declaration
[JsonProperty("jobMessages")]
public virtual IList<JobMessage> JobMessages { get; set; }
Property Value
Type Description
IList<JobMessage>

NextPageToken

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

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX