BasicSli.Builder |
BasicSli.Builder.addAllLocation(Iterable<String> values) |
OPTIONAL: The set of locations to which this SLI is relevant.
|
BasicSli.Builder |
BasicSli.Builder.addAllMethod(Iterable<String> values) |
OPTIONAL: The set of RPCs to which this SLI is relevant.
|
BasicSli.Builder |
BasicSli.Builder.addAllVersion(Iterable<String> values) |
OPTIONAL: The set of API versions to which this SLI is relevant.
|
BasicSli.Builder |
BasicSli.Builder.addLocation(String value) |
OPTIONAL: The set of locations to which this SLI is relevant.
|
BasicSli.Builder |
BasicSli.Builder.addLocationBytes(com.google.protobuf.ByteString value) |
OPTIONAL: The set of locations to which this SLI is relevant.
|
BasicSli.Builder |
BasicSli.Builder.addMethod(String value) |
OPTIONAL: The set of RPCs to which this SLI is relevant.
|
BasicSli.Builder |
BasicSli.Builder.addMethodBytes(com.google.protobuf.ByteString value) |
OPTIONAL: The set of RPCs to which this SLI is relevant.
|
BasicSli.Builder |
BasicSli.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
BasicSli.Builder |
BasicSli.Builder.addVersion(String value) |
OPTIONAL: The set of API versions to which this SLI is relevant.
|
BasicSli.Builder |
BasicSli.Builder.addVersionBytes(com.google.protobuf.ByteString value) |
OPTIONAL: The set of API versions to which this SLI is relevant.
|
BasicSli.Builder |
BasicSli.Builder.clear() |
|
BasicSli.Builder |
BasicSli.Builder.clearAvailability() |
Good service is defined to be the count of requests made to this service
that return successfully.
|
BasicSli.Builder |
BasicSli.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
BasicSli.Builder |
BasicSli.Builder.clearLatency() |
Good service is defined to be the count of requests made to this service
that are fast enough with respect to `latency.threshold`.
|
BasicSli.Builder |
BasicSli.Builder.clearLocation() |
OPTIONAL: The set of locations to which this SLI is relevant.
|
BasicSli.Builder |
BasicSli.Builder.clearMethod() |
OPTIONAL: The set of RPCs to which this SLI is relevant.
|
BasicSli.Builder |
BasicSli.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
BasicSli.Builder |
BasicSli.Builder.clearSliCriteria() |
|
BasicSli.Builder |
BasicSli.Builder.clearVersion() |
OPTIONAL: The set of API versions to which this SLI is relevant.
|
BasicSli.Builder |
BasicSli.Builder.clone() |
|
BasicSli.Builder |
ServiceLevelIndicator.Builder.getBasicSliBuilder() |
Basic SLI on a well-known service type.
|
BasicSli.Builder |
WindowsBasedSli.PerformanceThreshold.Builder.getBasicSliPerformanceBuilder() |
`BasicSli` to evaluate to judge window quality.
|
BasicSli.Builder |
BasicSli.Builder.mergeAvailability(BasicSli.AvailabilityCriteria value) |
Good service is defined to be the count of requests made to this service
that return successfully.
|
BasicSli.Builder |
BasicSli.Builder.mergeFrom(BasicSli other) |
|
BasicSli.Builder |
BasicSli.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
BasicSli.Builder |
BasicSli.Builder.mergeFrom(com.google.protobuf.Message other) |
|
BasicSli.Builder |
BasicSli.Builder.mergeLatency(BasicSli.LatencyCriteria value) |
Good service is defined to be the count of requests made to this service
that are fast enough with respect to `latency.threshold`.
|
BasicSli.Builder |
BasicSli.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static BasicSli.Builder |
BasicSli.newBuilder() |
|
static BasicSli.Builder |
BasicSli.newBuilder(BasicSli prototype) |
|
BasicSli.Builder |
BasicSli.newBuilderForType() |
|
protected BasicSli.Builder |
BasicSli.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
BasicSli.Builder |
BasicSli.Builder.setAvailability(BasicSli.AvailabilityCriteria value) |
Good service is defined to be the count of requests made to this service
that return successfully.
|
BasicSli.Builder |
BasicSli.Builder.setAvailability(BasicSli.AvailabilityCriteria.Builder builderForValue) |
Good service is defined to be the count of requests made to this service
that return successfully.
|
BasicSli.Builder |
BasicSli.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
BasicSli.Builder |
BasicSli.Builder.setLatency(BasicSli.LatencyCriteria value) |
Good service is defined to be the count of requests made to this service
that are fast enough with respect to `latency.threshold`.
|
BasicSli.Builder |
BasicSli.Builder.setLatency(BasicSli.LatencyCriteria.Builder builderForValue) |
Good service is defined to be the count of requests made to this service
that are fast enough with respect to `latency.threshold`.
|
BasicSli.Builder |
BasicSli.Builder.setLocation(int index,
String value) |
OPTIONAL: The set of locations to which this SLI is relevant.
|
BasicSli.Builder |
BasicSli.Builder.setMethod(int index,
String value) |
OPTIONAL: The set of RPCs to which this SLI is relevant.
|
BasicSli.Builder |
BasicSli.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
BasicSli.Builder |
BasicSli.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
BasicSli.Builder |
BasicSli.Builder.setVersion(int index,
String value) |
OPTIONAL: The set of API versions to which this SLI is relevant.
|
BasicSli.Builder |
BasicSli.toBuilder() |
|