Class: Google::Cloud::ServiceUsage::V1::ListServicesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceUsage::V1::ListServicesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/serviceusage/v1/serviceusage.rb
Overview
Response message for the ListServices
method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token that can be passed to
ListServices
to resume a paginated query. -
#services ⇒ ::Array<::Google::Cloud::ServiceUsage::V1::Service>
The available services for the requested project.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token that can be passed to ListServices
to resume a paginated
query.
151 152 153 154 |
# File 'proto_docs/google/api/serviceusage/v1/serviceusage.rb', line 151 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#services ⇒ ::Array<::Google::Cloud::ServiceUsage::V1::Service>
Returns The available services for the requested project.
151 152 153 154 |
# File 'proto_docs/google/api/serviceusage/v1/serviceusage.rb', line 151 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |