public interface BasicSliOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BasicSli.AvailabilityCriteria |
getAvailability()
Good service is defined to be the count of requests made to this service
that return successfully.
|
BasicSli.AvailabilityCriteriaOrBuilder |
getAvailabilityOrBuilder()
Good service is defined to be the count of requests made to this service
that return successfully.
|
BasicSli.LatencyCriteria |
getLatency()
Good service is defined to be the count of requests made to this service
that are fast enough with respect to `latency.threshold`.
|
BasicSli.LatencyCriteriaOrBuilder |
getLatencyOrBuilder()
Good service is defined to be the count of requests made to this service
that are fast enough with respect to `latency.threshold`.
|
String |
getLocation(int index)
OPTIONAL: The set of locations to which this SLI is relevant.
|
com.google.protobuf.ByteString |
getLocationBytes(int index)
OPTIONAL: The set of locations to which this SLI is relevant.
|
int |
getLocationCount()
OPTIONAL: The set of locations to which this SLI is relevant.
|
List<String> |
getLocationList()
OPTIONAL: The set of locations to which this SLI is relevant.
|
String |
getMethod(int index)
OPTIONAL: The set of RPCs to which this SLI is relevant.
|
com.google.protobuf.ByteString |
getMethodBytes(int index)
OPTIONAL: The set of RPCs to which this SLI is relevant.
|
int |
getMethodCount()
OPTIONAL: The set of RPCs to which this SLI is relevant.
|
List<String> |
getMethodList()
OPTIONAL: The set of RPCs to which this SLI is relevant.
|
BasicSli.SliCriteriaCase |
getSliCriteriaCase() |
String |
getVersion(int index)
OPTIONAL: The set of API versions to which this SLI is relevant.
|
com.google.protobuf.ByteString |
getVersionBytes(int index)
OPTIONAL: The set of API versions to which this SLI is relevant.
|
int |
getVersionCount()
OPTIONAL: The set of API versions to which this SLI is relevant.
|
List<String> |
getVersionList()
OPTIONAL: The set of API versions to which this SLI is relevant.
|
boolean |
hasAvailability()
Good service is defined to be the count of requests made to this service
that return successfully.
|
boolean |
hasLatency()
Good service is defined to be the count of requests made to this service
that are fast enough with respect to `latency.threshold`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getMethodList()
OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
repeated string method = 7;int getMethodCount()
OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
repeated string method = 7;String getMethod(int index)
OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
repeated string method = 7;index - The index of the element to return.com.google.protobuf.ByteString getMethodBytes(int index)
OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
repeated string method = 7;index - The index of the value to return.List<String> getLocationList()
OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
repeated string location = 8;int getLocationCount()
OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
repeated string location = 8;String getLocation(int index)
OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
repeated string location = 8;index - The index of the element to return.com.google.protobuf.ByteString getLocationBytes(int index)
OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
repeated string location = 8;index - The index of the value to return.List<String> getVersionList()
OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
repeated string version = 9;int getVersionCount()
OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
repeated string version = 9;String getVersion(int index)
OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
repeated string version = 9;index - The index of the element to return.com.google.protobuf.ByteString getVersionBytes(int index)
OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
repeated string version = 9;index - The index of the value to return.boolean hasAvailability()
Good service is defined to be the count of requests made to this service that return successfully.
.google.monitoring.v3.BasicSli.AvailabilityCriteria availability = 2;BasicSli.AvailabilityCriteria getAvailability()
Good service is defined to be the count of requests made to this service that return successfully.
.google.monitoring.v3.BasicSli.AvailabilityCriteria availability = 2;BasicSli.AvailabilityCriteriaOrBuilder getAvailabilityOrBuilder()
Good service is defined to be the count of requests made to this service that return successfully.
.google.monitoring.v3.BasicSli.AvailabilityCriteria availability = 2;boolean hasLatency()
Good service is defined to be the count of requests made to this service that are fast enough with respect to `latency.threshold`.
.google.monitoring.v3.BasicSli.LatencyCriteria latency = 3;BasicSli.LatencyCriteria getLatency()
Good service is defined to be the count of requests made to this service that are fast enough with respect to `latency.threshold`.
.google.monitoring.v3.BasicSli.LatencyCriteria latency = 3;BasicSli.LatencyCriteriaOrBuilder getLatencyOrBuilder()
Good service is defined to be the count of requests made to this service that are fast enough with respect to `latency.threshold`.
.google.monitoring.v3.BasicSli.LatencyCriteria latency = 3;BasicSli.SliCriteriaCase getSliCriteriaCase()
Copyright © 2024 Google LLC. All rights reserved.