Class: Google::Cloud::Metastore::V1::ListServicesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1::ListServicesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1/metastore.rb
Overview
Response message for DataprocMetastore.ListServices.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token that can be sent as
page_tokento retrieve the next page. -
#services ⇒ ::Array<::Google::Cloud::Metastore::V1::Service>
The services in the specified location.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
736 737 738 739 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 736 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#services ⇒ ::Array<::Google::Cloud::Metastore::V1::Service>
736 737 738 739 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 736 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
736 737 738 739 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 736 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |