Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ServersResource.ListRequest

Lists Servers in a given project and location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListServersResponse>
CloudFTPBaseServiceRequest<ListServersResponse>
ProjectsResource.LocationsResource.ServersResource.ListRequest
Implements
IClientServiceRequest<ListServersResponse>
IClientServiceRequest
Inherited Members
CloudFTPBaseServiceRequest<ListServersResponse>.Xgafv
CloudFTPBaseServiceRequest<ListServersResponse>.AccessToken
CloudFTPBaseServiceRequest<ListServersResponse>.Alt
CloudFTPBaseServiceRequest<ListServersResponse>.Callback
CloudFTPBaseServiceRequest<ListServersResponse>.Fields
CloudFTPBaseServiceRequest<ListServersResponse>.Key
CloudFTPBaseServiceRequest<ListServersResponse>.OauthToken
CloudFTPBaseServiceRequest<ListServersResponse>.PrettyPrint
CloudFTPBaseServiceRequest<ListServersResponse>.QuotaUser
CloudFTPBaseServiceRequest<ListServersResponse>.UploadType
CloudFTPBaseServiceRequest<ListServersResponse>.UploadProtocol
ClientServiceRequest<ListServersResponse>.Execute()
ClientServiceRequest<ListServersResponse>.ExecuteAsStream()
ClientServiceRequest<ListServersResponse>.ExecuteAsync()
ClientServiceRequest<ListServersResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListServersResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListServersResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListServersResponse>.CreateRequest(bool?)
ClientServiceRequest<ListServersResponse>.GenerateRequestUri()
ClientServiceRequest<ListServersResponse>.GetBody()
ClientServiceRequest<ListServersResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListServersResponse>.ETagAction
ClientServiceRequest<ListServersResponse>.ModifyRequest
ClientServiceRequest<ListServersResponse>.ValidateParameters
ClientServiceRequest<ListServersResponse>.ApiVersion
ClientServiceRequest<ListServersResponse>.RequestParameters
ClientServiceRequest<ListServersResponse>.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.CloudFTP.v1alpha
Assembly: Google.Apis.CloudFTP.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.ServersResource.ListRequest : CloudFTPBaseServiceRequest<ListServersResponse>, IClientServiceRequest<ListServersResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

Filter

Optional. Filtering results

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<ListServersResponse>.HttpMethod

MethodName

Gets the method name.

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

OrderBy

Optional. Hint for how to order the results

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

PageSize

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

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

PageToken

Optional. A token identifying a page of results the server should return.

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

Parent

Required. Parent value for ListServersRequest

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

RestPath

Gets the REST path.

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

View

Optional. The view of the Server resource to return.

Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.ServersResource.ListRequest.ViewEnum? View { get; set; }
Property Value
Type Description
ProjectsResource.LocationsResource.ServersResource.ListRequest.ViewEnum?

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudFTPBaseServiceRequest<ListServersResponse>.InitParameters()

Implements

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