Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class ListServicesRequest.
Request message for DataprocMetastore.ListServices .
Generated from protobuf message google.cloud.metastore.v1.ListServicesRequest
Methods
build
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}
. Please see
{@see \Google\Cloud\Metastore\V1\DataprocMetastoreClient::locationName()} for help formatting this field.
__construct
Constructor.
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}
.
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}
.
var
string
$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.
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.
var
int
$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.
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.
var
string
$this
getFilter
Optional. The filter to apply to list results.
string
setFilter
Optional. The filter to apply to list results.
var
string
$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.
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.
var
string
$this