Show / Hide Table of Contents

Class ProjectsResource.AgentPoolsResource.ListRequest

Lists agent pools.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListAgentPoolsResponse>
StoragetransferBaseServiceRequest<ListAgentPoolsResponse>
ProjectsResource.AgentPoolsResource.ListRequest
Implements
IClientServiceRequest<ListAgentPoolsResponse>
IClientServiceRequest
Inherited Members
StoragetransferBaseServiceRequest<ListAgentPoolsResponse>.Xgafv
StoragetransferBaseServiceRequest<ListAgentPoolsResponse>.AccessToken
StoragetransferBaseServiceRequest<ListAgentPoolsResponse>.Alt
StoragetransferBaseServiceRequest<ListAgentPoolsResponse>.Callback
StoragetransferBaseServiceRequest<ListAgentPoolsResponse>.Fields
StoragetransferBaseServiceRequest<ListAgentPoolsResponse>.Key
StoragetransferBaseServiceRequest<ListAgentPoolsResponse>.OauthToken
StoragetransferBaseServiceRequest<ListAgentPoolsResponse>.PrettyPrint
StoragetransferBaseServiceRequest<ListAgentPoolsResponse>.QuotaUser
StoragetransferBaseServiceRequest<ListAgentPoolsResponse>.UploadType
StoragetransferBaseServiceRequest<ListAgentPoolsResponse>.UploadProtocol
ClientServiceRequest<ListAgentPoolsResponse>.Execute()
ClientServiceRequest<ListAgentPoolsResponse>.ExecuteAsStream()
ClientServiceRequest<ListAgentPoolsResponse>.ExecuteAsync()
ClientServiceRequest<ListAgentPoolsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListAgentPoolsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListAgentPoolsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListAgentPoolsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListAgentPoolsResponse>.GenerateRequestUri()
ClientServiceRequest<ListAgentPoolsResponse>.GetBody()
ClientServiceRequest<ListAgentPoolsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListAgentPoolsResponse>.ETagAction
ClientServiceRequest<ListAgentPoolsResponse>.ModifyRequest
ClientServiceRequest<ListAgentPoolsResponse>.ValidateParameters
ClientServiceRequest<ListAgentPoolsResponse>.ApiVersion
ClientServiceRequest<ListAgentPoolsResponse>.RequestParameters
ClientServiceRequest<ListAgentPoolsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Storagetransfer.v1
Assembly: Google.Apis.Storagetransfer.v1.dll
Syntax
public class ProjectsResource.AgentPoolsResource.ListRequest : StoragetransferBaseServiceRequest<ListAgentPoolsResponse>, IClientServiceRequest<ListAgentPoolsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string projectId)
Parameters
Type Name Description
IClientService service
string projectId

Properties

Filter

An optional list of query parameters specified as JSON text in the form of: {"agentPoolNames":["agentpool1","agentpool2",...]} Since agentPoolNames support multiple values, its values must be specified with array notation. When the filter is either empty or not provided, the list returns all agent pools for the project.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListAgentPoolsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListAgentPoolsResponse>.MethodName

PageSize

The list page size. The max allowed value is 256.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

The list page token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

ProjectId

Required. The ID of the Google Cloud project that owns the job.

Declaration
[RequestParameter("projectId", RequestParameterType.Path)]
public virtual string ProjectId { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListAgentPoolsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
StoragetransferBaseServiceRequest<ListAgentPoolsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX