Reference documentation and code samples for the Google Cloud Batch V1 Client class ListTasksResponse.
ListTasks Response.
Generated from protobuf message google.cloud.batch.v1.ListTasksResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ tasks
↳ next_page_token
string
Next page token.
↳ unreachable
array
Locations that could not be reached.
getTasks
Tasks.
Generated from protobuf field repeated .google.cloud.batch.v1.Task tasks = 1;
Google\Protobuf\Internal\RepeatedField
setTasks
Tasks.
Generated from protobuf field repeated .google.cloud.batch.v1.Task tasks = 1;
$this
getNextPageToken
Next page token.
Generated from protobuf field string next_page_token = 2;
string
setNextPageToken
Next page token.
Generated from protobuf field string next_page_token = 2;
var
string
$this
getUnreachable
Locations that could not be reached.
Generated from protobuf field repeated string unreachable = 3;
Google\Protobuf\Internal\RepeatedField
setUnreachable
Locations that could not be reached.
Generated from protobuf field repeated string unreachable = 3;
var
string[]
$this