Show / Hide Table of Contents

Class ProjectsResource.DatabasesResource.BackupSchedulesResource.ListRequest

List backup schedules.

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

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Firestore.v1.Data.GoogleFirestoreAdminV1ListBackupSchedulesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Firestore.v1.Data.GoogleFirestoreAdminV1ListBackupSchedulesResponse>.MethodName

Parent

Required. The parent database. Format is projects/{project}/databases/{database}.

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Firestore.v1.Data.GoogleFirestoreAdminV1ListBackupSchedulesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
FirestoreBaseServiceRequest<GoogleFirestoreAdminV1ListBackupSchedulesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX