Show / Hide Table of Contents

Class AllowlistedDomainsResource.GetRequest

Retrieves a specific domain from the allowlist.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. Specifies the resource name of the domain to retrieve.

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
ClientServiceRequest<AllowlistedDomain>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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