Package dev.cerbos.api.v1.telemetry
Interface Telemetry.ServerStopOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Telemetry.ServerStop,Telemetry.ServerStop.Builder
- Enclosing class:
- Telemetry
public static interface Telemetry.ServerStopOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetRequestsTotal()uint64 requests_total = 3;com.google.protobuf.DurationgetUptime().google.protobuf.Duration uptime = 2;com.google.protobuf.DurationOrBuildergetUptimeOrBuilder().google.protobuf.Duration uptime = 2;java.lang.StringgetVersion()string version = 1;com.google.protobuf.ByteStringgetVersionBytes()string version = 1;booleanhasUptime().google.protobuf.Duration uptime = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVersion
java.lang.String getVersion()
string version = 1;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
string version = 1;- Returns:
- The bytes for version.
-
hasUptime
boolean hasUptime()
.google.protobuf.Duration uptime = 2;- Returns:
- Whether the uptime field is set.
-
getUptime
com.google.protobuf.Duration getUptime()
.google.protobuf.Duration uptime = 2;- Returns:
- The uptime.
-
getUptimeOrBuilder
com.google.protobuf.DurationOrBuilder getUptimeOrBuilder()
.google.protobuf.Duration uptime = 2;
-
getRequestsTotal
long getRequestsTotal()
uint64 requests_total = 3;- Returns:
- The requestsTotal.
-
-