public sealed class ListNetworksResponse : IPageResponse<Network>, IEnumerable<Network>, IEnumerable, IMessage<ListNetworksResponse>, IEquatable<ListNetworksResponse>, IDeepCloneable<ListNetworksResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class ListNetworksResponse.
Message for response to listing Networks
Implements
IPageResponseNetwork, IEnumerableNetwork, IEnumerable, IMessageListNetworksResponse, IEquatableListNetworksResponse, IDeepCloneableListNetworksResponse, IBufferMessage, IMessageNamespace
Google.Cloud.EdgeNetwork.V1Assembly
Google.Cloud.EdgeNetwork.V1.dll
Constructors
ListNetworksResponse()
public ListNetworksResponse()
ListNetworksResponse(ListNetworksResponse)
public ListNetworksResponse(ListNetworksResponse other)
Parameter | |
---|---|
Name | Description |
other | ListNetworksResponse |
Properties
Networks
public RepeatedField<Network> Networks { get; }
The list of Network
Property Value | |
---|---|
Type | Description |
RepeatedFieldNetwork |
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
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<Network> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorNetwork |