Uses of Class
com.google.api.Usage
-
Packages that use Usage Package Description com.google.api -
-
Uses of Usage in com.google.api
Methods in com.google.api that return Usage Modifier and Type Method Description Usage
Usage.Builder. build()
Usage
Usage.Builder. buildPartial()
static Usage
Usage. getDefaultInstance()
Usage
Usage.Builder. getDefaultInstanceForType()
Usage
Usage. getDefaultInstanceForType()
Usage
Service.Builder. getUsage()
Configuration controlling usage of this service.Usage
Service. getUsage()
Configuration controlling usage of this service.Usage
ServiceOrBuilder. getUsage()
Configuration controlling usage of this service.static Usage
Usage. parseDelimitedFrom(java.io.InputStream input)
static Usage
Usage. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Usage
Usage. parseFrom(byte[] data)
static Usage
Usage. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Usage
Usage. parseFrom(com.google.protobuf.ByteString data)
static Usage
Usage. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Usage
Usage. parseFrom(com.google.protobuf.CodedInputStream input)
static Usage
Usage. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Usage
Usage. parseFrom(java.io.InputStream input)
static Usage
Usage. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Usage
Usage. parseFrom(java.nio.ByteBuffer data)
static Usage
Usage. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api that return types with arguments of type Usage Modifier and Type Method Description com.google.protobuf.Parser<Usage>
Usage. getParserForType()
static com.google.protobuf.Parser<Usage>
Usage. parser()
Methods in com.google.api with parameters of type Usage Modifier and Type Method Description Usage.Builder
Usage.Builder. mergeFrom(Usage other)
Service.Builder
Service.Builder. mergeUsage(Usage value)
Configuration controlling usage of this service.static Usage.Builder
Usage. newBuilder(Usage prototype)
Service.Builder
Service.Builder. setUsage(Usage value)
Configuration controlling usage of this service.
-