Show / Hide Table of Contents

Class BillingAccountsResource.BillingAccountLicenseConfigsResource.RetractLicenseConfigRequest

This method is called from the billing account side to retract the LicenseConfig from the given project back to the billing account.

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

Constructors

RetractLicenseConfigRequest(IClientService, GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigRequest, string)

Constructs a new RetractLicenseConfig request.

Declaration
public RetractLicenseConfigRequest(IClientService service, GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigRequest body, string billingAccountLicenseConfig)
Parameters
Type Name Description
IClientService service
GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigRequest body
string billingAccountLicenseConfig

Properties

BillingAccountLicenseConfig

Required. Full resource name of BillingAccountLicenseConfig. Format: billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config_id}.

Declaration
[RequestParameter("billingAccountLicenseConfig", RequestParameterType.Path)]
public virtual string BillingAccountLicenseConfig { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes RetractLicenseConfig parameter list.

Declaration
protected override void InitParameters()
Overrides
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaRetractLicenseConfigResponse>.InitParameters()

Implements

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