Class: Google::Cloud::ServiceDirectory::V1::ListEndpointsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceDirectory::V1::ListEndpointsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicedirectory/v1/registration_service.rb
Overview
The response message for RegistrationService.ListEndpoints.
Instance Attribute Summary collapse
-
#endpoints ⇒ ::Array<::Google::Cloud::ServiceDirectory::V1::Endpoint>
The list of endpoints.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
Instance Attribute Details
#endpoints ⇒ ::Array<::Google::Cloud::ServiceDirectory::V1::Endpoint>
Returns The list of endpoints.
344 345 346 347 |
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 344 class ListEndpointsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
344 345 346 347 |
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 344 class ListEndpointsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |