Storage Transfer v1 API - Class ListAgentPoolsResponse (2.2.0)

public sealed class ListAgentPoolsResponse : IPageResponse<AgentPool>, IEnumerable<AgentPool>, IEnumerable, IMessage<ListAgentPoolsResponse>, IEquatable<ListAgentPoolsResponse>, IDeepCloneable<ListAgentPoolsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Storage Transfer v1 API class ListAgentPoolsResponse.

Response from ListAgentPools.

Inheritance

Object > ListAgentPoolsResponse

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Constructors

ListAgentPoolsResponse()

public ListAgentPoolsResponse()

ListAgentPoolsResponse(ListAgentPoolsResponse)

public ListAgentPoolsResponse(ListAgentPoolsResponse other)
Parameter
NameDescription
otherListAgentPoolsResponse

Properties

AgentPools

public RepeatedField<AgentPool> AgentPools { get; }

A list of agent pools.

Property Value
TypeDescription
RepeatedField<AgentPool>

NextPageToken

public string NextPageToken { get; set; }

The list next page token.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<AgentPool> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<AgentPool>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator