Show / Hide Table of Contents

Class HashListsResource.ListRequest

List hash lists. In the V5 API, Google will never remove a hash list that has ever been returned by this method. This enables clients to skip using this method and simply hard-code all hash lists they need. This is a standard List method as defined by https://google.aip.dev/132 and the HTTP method is GET.

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

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of hash lists to return. The service may return fewer than this value. If unspecified, the server will choose a page size, which may be larger than the number of hash lists so that pagination is not necessary.

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

PageToken

A page token, received from a previous ListHashLists call. Provide this to retrieve the subsequent page.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV5ListHashListsResponse>.InitParameters()

Implements

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