Show / Hide Table of Contents

Class ProjectsResource.ScanConfigsResource.ListRequest

Lists ScanConfigs under a given project.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListScanConfigsResponse>
WebSecurityScannerBaseServiceRequest<ListScanConfigsResponse>
ProjectsResource.ScanConfigsResource.ListRequest
Implements
IClientServiceRequest<ListScanConfigsResponse>
IClientServiceRequest
Inherited Members
WebSecurityScannerBaseServiceRequest<ListScanConfigsResponse>.Xgafv
WebSecurityScannerBaseServiceRequest<ListScanConfigsResponse>.AccessToken
WebSecurityScannerBaseServiceRequest<ListScanConfigsResponse>.Alt
WebSecurityScannerBaseServiceRequest<ListScanConfigsResponse>.Callback
WebSecurityScannerBaseServiceRequest<ListScanConfigsResponse>.Fields
WebSecurityScannerBaseServiceRequest<ListScanConfigsResponse>.Key
WebSecurityScannerBaseServiceRequest<ListScanConfigsResponse>.OauthToken
WebSecurityScannerBaseServiceRequest<ListScanConfigsResponse>.PrettyPrint
WebSecurityScannerBaseServiceRequest<ListScanConfigsResponse>.QuotaUser
WebSecurityScannerBaseServiceRequest<ListScanConfigsResponse>.UploadType
WebSecurityScannerBaseServiceRequest<ListScanConfigsResponse>.UploadProtocol
ClientServiceRequest<ListScanConfigsResponse>.Execute()
ClientServiceRequest<ListScanConfigsResponse>.ExecuteAsStream()
ClientServiceRequest<ListScanConfigsResponse>.ExecuteAsync()
ClientServiceRequest<ListScanConfigsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListScanConfigsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListScanConfigsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListScanConfigsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListScanConfigsResponse>.GenerateRequestUri()
ClientServiceRequest<ListScanConfigsResponse>.GetBody()
ClientServiceRequest<ListScanConfigsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListScanConfigsResponse>.ETagAction
ClientServiceRequest<ListScanConfigsResponse>.ModifyRequest
ClientServiceRequest<ListScanConfigsResponse>.ValidateParameters
ClientServiceRequest<ListScanConfigsResponse>.ApiVersion
ClientServiceRequest<ListScanConfigsResponse>.RequestParameters
ClientServiceRequest<ListScanConfigsResponse>.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.WebSecurityScanner.v1beta
Assembly: Google.Apis.WebSecurityScanner.v1beta.dll
Syntax
public class ProjectsResource.ScanConfigsResource.ListRequest : WebSecurityScannerBaseServiceRequest<ListScanConfigsResponse>, IClientServiceRequest<ListScanConfigsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.WebSecurityScanner.v1beta.Data.ListScanConfigsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.WebSecurityScanner.v1beta.Data.ListScanConfigsResponse>.MethodName

PageSize

The maximum number of ScanConfigs to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A token identifying a page of results to be returned. This should be a next_page_token value returned from a previous List request. If unspecified, the first page of results is returned.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The parent resource name, which should be a project resource name in the format 'projects/{projectId}'.

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.WebSecurityScanner.v1beta.Data.ListScanConfigsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
WebSecurityScannerBaseServiceRequest<ListScanConfigsResponse>.InitParameters()

Implements

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