public final class ServerData extends com.google.protobuf.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.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 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 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCallsFailed()
The number of incoming calls that have a completed with a non-OK status
|
long |
getCallsStarted()
The number of incoming calls started on the server
|
long |
getCallsSucceeded()
The number of incoming calls that have completed with an OK status
|
static ServerData |
getDefaultInstance() |
ServerData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Timestamp |
getLastCallStartedTimestamp()
The last time a call was started on the server.
|
com.google.protobuf.TimestampOrBuilder |
getLastCallStartedTimestampOrBuilder()
The last time a call was started on the server.
|
com.google.protobuf.Parser<ServerData> |
getParserForType() |
int |
getSerializedSize() |
ChannelTrace |
getTrace()
A trace of recent events on the server.
|
ChannelTraceOrBuilder |
getTraceOrBuilder()
A trace of recent events on the server.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasLastCallStartedTimestamp()
The last time a call was started on the server.
|
boolean |
hasTrace()
A trace of recent events on the server.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ServerData.Builder |
newBuilder() |
static ServerData.Builder |
newBuilder(ServerData prototype) |
ServerData.Builder |
newBuilderForType() |
protected ServerData.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ServerData |
parseDelimitedFrom(InputStream input) |
static ServerData |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerData |
parseFrom(byte[] data) |
static ServerData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerData |
parseFrom(ByteBuffer data) |
static ServerData |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerData |
parseFrom(com.google.protobuf.ByteString data) |
static ServerData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ServerData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerData |
parseFrom(InputStream input) |
static ServerData |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ServerData> |
parser() |
ServerData.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, 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, waitpublic 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(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.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 com.google.protobuf.Timestamp getLastCallStartedTimestamp()
The last time a call was started on the server.
.google.protobuf.Timestamp last_call_started_timestamp = 5;getLastCallStartedTimestamp in interface ServerDataOrBuilderpublic com.google.protobuf.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 com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ServerData parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServerData parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServerData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServerData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServerData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServerData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServerData parseFrom(InputStream input) throws IOException
IOExceptionpublic static ServerData parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ServerData parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ServerData parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ServerData parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ServerData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ServerData.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ServerData.Builder newBuilder()
public static ServerData.Builder newBuilder(ServerData prototype)
public ServerData.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ServerData.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ServerData getDefaultInstance()
public static com.google.protobuf.Parser<ServerData> parser()
public com.google.protobuf.Parser<ServerData> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ServerData getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder