Network Connectivity v1 API - Class ListHubsResponse (2.7.0)

public sealed class ListHubsResponse : IMessage<ListHubsResponse>, IEquatable<ListHubsResponse>, IDeepCloneable<ListHubsResponse>, IBufferMessage, IMessage, IPageResponse<Hub>, IEnumerable<Hub>, IEnumerable

Reference documentation and code samples for the Network Connectivity v1 API class ListHubsResponse.

Response for [HubService.ListHubs][google.cloud.networkconnectivity.v1.HubService.ListHubs] method.

Inheritance

object > ListHubsResponse

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

ListHubsResponse()

public ListHubsResponse()

ListHubsResponse(ListHubsResponse)

public ListHubsResponse(ListHubsResponse other)
Parameter
NameDescription
otherListHubsResponse

Properties

Hubs

public RepeatedField<Hub> Hubs { get; }

The requested hubs.

Property Value
TypeDescription
RepeatedFieldHub

NextPageToken

public string NextPageToken { get; set; }

The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Hub> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorHub