public sealed class ListHubsResponse : IMessage<ListHubsResponse>, IEquatable<ListHubsResponse>, IDeepCloneable<ListHubsResponse>, IBufferMessage, IMessage, IPageResponse<Hub>, IEnumerable<Hub>, IEnumerableReference documentation and code samples for the Network Connectivity v1alpha1 API class ListHubsResponse.
Response for [HubService.ListHubs][google.cloud.networkconnectivity.v1alpha1.HubService.ListHubs] method.
Implements
IMessageListHubsResponse, IEquatableListHubsResponse, IDeepCloneableListHubsResponse, IBufferMessage, IMessage, IPageResponseHub, IEnumerableHub, IEnumerableNamespace
Google.Cloud.NetworkConnectivity.V1Alpha1Assembly
Google.Cloud.NetworkConnectivity.V1Alpha1.dll
Constructors
ListHubsResponse()
public ListHubsResponse()ListHubsResponse(ListHubsResponse)
public ListHubsResponse(ListHubsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListHubsResponse |
Properties
Hubs
public RepeatedField<Hub> Hubs { get; }Hubs to be returned.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldHub |
|
NextPageToken
public string NextPageToken { get; set; }The next pagination token in the List response. It should be used as page_token for the following request. An empty value means no more result.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<Hub> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorHub |
|