Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ManagementServersResource.ListRequest

Lists ManagementServers in a given project and location.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListManagementServersResponse>.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. The project and location for which to retrieve management servers information, in the format 'projects/{project_id}/locations/{location}'. In Cloud BackupDR, locations map to Google Cloud regions, for example us-central1. To retrieve management servers for all locations, use "-" for the '{location}' value.

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<ListManagementServersResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
BackupdrBaseServiceRequest<ListManagementServersResponse>.InitParameters()

Implements

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