API hub v1 API - Class ListHostProjectRegistrationsResponse (1.0.0-beta02)

public sealed class ListHostProjectRegistrationsResponse : IMessage<ListHostProjectRegistrationsResponse>, IEquatable<ListHostProjectRegistrationsResponse>, IDeepCloneable<ListHostProjectRegistrationsResponse>, IBufferMessage, IMessage, IPageResponse<HostProjectRegistration>, IEnumerable<HostProjectRegistration>, IEnumerable

Reference documentation and code samples for the API hub v1 API class ListHostProjectRegistrationsResponse.

The [ListHostProjectRegistrations][google.cloud.apihub.v1.HostProjectRegistrationService.ListHostProjectRegistrations] method's response.

Inheritance

object > ListHostProjectRegistrationsResponse

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

ListHostProjectRegistrationsResponse()

public ListHostProjectRegistrationsResponse()

ListHostProjectRegistrationsResponse(ListHostProjectRegistrationsResponse)

public ListHostProjectRegistrationsResponse(ListHostProjectRegistrationsResponse other)
Parameter
Name Description
other ListHostProjectRegistrationsResponse

Properties

HostProjectRegistrations

public RepeatedField<HostProjectRegistration> HostProjectRegistrations { get; }

The list of host project registrations.

Property Value
Type Description
RepeatedFieldHostProjectRegistration

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<HostProjectRegistration> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorHostProjectRegistration