Class: Google::Cloud::AppHub::V1::ListServicesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AppHub::V1::ListServicesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apphub/v1/apphub_service.rb
Overview
Response for ListServices.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#services ⇒ ::Array<::Google::Cloud::AppHub::V1::Service>
List of Services.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
205 206 207 208 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 205 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#services ⇒ ::Array<::Google::Cloud::AppHub::V1::Service>
Returns List of Services.
205 206 207 208 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 205 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
205 206 207 208 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 205 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |