public interface ListLicenseConfigsUsageStatsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLicenseConfigUsageStats(int index)
public abstract LicenseConfigUsageStats getLicenseConfigUsageStats(int index)All the customer's LicenseConfigUsageStats.
repeated .google.cloud.discoveryengine.v1beta.LicenseConfigUsageStats license_config_usage_stats = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LicenseConfigUsageStats |
|
getLicenseConfigUsageStatsCount()
public abstract int getLicenseConfigUsageStatsCount()All the customer's LicenseConfigUsageStats.
repeated .google.cloud.discoveryengine.v1beta.LicenseConfigUsageStats license_config_usage_stats = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLicenseConfigUsageStatsList()
public abstract List<LicenseConfigUsageStats> getLicenseConfigUsageStatsList()All the customer's LicenseConfigUsageStats.
repeated .google.cloud.discoveryengine.v1beta.LicenseConfigUsageStats license_config_usage_stats = 1;
| Returns | |
|---|---|
| Type | Description |
List<LicenseConfigUsageStats> |
|
getLicenseConfigUsageStatsOrBuilder(int index)
public abstract LicenseConfigUsageStatsOrBuilder getLicenseConfigUsageStatsOrBuilder(int index)All the customer's LicenseConfigUsageStats.
repeated .google.cloud.discoveryengine.v1beta.LicenseConfigUsageStats license_config_usage_stats = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LicenseConfigUsageStatsOrBuilder |
|
getLicenseConfigUsageStatsOrBuilderList()
public abstract List<? extends LicenseConfigUsageStatsOrBuilder> getLicenseConfigUsageStatsOrBuilderList()All the customer's LicenseConfigUsageStats.
repeated .google.cloud.discoveryengine.v1beta.LicenseConfigUsageStats license_config_usage_stats = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1beta.LicenseConfigUsageStatsOrBuilder> |
|