Class: Google::Cloud::ServiceManagement::V1::ListServiceConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceManagement::V1::ListServiceConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicemanagement/v1/servicemanager.rb
Overview
Response message for ListServiceConfigs method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The token of the next page of results.
-
#service_configs ⇒ ::Array<::Google::Api::Service>
The list of service configuration resources.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The token of the next page of results.
168 169 170 171 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 168 class ListServiceConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_configs ⇒ ::Array<::Google::Api::Service>
Returns The list of service configuration resources.
168 169 170 171 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 168 class ListServiceConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |