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

Constructors

RetractLicenseConfigRequest(IClientService, GoogleCloudDiscoveryengineV1RetractLicenseConfigRequest, string)

Constructs a new RetractLicenseConfig request.

Declaration
public RetractLicenseConfigRequest(IClientService service, GoogleCloudDiscoveryengineV1RetractLicenseConfigRequest body, string billingAccountLicenseConfig)
Parameters
Type Name Description
IClientService service
GoogleCloudDiscoveryengineV1RetractLicenseConfigRequest 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<GoogleCloudDiscoveryengineV1RetractLicenseConfigResponse>.HttpMethod

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes RetractLicenseConfig parameter list.

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

Implements

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