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 v1 API class ListHubsResponse.
Response for [HubService.ListHubs][google.cloud.networkconnectivity.v1.HubService.ListHubs] method.
Implements
IMessage<ListHubsResponse>, IEquatable<ListHubsResponse>, IDeepCloneable<ListHubsResponse>, IBufferMessage, IMessage, IPageResponse<Hub>, IEnumerable<Hub>, IEnumerableNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
ListHubsResponse()
public ListHubsResponse()ListHubsResponse(ListHubsResponse)
public ListHubsResponse(ListHubsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListHubsResponse |
Properties
Hubs
public RepeatedField<Hub> Hubs { get; }The requested hubs.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Hub> |
|
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 |
RepeatedField<String> |
|
Methods
GetEnumerator()
public IEnumerator<Hub> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Hub> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|