public sealed class ListTransportsResponse : IMessage<ListTransportsResponse>, IEquatable<ListTransportsResponse>, IDeepCloneable<ListTransportsResponse>, IBufferMessage, IMessage, IPageResponse<Transport>, IEnumerable<Transport>, IEnumerableReference documentation and code samples for the Network Connectivity v1beta API class ListTransportsResponse.
Message for response to listing Transports.
Implements
IMessageListTransportsResponse, IEquatableListTransportsResponse, IDeepCloneableListTransportsResponse, IBufferMessage, IMessage, IPageResponseTransport, IEnumerableTransport, IEnumerableNamespace
Google.Cloud.NetworkConnectivity.V1BetaAssembly
Google.Cloud.NetworkConnectivity.V1Beta.dll
Constructors
ListTransportsResponse()
public ListTransportsResponse()ListTransportsResponse(ListTransportsResponse)
public ListTransportsResponse(ListTransportsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTransportsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Transports
public RepeatedField<Transport> Transports { get; }The list of Transport.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTransport |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Unordered list. Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<Transport> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorTransport |
|