Show / Hide Table of Contents

Class ProjectsResource.DatabasesResource.BackupSchedulesResource.GetRequest

Gets information about a backup schedule.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>
FirestoreBaseServiceRequest<GoogleFirestoreAdminV1BackupSchedule>
ProjectsResource.DatabasesResource.BackupSchedulesResource.GetRequest
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>.GetBody()
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.GetRequest : FirestoreBaseServiceRequest<GoogleFirestoreAdminV1BackupSchedule>, IClientServiceRequest<GoogleFirestoreAdminV1BackupSchedule>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

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

Name

Required. The name of the backup schedule. Format projects/{project}/databases/{database}/backupSchedules/{backup_schedule}

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { 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

InitParameters()

Initializes Get parameter list.

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

Implements

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