Show / Hide Table of Contents

Class ProjectsResource.DatabasesResource.BackupSchedulesResource.CreateRequest

Creates a backup schedule on a database. At most two backup schedules can be configured on a database, one daily backup schedule and one weekly backup schedule.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>
FirestoreBaseServiceRequest<GoogleFirestoreAdminV1BackupSchedule>
ProjectsResource.DatabasesResource.BackupSchedulesResource.CreateRequest
Implements
IClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>
IClientServiceRequest
Inherited Members
FirestoreBaseServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.Xgafv
FirestoreBaseServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.AccessToken
FirestoreBaseServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.Alt
FirestoreBaseServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.Callback
FirestoreBaseServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.Fields
FirestoreBaseServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.Key
FirestoreBaseServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.OauthToken
FirestoreBaseServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.PrettyPrint
FirestoreBaseServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.QuotaUser
FirestoreBaseServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.UploadType
FirestoreBaseServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.UploadProtocol
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.Execute()
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.ExecuteAsStream()
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.ExecuteAsync()
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.CreateRequest(bool?)
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.GenerateRequestUri()
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.ETagAction
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.ModifyRequest
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.ValidateParameters
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.ApiVersion
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.RequestParameters
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.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.CreateRequest : FirestoreBaseServiceRequest<GoogleFirestoreAdminV1BackupSchedule>, IClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>, IClientServiceRequest

Constructors

CreateRequest(IClientService, GoogleFirestoreAdminV1BackupSchedule, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GoogleFirestoreAdminV1BackupSchedule body, string parent)
Parameters
Type Name Description
IClientService service
GoogleFirestoreAdminV1BackupSchedule body
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The parent database. Format 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
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>.GetBody()

InitParameters()

Initializes Create parameter list.

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

Implements

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