Class ListServicesResponse (1.6.2)

ListServicesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for DataprocMetastore.ListServices.

Attributes

NameDescription
services Sequence[google.cloud.metastore_v1beta.types.Service]
The services in the specified location.
next_page_token str
A token that can be sent as ``page_token`` to retrieve the next page. If this field is omitted, there are no subsequent pages.
unreachable Sequence[str]
Locations that could not be reached.

Inheritance

builtins.object > proto.message.Message > ListServicesResponse