Class ListLicenseConfigsUsageStatsResponse (0.90.0)

public final class ListLicenseConfigsUsageStatsResponse extends GeneratedMessage implements ListLicenseConfigsUsageStatsResponseOrBuilder

Response message for UserLicenseService.ListLicenseConfigsUsageStats method.

Protobuf type google.cloud.discoveryengine.v1beta.ListLicenseConfigsUsageStatsResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ListLicenseConfigsUsageStatsResponse

Static Fields

LICENSE_CONFIG_USAGE_STATS_FIELD_NUMBER

public static final int LICENSE_CONFIG_USAGE_STATS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListLicenseConfigsUsageStatsResponse getDefaultInstance()
Returns
Type Description
ListLicenseConfigsUsageStatsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ListLicenseConfigsUsageStatsResponse.Builder newBuilder()
Returns
Type Description
ListLicenseConfigsUsageStatsResponse.Builder

newBuilder(ListLicenseConfigsUsageStatsResponse prototype)

public static ListLicenseConfigsUsageStatsResponse.Builder newBuilder(ListLicenseConfigsUsageStatsResponse prototype)
Parameter
Name Description
prototype ListLicenseConfigsUsageStatsResponse
Returns
Type Description
ListLicenseConfigsUsageStatsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListLicenseConfigsUsageStatsResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListLicenseConfigsUsageStatsResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListLicenseConfigsUsageStatsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListLicenseConfigsUsageStatsResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ListLicenseConfigsUsageStatsResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListLicenseConfigsUsageStatsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListLicenseConfigsUsageStatsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListLicenseConfigsUsageStatsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListLicenseConfigsUsageStatsResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ListLicenseConfigsUsageStatsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListLicenseConfigsUsageStatsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListLicenseConfigsUsageStatsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListLicenseConfigsUsageStatsResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListLicenseConfigsUsageStatsResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListLicenseConfigsUsageStatsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListLicenseConfigsUsageStatsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ListLicenseConfigsUsageStatsResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListLicenseConfigsUsageStatsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListLicenseConfigsUsageStatsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListLicenseConfigsUsageStatsResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ListLicenseConfigsUsageStatsResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListLicenseConfigsUsageStatsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListLicenseConfigsUsageStatsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListLicenseConfigsUsageStatsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ListLicenseConfigsUsageStatsResponse> parser()
Returns
Type Description
Parser<ListLicenseConfigsUsageStatsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ListLicenseConfigsUsageStatsResponse getDefaultInstanceForType()
Returns
Type Description
ListLicenseConfigsUsageStatsResponse

getLicenseConfigUsageStats(int index)

public 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 int getLicenseConfigUsageStatsCount()

All the customer's LicenseConfigUsageStats.

repeated .google.cloud.discoveryengine.v1beta.LicenseConfigUsageStats license_config_usage_stats = 1;

Returns
Type Description
int

getLicenseConfigUsageStatsList()

public 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 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 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>

getParserForType()

public Parser<ListLicenseConfigsUsageStatsResponse> getParserForType()
Returns
Type Description
Parser<ListLicenseConfigsUsageStatsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListLicenseConfigsUsageStatsResponse.Builder newBuilderForType()
Returns
Type Description
ListLicenseConfigsUsageStatsResponse.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected ListLicenseConfigsUsageStatsResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListLicenseConfigsUsageStatsResponse.Builder
Overrides

toBuilder()

public ListLicenseConfigsUsageStatsResponse.Builder toBuilder()
Returns
Type Description
ListLicenseConfigsUsageStatsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException