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
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setJobMessages
Messages in ascending timestamp order.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dataflow\V1beta3\JobMessage>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
The token to obtain the next page of results if there are more.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
The token to obtain the next page of results if there are more.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAutoscalingEvents
Autoscaling events in ascending timestamp order.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAutoscalingEvents
Autoscaling events in ascending timestamp order.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dataflow\V1beta3\AutoscalingEvent>
|
Returns | |
---|---|
Type | Description |
$this |