Uses of Class
com.google.api.servicecontrol.v1.MetricValueSet
-
Packages that use MetricValueSet Package Description com.google.api.servicecontrol.v1 A client to Service Control API -
-
Uses of MetricValueSet in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 that return MetricValueSet Modifier and Type Method Description MetricValueSet
MetricValueSet.Builder. build()
MetricValueSet
MetricValueSet.Builder. buildPartial()
static MetricValueSet
MetricValueSet. getDefaultInstance()
MetricValueSet
MetricValueSet.Builder. getDefaultInstanceForType()
MetricValueSet
MetricValueSet. getDefaultInstanceForType()
MetricValueSet
Operation.Builder. getMetricValueSets(int index)
Represents information about this operation.MetricValueSet
Operation. getMetricValueSets(int index)
Represents information about this operation.MetricValueSet
OperationOrBuilder. getMetricValueSets(int index)
Represents information about this operation.MetricValueSet
AllocateQuotaResponse.Builder. getQuotaMetrics(int index)
Quota metrics to indicate the result of allocation.MetricValueSet
AllocateQuotaResponse. getQuotaMetrics(int index)
Quota metrics to indicate the result of allocation.MetricValueSet
AllocateQuotaResponseOrBuilder. getQuotaMetrics(int index)
Quota metrics to indicate the result of allocation.MetricValueSet
QuotaOperation.Builder. getQuotaMetrics(int index)
Represents information about this operation.MetricValueSet
QuotaOperation. getQuotaMetrics(int index)
Represents information about this operation.MetricValueSet
QuotaOperationOrBuilder. getQuotaMetrics(int index)
Represents information about this operation.static MetricValueSet
MetricValueSet. parseDelimitedFrom(InputStream input)
static MetricValueSet
MetricValueSet. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricValueSet
MetricValueSet. parseFrom(byte[] data)
static MetricValueSet
MetricValueSet. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricValueSet
MetricValueSet. parseFrom(com.google.protobuf.ByteString data)
static MetricValueSet
MetricValueSet. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricValueSet
MetricValueSet. parseFrom(com.google.protobuf.CodedInputStream input)
static MetricValueSet
MetricValueSet. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricValueSet
MetricValueSet. parseFrom(InputStream input)
static MetricValueSet
MetricValueSet. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricValueSet
MetricValueSet. parseFrom(ByteBuffer data)
static MetricValueSet
MetricValueSet. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.servicecontrol.v1 that return types with arguments of type MetricValueSet Modifier and Type Method Description List<MetricValueSet>
Operation.Builder. getMetricValueSetsList()
Represents information about this operation.List<MetricValueSet>
Operation. getMetricValueSetsList()
Represents information about this operation.List<MetricValueSet>
OperationOrBuilder. getMetricValueSetsList()
Represents information about this operation.com.google.protobuf.Parser<MetricValueSet>
MetricValueSet. getParserForType()
List<MetricValueSet>
AllocateQuotaResponse.Builder. getQuotaMetricsList()
Quota metrics to indicate the result of allocation.List<MetricValueSet>
AllocateQuotaResponse. getQuotaMetricsList()
Quota metrics to indicate the result of allocation.List<MetricValueSet>
AllocateQuotaResponseOrBuilder. getQuotaMetricsList()
Quota metrics to indicate the result of allocation.List<MetricValueSet>
QuotaOperation.Builder. getQuotaMetricsList()
Represents information about this operation.List<MetricValueSet>
QuotaOperation. getQuotaMetricsList()
Represents information about this operation.List<MetricValueSet>
QuotaOperationOrBuilder. getQuotaMetricsList()
Represents information about this operation.static com.google.protobuf.Parser<MetricValueSet>
MetricValueSet. parser()
Methods in com.google.api.servicecontrol.v1 with parameters of type MetricValueSet Modifier and Type Method Description Operation.Builder
Operation.Builder. addMetricValueSets(int index, MetricValueSet value)
Represents information about this operation.Operation.Builder
Operation.Builder. addMetricValueSets(MetricValueSet value)
Represents information about this operation.AllocateQuotaResponse.Builder
AllocateQuotaResponse.Builder. addQuotaMetrics(int index, MetricValueSet value)
Quota metrics to indicate the result of allocation.AllocateQuotaResponse.Builder
AllocateQuotaResponse.Builder. addQuotaMetrics(MetricValueSet value)
Quota metrics to indicate the result of allocation.QuotaOperation.Builder
QuotaOperation.Builder. addQuotaMetrics(int index, MetricValueSet value)
Represents information about this operation.QuotaOperation.Builder
QuotaOperation.Builder. addQuotaMetrics(MetricValueSet value)
Represents information about this operation.MetricValueSet.Builder
MetricValueSet.Builder. mergeFrom(MetricValueSet other)
static MetricValueSet.Builder
MetricValueSet. newBuilder(MetricValueSet prototype)
Operation.Builder
Operation.Builder. setMetricValueSets(int index, MetricValueSet value)
Represents information about this operation.AllocateQuotaResponse.Builder
AllocateQuotaResponse.Builder. setQuotaMetrics(int index, MetricValueSet value)
Quota metrics to indicate the result of allocation.QuotaOperation.Builder
QuotaOperation.Builder. setQuotaMetrics(int index, MetricValueSet value)
Represents information about this operation.Method parameters in com.google.api.servicecontrol.v1 with type arguments of type MetricValueSet Modifier and Type Method Description Operation.Builder
Operation.Builder. addAllMetricValueSets(Iterable<? extends MetricValueSet> values)
Represents information about this operation.AllocateQuotaResponse.Builder
AllocateQuotaResponse.Builder. addAllQuotaMetrics(Iterable<? extends MetricValueSet> values)
Quota metrics to indicate the result of allocation.QuotaOperation.Builder
QuotaOperation.Builder. addAllQuotaMetrics(Iterable<? extends MetricValueSet> values)
Represents information about this operation.
-