Storage Transfer v1 API - Class ListAgentPoolsResponse (2.5.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
RepeatedFieldAgentPool

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
IEnumeratorAgentPool