public final class ServerData extends GeneratedMessageV3 implements ServerDataOrBuilder
ServerData is data for a specific Server.Protobuf type
grpc.channelz.v1.ServerData| Modifier and Type | Class and Description |
|---|---|
static class |
ServerData.Builder
ServerData is data for a specific Server.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameterAbstractMessageLite.InternalOneOfEnum| Modifier and Type | Field and Description |
|---|---|
static int |
CALLS_FAILED_FIELD_NUMBER |
static int |
CALLS_STARTED_FIELD_NUMBER |
static int |
CALLS_SUCCEEDED_FIELD_NUMBER |
static int |
LAST_CALL_STARTED_TIMESTAMP_FIELD_NUMBER |
static int |
TRACE_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCodecanUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int TRACE_FIELD_NUMBER
public static final int CALLS_STARTED_FIELD_NUMBER
public static final int CALLS_SUCCEEDED_FIELD_NUMBER
public static final int CALLS_FAILED_FIELD_NUMBER
public static final int LAST_CALL_STARTED_TIMESTAMP_FIELD_NUMBER
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class GeneratedMessageV3public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public boolean hasTrace()
A trace of recent events on the server. May be absent.
.grpc.channelz.v1.ChannelTrace trace = 1;hasTrace in interface ServerDataOrBuilderpublic ChannelTrace getTrace()
A trace of recent events on the server. May be absent.
.grpc.channelz.v1.ChannelTrace trace = 1;getTrace in interface ServerDataOrBuilderpublic ChannelTraceOrBuilder getTraceOrBuilder()
A trace of recent events on the server. May be absent.
.grpc.channelz.v1.ChannelTrace trace = 1;getTraceOrBuilder in interface ServerDataOrBuilderpublic long getCallsStarted()
The number of incoming calls started on the server
int64 calls_started = 2;getCallsStarted in interface ServerDataOrBuilderpublic long getCallsSucceeded()
The number of incoming calls that have completed with an OK status
int64 calls_succeeded = 3;getCallsSucceeded in interface ServerDataOrBuilderpublic long getCallsFailed()
The number of incoming calls that have a completed with a non-OK status
int64 calls_failed = 4;getCallsFailed in interface ServerDataOrBuilderpublic boolean hasLastCallStartedTimestamp()
The last time a call was started on the server.
.google.protobuf.Timestamp last_call_started_timestamp = 5;hasLastCallStartedTimestamp in interface ServerDataOrBuilderpublic Timestamp getLastCallStartedTimestamp()
The last time a call was started on the server.
.google.protobuf.Timestamp last_call_started_timestamp = 5;getLastCallStartedTimestamp in interface ServerDataOrBuilderpublic TimestampOrBuilder getLastCallStartedTimestampOrBuilder()
The last time a call was started on the server.
.google.protobuf.Timestamp last_call_started_timestamp = 5;getLastCallStartedTimestampOrBuilder in interface ServerDataOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static ServerData parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ServerData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ServerData parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ServerData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ServerData parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ServerData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ServerData parseFrom(InputStream input) throws IOException
IOExceptionpublic static ServerData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ServerData parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ServerData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ServerData parseFrom(CodedInputStream input) throws IOException
IOExceptionpublic static ServerData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ServerData.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static ServerData.Builder newBuilder()
public static ServerData.Builder newBuilder(ServerData prototype)
public ServerData.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected ServerData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static ServerData getDefaultInstance()
public static Parser<ServerData> parser()
public Parser<ServerData> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public ServerData getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder