License Manager v1 API - Class LicenseManager.LicenseManagerClient (1.0.0-beta01)

public class LicenseManager.LicenseManagerClient : ClientBase<LicenseManager.LicenseManagerClient>

Reference documentation and code samples for the License Manager v1 API class LicenseManager.LicenseManagerClient.

Client for LicenseManager

Inheritance

object > ClientBase > ClientBaseLicenseManagerLicenseManagerClient > LicenseManager.LicenseManagerClient

Namespace

Google.Cloud.LicenseManager.V1

Assembly

Google.Cloud.LicenseManager.V1.dll

Constructors

LicenseManagerClient()

protected LicenseManagerClient()

Protected parameterless constructor to allow creation of test doubles.

LicenseManagerClient(CallInvoker)

public LicenseManagerClient(CallInvoker callInvoker)

Creates a new client for LicenseManager that uses a custom CallInvoker.

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

LicenseManagerClient(ChannelBase)

public LicenseManagerClient(ChannelBase channel)

Creates a new client for LicenseManager

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

LicenseManagerClient(ClientBaseConfiguration)

protected LicenseManagerClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

AggregateUsage(AggregateUsageRequest, CallOptions)

public virtual AggregateUsageResponse AggregateUsage(AggregateUsageRequest request, CallOptions options)

Aggregates Usage per Instance for a Configuration.

Parameters
Name Description
request AggregateUsageRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AggregateUsageResponse

The response received from the server.

AggregateUsage(AggregateUsageRequest, Metadata, DateTime?, CancellationToken)

