Show / Hide Table of Contents

Class AccountsResource.CheckCloudIdentityAccountsExistRequest

Confirms the existence of Cloud Identity accounts based on the domain and if the Cloud Identity accounts are owned by the reseller. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * INVALID_VALUE: Invalid domain value in the request. Return value: A list of CloudIdentityCustomerAccount resources for the domain (may be empty) Note: in the v1alpha1 version of the API, a NOT_FOUND error returns if no CloudIdentityCustomerAccount resources match the domain.

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

Constructors

CheckCloudIdentityAccountsExistRequest(IClientService, GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest, string)

Constructs a new CheckCloudIdentityAccountsExist request.

Declaration
public CheckCloudIdentityAccountsExistRequest(IClientService service, GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse>.GetBody()

InitParameters()

Initializes CheckCloudIdentityAccountsExist parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudchannelBaseServiceRequest<GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse>.InitParameters()

Implements

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