Google Cloud Dataflow V1beta3 Client - Class ListJobMessagesResponse (0.3.10)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class ListJobMessagesResponse.

Response to a request to list job messages.

Generated from protobuf message google.dataflow.v1beta3.ListJobMessagesResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ job_messages array<Google\Cloud\Dataflow\V1beta3\JobMessage>

Messages in ascending timestamp order.

↳ next_page_token string

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

↳ autoscaling_events array<Google\Cloud\Dataflow\V1beta3\AutoscalingEvent>

Autoscaling events in ascending timestamp order.

getJobMessages

Messages in ascending timestamp order.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setJobMessages

Messages in ascending timestamp order.

Parameter
NameDescription
var array<Google\Cloud\Dataflow\V1beta3\JobMessage>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAutoscalingEvents

Autoscaling events in ascending timestamp order.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAutoscalingEvents

Autoscaling events in ascending timestamp order.

Parameter
NameDescription
var array<Google\Cloud\Dataflow\V1beta3\AutoscalingEvent>
Returns
TypeDescription
$this