public virtual AggregateUsageResponse AggregateUsage(AggregateUsageRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Aggregates Usage per Instance for a Configuration.

Parameters
Name Description
request AggregateUsageRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AggregateUsageResponse

The response received from the server.

AggregateUsageAsync(AggregateUsageRequest, CallOptions)

public virtual AsyncUnaryCall<AggregateUsageResponse> AggregateUsageAsync(AggregateUsageRequest request, CallOptions options)

Aggregates Usage per Instance for a Configuration.

Parameters
Name Description
request AggregateUsageRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallAggregateUsageResponse

The call object.

AggregateUsageAsync(AggregateUsageRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<AggregateUsageResponse> AggregateUsageAsync(AggregateUsageRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Aggregates Usage per Instance for a Configuration.

Parameters
Name Description
request AggregateUsageRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallAggregateUsageResponse

The call object.

CreateConfiguration(CreateConfigurationRequest, CallOptions)

public virtual Operation CreateConfiguration(CreateConfigurationRequest request, CallOptions options)

Creates a new Configuration in a given project and location.

Parameters
Name Description
request CreateConfigurationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateConfiguration(CreateConfigurationRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateConfiguration(CreateConfigurationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Configuration in a given project and location.

Parameters
Name Description
request CreateConfigurationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateConfigurationAsync(CreateConfigurationRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateConfigurationAsync(CreateConfigurationRequest request, CallOptions options)

Creates a new Configuration in a given project and location.

Parameters
Name Description
request CreateConfigurationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateConfigurationAsync(CreateConfigurationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateConfigurationAsync(CreateConfigurationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Configuration in a given project and location.

Parameters
Name Description
request CreateConfigurationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

Creates a new instance of Locations.LocationsClient using the same call invoker as this client.

Returns
Type Description
LocationsLocationsClient

A new Locations.LocationsClient for the same target as this client.

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

Creates a new instance of Operations.OperationsClient using the same call invoker as this client.

Returns
Type Description
OperationsOperationsClient

A new Operations client for the same target as this client.

DeactivateConfiguration(DeactivateConfigurationRequest, CallOptions)

public virtual Operation DeactivateConfiguration(DeactivateConfigurationRequest request, CallOptions options)

Deactivates the given configuration.

Parameters
Name Description
request DeactivateConfigurationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeactivateConfiguration(DeactivateConfigurationRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeactivateConfiguration(DeactivateConfigurationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deactivates the given configuration.

Parameters
Name Description
request DeactivateConfigurationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeactivateConfigurationAsync(DeactivateConfigurationRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeactivateConfigurationAsync(DeactivateConfigurationRequest request, CallOptions options)

Deactivates the given configuration.

Parameters
Name Description
request DeactivateConfigurationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeactivateConfigurationAsync(DeactivateConfigurationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeactivateConfigurationAsync(DeactivateConfigurationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deactivates the given configuration.

Parameters
Name Description
request DeactivateConfigurationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteConfiguration(DeleteConfigurationRequest, CallOptions)

public virtual Operation DeleteConfiguration(DeleteConfigurationRequest request, CallOptions options)

Deletes a single Configuration.

Parameters
Name Description
request DeleteConfigurationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteConfiguration(DeleteConfigurationRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteConfiguration(DeleteConfigurationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single Configuration.

Parameters
Name Description
request DeleteConfigurationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteConfigurationAsync(DeleteConfigurationRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteConfigurationAsync(DeleteConfigurationRequest request, CallOptions options)

Deletes a single Configuration.

Parameters
Name Description
request DeleteConfigurationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteConfigurationAsync(DeleteConfigurationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteConfigurationAsync(DeleteConfigurationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single Configuration.

Parameters
Name Description
request DeleteConfigurationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

GetConfiguration(GetConfigurationRequest, CallOptions)

public virtual Configuration GetConfiguration(GetConfigurationRequest request, CallOptions options)

Gets details of a single Configuration.

Parameters
Name Description
request GetConfigurationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Configuration

The response received from the server.

GetConfiguration(GetConfigurationRequest, Metadata, DateTime?, CancellationToken)

public virtual Configuration GetConfiguration(GetConfigurationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Configuration.

Parameters
Name Description
request GetConfigurationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Configuration

The response received from the server.

GetConfigurationAsync(GetConfigurationRequest, CallOptions)

public virtual AsyncUnaryCall<Configuration> GetConfigurationAsync(GetConfigurationRequest request, CallOptions options)

Gets details of a single Configuration.

Parameters
Name Description
request GetConfigurationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallConfiguration

The call object.

GetConfigurationAsync(GetConfigurationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Configuration> GetConfigurationAsync(GetConfigurationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Configuration.

Parameters
Name Description
request GetConfigurationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallConfiguration

The call object.

GetInstance(GetInstanceRequest, CallOptions)

public virtual Instance GetInstance(GetInstanceRequest request, CallOptions options)

Gets details of a single Instance.

Parameters
Name Description
request GetInstanceRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Instance

The response received from the server.

GetInstance(GetInstanceRequest, Metadata, DateTime?, CancellationToken)

public virtual Instance GetInstance(GetInstanceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Instance.

Parameters
Name Description
request GetInstanceRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Instance

The response received from the server.

GetInstanceAsync(GetInstanceRequest, CallOptions)

public virtual AsyncUnaryCall<Instance> GetInstanceAsync(GetInstanceRequest request, CallOptions options)

Gets details of a single Instance.

Parameters
Name Description
request GetInstanceRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallInstance

The call object.

GetInstanceAsync(GetInstanceRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Instance> GetInstanceAsync(GetInstanceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Instance.

Parameters
Name Description
request GetInstanceRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallInstance

The call object.

GetProduct(GetProductRequest, CallOptions)

public virtual Product GetProduct(GetProductRequest request, CallOptions options)

Gets details of a single Product.

Parameters
Name Description
request GetProductRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Product

The response received from the server.

GetProduct(GetProductRequest, Metadata, DateTime?, CancellationToken)

public virtual Product GetProduct(GetProductRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Product.

Parameters
Name Description
request GetProductRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Product

The response received from the server.

GetProductAsync(GetProductRequest, CallOptions)

public virtual AsyncUnaryCall<Product> GetProductAsync(GetProductRequest request, CallOptions options)

Gets details of a single Product.

Parameters
Name Description
request GetProductRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallProduct

The call object.

GetProductAsync(GetProductRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Product> GetProductAsync(GetProductRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Product.

Parameters
Name Description
request GetProductRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallProduct

The call object.

ListConfigurations(ListConfigurationsRequest, CallOptions)

public virtual ListConfigurationsResponse ListConfigurations(ListConfigurationsRequest request, CallOptions options)

Lists Configurations in a given project and location.

Parameters
Name Description
request ListConfigurationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListConfigurationsResponse

The response received from the server.

ListConfigurations(ListConfigurationsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListConfigurationsResponse ListConfigurations(ListConfigurationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Configurations in a given project and location.

Parameters
Name Description
request ListConfigurationsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListConfigurationsResponse

The response received from the server.

ListConfigurationsAsync(ListConfigurationsRequest, CallOptions)

public virtual AsyncUnaryCall<ListConfigurationsResponse> ListConfigurationsAsync(ListConfigurationsRequest request, CallOptions options)

Lists Configurations in a given project and location.

Parameters
Name Description
request ListConfigurationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListConfigurationsResponse

The call object.

ListConfigurationsAsync(ListConfigurationsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListConfigurationsResponse> ListConfigurationsAsync(ListConfigurationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Configurations in a given project and location.

Parameters
Name Description
request ListConfigurationsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListConfigurationsResponse

The call object.

ListInstances(ListInstancesRequest, CallOptions)

public virtual ListInstancesResponse ListInstances(ListInstancesRequest request, CallOptions options)

Lists Instances in a given project and location.

Parameters
Name Description
request ListInstancesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListInstancesResponse

The response received from the server.

ListInstances(ListInstancesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListInstancesResponse ListInstances(ListInstancesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Instances in a given project and location.

Parameters
Name Description
request ListInstancesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListInstancesResponse

The response received from the server.

ListInstancesAsync(ListInstancesRequest, CallOptions)

public virtual AsyncUnaryCall<ListInstancesResponse> ListInstancesAsync(ListInstancesRequest request, CallOptions options)

Lists Instances in a given project and location.

Parameters
Name Description
request ListInstancesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListInstancesResponse

The call object.

ListInstancesAsync(ListInstancesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListInstancesResponse> ListInstancesAsync(ListInstancesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Instances in a given project and location.

Parameters
Name Description
request ListInstancesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListInstancesResponse

The call object.

ListProducts(ListProductsRequest, CallOptions)

public virtual ListProductsResponse ListProducts(ListProductsRequest request, CallOptions options)

Lists Products in a given project and location.

Parameters
Name Description
request ListProductsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListProductsResponse

The response received from the server.

ListProducts(ListProductsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListProductsResponse ListProducts(ListProductsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Products in a given project and location.

Parameters
Name Description
request ListProductsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListProductsResponse

The response received from the server.

ListProductsAsync(ListProductsRequest, CallOptions)

public virtual AsyncUnaryCall<ListProductsResponse> ListProductsAsync(ListProductsRequest request, CallOptions options)

Lists Products in a given project and location.

Parameters
Name Description
request ListProductsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListProductsResponse

The call object.

ListProductsAsync(ListProductsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListProductsResponse> ListProductsAsync(ListProductsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Products in a given project and location.

Parameters
Name Description
request ListProductsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListProductsResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override LicenseManager.LicenseManagerClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
LicenseManagerLicenseManagerClient
Overrides
Grpc.Core.ClientBase<Google.Cloud.LicenseManager.V1.LicenseManager.LicenseManagerClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)

QueryConfigurationLicenseUsage(QueryConfigurationLicenseUsageRequest, CallOptions)

public virtual QueryConfigurationLicenseUsageResponse QueryConfigurationLicenseUsage(QueryConfigurationLicenseUsageRequest request, CallOptions options)

License Usage information for a Configuration.

Parameters
Name Description
request QueryConfigurationLicenseUsageRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
QueryConfigurationLicenseUsageResponse

The response received from the server.

QueryConfigurationLicenseUsage(QueryConfigurationLicenseUsageRequest, Metadata, DateTime?, CancellationToken)

public virtual QueryConfigurationLicenseUsageResponse QueryConfigurationLicenseUsage(QueryConfigurationLicenseUsageRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

License Usage information for a Configuration.

Parameters
Name Description
request QueryConfigurationLicenseUsageRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
QueryConfigurationLicenseUsageResponse

The response received from the server.

QueryConfigurationLicenseUsageAsync(QueryConfigurationLicenseUsageRequest, CallOptions)

public virtual AsyncUnaryCall<QueryConfigurationLicenseUsageResponse> QueryConfigurationLicenseUsageAsync(QueryConfigurationLicenseUsageRequest request, CallOptions options)

License Usage information for a Configuration.

Parameters
Name Description
request QueryConfigurationLicenseUsageRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallQueryConfigurationLicenseUsageResponse

The call object.

QueryConfigurationLicenseUsageAsync(QueryConfigurationLicenseUsageRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<QueryConfigurationLicenseUsageResponse> QueryConfigurationLicenseUsageAsync(QueryConfigurationLicenseUsageRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

License Usage information for a Configuration.

Parameters
Name Description
request QueryConfigurationLicenseUsageRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallQueryConfigurationLicenseUsageResponse

The call object.

ReactivateConfiguration(ReactivateConfigurationRequest, CallOptions)

public virtual Operation ReactivateConfiguration(ReactivateConfigurationRequest request, CallOptions options)

Reactivates the given configuration.

Parameters
Name Description
request ReactivateConfigurationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

ReactivateConfiguration(ReactivateConfigurationRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation ReactivateConfiguration(ReactivateConfigurationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Reactivates the given configuration.

Parameters
Name Description
request ReactivateConfigurationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

ReactivateConfigurationAsync(ReactivateConfigurationRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> ReactivateConfigurationAsync(ReactivateConfigurationRequest request, CallOptions options)

Reactivates the given configuration.

Parameters
Name Description
request ReactivateConfigurationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

ReactivateConfigurationAsync(ReactivateConfigurationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> ReactivateConfigurationAsync(ReactivateConfigurationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Reactivates the given configuration.

Parameters
Name Description
request ReactivateConfigurationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateConfiguration(UpdateConfigurationRequest, CallOptions)

public virtual Operation UpdateConfiguration(UpdateConfigurationRequest request, CallOptions options)

Updates the parameters of a single Configuration.

Parameters
Name Description
request UpdateConfigurationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateConfiguration(UpdateConfigurationRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateConfiguration(UpdateConfigurationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single Configuration.

Parameters
Name Description
request UpdateConfigurationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UpdateConfigurationAsync(UpdateConfigurationRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateConfigurationAsync(UpdateConfigurationRequest request, CallOptions options)

Updates the parameters of a single Configuration.

Parameters
Name Description
request UpdateConfigurationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateConfigurationAsync(UpdateConfigurationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateConfigurationAsync(UpdateConfigurationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single Configuration.

Parameters
Name Description
request UpdateConfigurationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.