Class ProjectsResource.InstancesResource.DatabasesResource.GetScansRequest
Request a specific scan with Database-specific data for Cloud Key Visualizer.
Inheritance
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
The upper bound for the time range to retrieve Scan data for.
Declaration
[RequestParameter("endTime", RequestParameterType.Query)]
public virtual object EndTime { get; set; }
Property Value
Type | Description |
---|---|
object |
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
These fields restrict the Database-specific information returned in the Scan.data
field. If a
View
is provided that does not include the Scan.data
field, these are ignored. This range of
time must be entirely contained within the defined time range of the targeted scan. The lower
bound for the time range to retrieve Scan data for.
Declaration
[RequestParameter("startTime", RequestParameterType.Query)]
public virtual object StartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
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()