Class ProjectsResource.InstancesResource.DatabasesResource.GetScansRequest
Request a specific scan with Database-specific data for Cloud Key Visualizer.
Inheritance
ProjectsResource.InstancesResource.DatabasesResource.GetScansRequest
Inherited Members
Namespace: Google.Apis.Spanner.v1
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class ProjectsResource.InstancesResource.DatabasesResource.GetScansRequest : SpannerBaseServiceRequest<Scan>, IClientServiceRequest<Scan>, IClientServiceRequest
Constructors
GetScansRequest(IClientService, string)
Constructs a new GetScans request.
Declaration
public GetScansRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
EndTime
object representation of EndTimeRaw.
Declaration
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
Type | Description |
---|---|
object |
EndTimeDateTimeOffset
Declaration
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
EndTimeRaw
String representation of EndTimeDateTimeOffset, formatted for inclusion in the HTTP request.
Declaration
[RequestParameter("endTime", RequestParameterType.Query)]
public virtual string EndTimeRaw { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The unique name of the scan containing the requested information, specific to the Database service implementing this interface.
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
StartTime
object representation of StartTimeRaw.
Declaration
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StartTimeDateTimeOffset
Declaration
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StartTimeRaw
String representation of StartTimeDateTimeOffset, formatted for inclusion in the HTTP request.
Declaration
[RequestParameter("startTime", RequestParameterType.Query)]
public virtual string StartTimeRaw { get; }
Property Value
Type | Description |
---|---|
string |
View
Specifies which parts of the Scan should be returned in the response. Note, if left unspecified, the FULL view is assumed.
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual ProjectsResource.InstancesResource.DatabasesResource.GetScansRequest.ViewEnum? View { get; set; }
Property Value
Type | Description |
---|---|
ProjectsResource.InstancesResource.DatabasesResource.GetScansRequest.ViewEnum? |
Methods
InitParameters()
Initializes GetScans parameter list.
Declaration
protected override void InitParameters()