Google Cloud Ids V1 Client - Class ListEndpointsRequest (0.2.0)

Reference documentation and code samples for the Google Cloud Ids V1 Client class ListEndpointsRequest.

Generated from protobuf message google.cloud.ids.v1.ListEndpointsRequest

Methods

build

Parameter
NameDescription
parent string

Required. The parent, which owns this collection of endpoints. Please see {@see \Google\Cloud\Ids\V1\IDSClient::locationName()} for help formatting this field.

Returns
TypeDescription
Google\Cloud\Ids\V1\ListEndpointsRequest

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent, which owns this collection of endpoints.

↳ page_size int

Optional. The maximum number of endpoints to return. The service may return fewer than this value.

↳ page_token string

Optional. A page token, received from a previous ListEndpoints call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListEndpoints must match the call that provided the page token.

↳ filter string

Optional. The filter expression, following the syntax outlined in https://google.aip.dev/160.

↳ order_by string

Optional. One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.

getParent

Required. The parent, which owns this collection of endpoints.

Returns
TypeDescription
string

setParent

Required. The parent, which owns this collection of endpoints.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Optional. The maximum number of endpoints to return. The service may return fewer than this value.

Returns
TypeDescription
int

setPageSize

Optional. The maximum number of endpoints to return. The service may return fewer than this value.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Optional. A page token, received from a previous ListEndpoints call.

Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListEndpoints must match the call that provided the page token.

Returns
TypeDescription
string

setPageToken

Optional. A page token, received from a previous ListEndpoints call.

Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListEndpoints must match the call that provided the page token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

Optional. The filter expression, following the syntax outlined in https://google.aip.dev/160.

Returns
TypeDescription
string

setFilter

Optional. The filter expression, following the syntax outlined in https://google.aip.dev/160.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrderBy

Optional. One or more fields to compare and use to sort the output.

See https://google.aip.dev/132#ordering.

Returns
TypeDescription
string

setOrderBy

Optional. One or more fields to compare and use to sort the output.

See https://google.aip.dev/132#ordering.

Parameter
NameDescription
var string
Returns
TypeDescription
$this