Google Cloud Dataproc Metastore V1alpha Client - Class ListServicesRequest (0.11.0)

Reference documentation and code samples for the Google Cloud Dataproc Metastore V1alpha Client class ListServicesRequest.

Request message for DataprocMetastore.ListServices.

Generated from protobuf message google.cloud.metastore.v1alpha.ListServicesRequest

Namespace

Google \ Cloud \ Metastore \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The relative resource name of the location of metastore services to list, in the following form: projects/{project_number}/locations/{location_id}.

↳ page_size int

Optional. The maximum number of services to return. The response may contain less than the maximum number. If unspecified, no more than 500 services are returned. The maximum value is 1000; values above 1000 are changed to 1000.

↳ page_token string

Optional. A page token, received from a previous DataprocMetastore.ListServices call. Provide this token to retrieve the subsequent page. To retrieve the first page, supply an empty page token. When paginating, other parameters provided to DataprocMetastore.ListServices must match the call that provided the page token.

↳ filter string

Optional. The filter to apply to list results.

↳ order_by string

Optional. Specify the ordering of results as described in Sorting Order. If not specified, the results will be sorted in the default order.

getParent

Required. The relative resource name of the location of metastore services to list, in the following form: projects/{project_number}/locations/{location_id}.

Returns
TypeDescription
string

setParent

Required. The relative resource name of the location of metastore services to list, in the following form: projects/{project_number}/locations/{location_id}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Optional. The maximum number of services to return. The response may contain less than the maximum number. If unspecified, no more than 500 services are returned. The maximum value is 1000; values above 1000 are changed to 1000.

Returns
TypeDescription
int

setPageSize

Optional. The maximum number of services to return. The response may contain less than the maximum number. If unspecified, no more than 500 services are returned. The maximum value is 1000; values above 1000 are changed to 1000.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Optional. A page token, received from a previous DataprocMetastore.ListServices call. Provide this token to retrieve the subsequent page.

To retrieve the first page, supply an empty page token. When paginating, other parameters provided to DataprocMetastore.ListServices must match the call that provided the page token.

Returns
TypeDescription
string

setPageToken

Optional. A page token, received from a previous DataprocMetastore.ListServices call. Provide this token to retrieve the subsequent page.

To retrieve the first page, supply an empty page token. When paginating, other parameters provided to DataprocMetastore.ListServices must match the call that provided the page token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

Optional. The filter to apply to list results.

Returns
TypeDescription
string

setFilter

Optional. The filter to apply to list results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrderBy

Optional. Specify the ordering of results as described in Sorting Order.

If not specified, the results will be sorted in the default order.

Returns
TypeDescription
string

setOrderBy

Optional. Specify the ordering of results as described in Sorting Order.

If not specified, the results will be sorted in the default order.

Parameter
NameDescription
var string
Returns
TypeDescription
$this