Show / Hide Table of Contents

Class ProjectsResource.InstancesResource.DatabasesResource.BackupSchedulesResource.GetRequest

Gets backup schedule for the input schedule name.

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

MethodName

Gets the method name.

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

Name

Required. The name of the schedule to retrieve. Values are of the form projects//instances//databases//backupSchedules/.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
SpannerBaseServiceRequest<BackupSchedule>.InitParameters()

Implements

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