public static final class LicenseManagerGrpc.LicenseManagerBlockingV2Stub extends AbstractBlockingStub<LicenseManagerGrpc.LicenseManagerBlockingV2Stub>A stub to allow clients to do synchronous rpc calls to service LicenseManager.
Service describing handlers for resources
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > LicenseManagerGrpc.LicenseManagerBlockingV2StubMethods
aggregateUsage(AggregateUsageRequest request)
public AggregateUsageResponse aggregateUsage(AggregateUsageRequest request)Aggregates Usage per Instance for a Configuration.
| Parameter | |
|---|---|
| Name | Description |
request |
AggregateUsageRequest |
| Returns | |
|---|---|
| Type | Description |
AggregateUsageResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
build(Channel channel, CallOptions callOptions)
protected LicenseManagerGrpc.LicenseManagerBlockingV2Stub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
LicenseManagerGrpc.LicenseManagerBlockingV2Stub |
|
createConfiguration(CreateConfigurationRequest request)
public Operation createConfiguration(CreateConfigurationRequest request)Creates a new Configuration in a given project and location.
| Parameter | |
|---|---|
| Name | Description |
request |
CreateConfigurationRequest |
| Returns | |
|---|---|
| Type | Description |
Operation |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
deactivateConfiguration(DeactivateConfigurationRequest request)
public Operation deactivateConfiguration(DeactivateConfigurationRequest request)Deactivates the given configuration.
| Parameter | |
|---|---|
| Name | Description |
request |
DeactivateConfigurationRequest |
| Returns | |
|---|---|
| Type | Description |
Operation |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
deleteConfiguration(DeleteConfigurationRequest request)
public Operation deleteConfiguration(DeleteConfigurationRequest request)Deletes a single Configuration.
| Parameter | |
|---|---|
| Name | Description |
request |
DeleteConfigurationRequest |
| Returns | |
|---|---|
| Type | Description |
Operation |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
getConfiguration(GetConfigurationRequest request)
public Configuration getConfiguration(GetConfigurationRequest request)Gets details of a single Configuration.
| Parameter | |
|---|---|
| Name | Description |
request |
GetConfigurationRequest |
| Returns | |
|---|---|
| Type | Description |
Configuration |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
getInstance(GetInstanceRequest request)
public Instance getInstance(GetInstanceRequest request)Gets details of a single Instance.
| Parameter | |
|---|---|
| Name | Description |
request |
GetInstanceRequest |
| Returns | |
|---|---|
| Type | Description |
Instance |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
getProduct(GetProductRequest request)
public Product getProduct(GetProductRequest request)Gets details of a single Product.
| Parameter | |
|---|---|
| Name | Description |
request |
GetProductRequest |
| Returns | |
|---|---|
| Type | Description |
Product |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
listConfigurations(ListConfigurationsRequest request)
public ListConfigurationsResponse listConfigurations(ListConfigurationsRequest request)Lists Configurations in a given project and location.
| Parameter | |
|---|---|
| Name | Description |
request |
ListConfigurationsRequest |
| Returns | |
|---|---|
| Type | Description |
ListConfigurationsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
listInstances(ListInstancesRequest request)
public ListInstancesResponse listInstances(ListInstancesRequest request)Lists Instances in a given project and location.
| Parameter | |
|---|---|
| Name | Description |
request |
ListInstancesRequest |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
listProducts(ListProductsRequest request)
public ListProductsResponse listProducts(ListProductsRequest request)Lists Products in a given project and location.
| Parameter | |
|---|---|
| Name | Description |
request |
ListProductsRequest |
| Returns | |
|---|---|
| Type | Description |
ListProductsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
queryConfigurationLicenseUsage(QueryConfigurationLicenseUsageRequest request)
public QueryConfigurationLicenseUsageResponse queryConfigurationLicenseUsage(QueryConfigurationLicenseUsageRequest request)License Usage information for a Configuration.
| Parameter | |
|---|---|
| Name | Description |
request |
QueryConfigurationLicenseUsageRequest |
| Returns | |
|---|---|
| Type | Description |
QueryConfigurationLicenseUsageResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
reactivateConfiguration(ReactivateConfigurationRequest request)
public Operation reactivateConfiguration(ReactivateConfigurationRequest request)Reactivates the given configuration.
| Parameter | |
|---|---|
| Name | Description |
request |
ReactivateConfigurationRequest |
| Returns | |
|---|---|
| Type | Description |
Operation |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
updateConfiguration(UpdateConfigurationRequest request)
public Operation updateConfiguration(UpdateConfigurationRequest request)Updates the parameters of a single Configuration.
| Parameter | |
|---|---|
| Name | Description |
request |
UpdateConfigurationRequest |
| Returns | |
|---|---|
| Type | Description |
Operation |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|