Show / Hide Table of Contents

Class AllowlistedDomainsResource.ListRequest

Lists the domains in the allowlist.

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

Constructors

ListRequest(IClientService)

Constructs a new List request.

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

Properties

Filter

Optional. Provides an optional filter for list results. Currently, only exact matches on the domain are supported, such as "domain = 'google.com'", with no composite conditions.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. Specifies the requested page size. If unspecified, the service returns at most 5000 domains. The maximum value is 5000; values above 5000 coerce to 5000. The limits can change over time.

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

PageToken

Optional. Identifies a token from a previous page of results, if any.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudIdentityBaseServiceRequest<ListAllowlistedDomainsResponse>.InitParameters()

Implements

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