Google Cloud Tpu V1 Client - Class ListTensorFlowVersionsRequest (1.4.5)

Reference documentation and code samples for the Google Cloud Tpu V1 Client class ListTensorFlowVersionsRequest.

Request for ListTensorFlowVersions.

Generated from protobuf message google.cloud.tpu.v1.ListTensorFlowVersionsRequest

Namespace

Google \ Cloud \ Tpu \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource name.

↳ page_size int

The maximum number of items to return.

↳ page_token string

The next_page_token value returned from a previous List request, if any.

↳ filter string

List filter.

↳ order_by string

Sort results.

getParent

Required. The parent resource name.

Returns
Type Description
string

setParent

Required. The parent resource name.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

The maximum number of items to return.

Returns
Type Description
int

setPageSize

The maximum number of items to return.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

The next_page_token value returned from a previous List request, if any.

Returns
Type Description
string

setPageToken

The next_page_token value returned from a previous List request, if any.

Parameter
Name Description
var string
Returns
Type Description
$this

getFilter

List filter.

Returns
Type Description
string

setFilter

List filter.

Parameter
Name Description
var string
Returns
Type Description
$this

getOrderBy

Sort results.

Returns
Type Description
string

setOrderBy

Sort results.

Parameter
Name Description
var string
Returns
Type Description
$this