Class: Google::Cloud::ApiHub::V1::ListHostProjectRegistrationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::ListHostProjectRegistrationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/host_project_registration_service.rb
Overview
The ListHostProjectRegistrations method's response.
Instance Attribute Summary collapse
-
#host_project_registrations ⇒ ::Array<::Google::Cloud::ApiHub::V1::HostProjectRegistration>
The list of host project registrations.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#host_project_registrations ⇒ ::Array<::Google::Cloud::ApiHub::V1::HostProjectRegistration>
Returns The list of host project registrations.
115 116 117 118 |
# File 'proto_docs/google/cloud/apihub/v1/host_project_registration_service.rb', line 115 class ListHostProjectRegistrationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
115 116 117 118 |
# File 'proto_docs/google/cloud/apihub/v1/host_project_registration_service.rb', line 115 class ListHostProjectRegistrationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |