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