Reference documentation and code samples for the Google Cloud Ids V1 Client class ListEndpointsRequest.
Generated from protobuf message google.cloud.ids.v1.ListEndpointsRequest
Methods
__construct
Constructor.
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.
string
setParent
Required. The parent, which owns this collection of endpoints.
var
string
$this
getPageSize
Optional. The maximum number of endpoints to return. The service may return fewer than this value.
int
setPageSize
Optional. The maximum number of endpoints to return. The service may return fewer than this value.
var
int
$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.
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.
var
string
$this
getFilter
Optional. The filter expression, following the syntax outlined in https://google.aip.dev/160 .
string
setFilter
Optional. The filter expression, following the syntax outlined in https://google.aip.dev/160 .
var
string
$this
getOrderBy
Optional. One or more fields to compare and use to sort the output.
string
setOrderBy
Optional. One or more fields to compare and use to sort the output.
var
string
$this