public interface QueryConfigurationLicenseUsageResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDetailsCase()
public abstract QueryConfigurationLicenseUsageResponse.DetailsCase getDetailsCase()| Returns | |
|---|---|
| Type | Description |
QueryConfigurationLicenseUsageResponse.DetailsCase |
|
getUserCountUsage()
public abstract UserCountUsage getUserCountUsage()Usage information for license types which use user-count billing.
.google.cloud.licensemanager.v1.UserCountUsage user_count_usage = 1;
| Returns | |
|---|---|
| Type | Description |
UserCountUsage |
The userCountUsage. |
getUserCountUsageOrBuilder()
public abstract UserCountUsageOrBuilder getUserCountUsageOrBuilder()Usage information for license types which use user-count billing.
.google.cloud.licensemanager.v1.UserCountUsage user_count_usage = 1;
| Returns | |
|---|---|
| Type | Description |
UserCountUsageOrBuilder |
|
hasUserCountUsage()
public abstract boolean hasUserCountUsage()Usage information for license types which use user-count billing.
.google.cloud.licensemanager.v1.UserCountUsage user_count_usage = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the userCountUsage field is set. |