public sealed class ListServersResponse : IPageResponse<Server>, IEnumerable<Server>, IEnumerable, IMessage<ListServersResponse>, IEquatable<ListServersResponse>, IDeepCloneable<ListServersResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud FTP v1 API class ListServersResponse.
Message for response to listing Servers
Implements
IPageResponseServer, IEnumerableServer, IEnumerable, IMessageListServersResponse, IEquatableListServersResponse, IDeepCloneableListServersResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Ftp.V1Assembly
Google.Cloud.Ftp.V1.dll
Constructors
ListServersResponse()
public ListServersResponse()ListServersResponse(ListServersResponse)
public ListServersResponse(ListServersResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListServersResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Servers
public RepeatedField<Server> Servers { get; }The list of Server
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldServer |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Unordered list. Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<Server> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorServer |
|