Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::ListHostProjectRegistrationsResponse.
The ListHostProjectRegistrations method's response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#host_project_registrations
def host_project_registrations() -> ::Array<::Google::Cloud::ApiHub::V1::HostProjectRegistration>
Returns
- (::Array<::Google::Cloud::ApiHub::V1::HostProjectRegistration>) — The list of host project registrations.
#host_project_registrations=
def host_project_registrations=(value) -> ::Array<::Google::Cloud::ApiHub::V1::HostProjectRegistration>
Parameter
- value (::Array<::Google::Cloud::ApiHub::V1::HostProjectRegistration>) — The list of host project registrations.
Returns
- (::Array<::Google::Cloud::ApiHub::V1::HostProjectRegistration>) — The list of host project registrations.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
-
(::String) — A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.