Show / Hide Table of Contents

Class BillingAccountsResource.BillingAccountLicenseConfigsResource.DistributeLicenseConfigRequest

Distributes a LicenseConfig from billing account level to project level.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>
BillingAccountsResource.BillingAccountLicenseConfigsResource.DistributeLicenseConfigRequest
Implements
IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>
IClientServiceRequest
Inherited Members
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.Xgafv
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.AccessToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.Alt
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.Callback
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.Fields
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.Key
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.OauthToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.PrettyPrint
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.QuotaUser
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.UploadType
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.Execute()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.ETagAction
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>.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.DistributeLicenseConfigRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigResponse>, IClientServiceRequest

Constructors

DistributeLicenseConfigRequest(IClientService, GoogleCloudDiscoveryengineV1alphaDistributeLicenseConfigRequest, string)

Constructs a new DistributeLicenseConfig request.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes DistributeLicenseConfig parameter list.

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

Implements

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