public static final class Reports.StatsReport extends com.google.protobuf.GeneratedMessageV3 implements Reports.StatsReportOrBuilder
Top-level message type for the server-side stats endpointProtobuf type
mdg.engine.proto.StatsReport| Modifier and Type | Class and Description |
|---|---|
static class |
Reports.StatsReport.Builder
Top-level message type for the server-side stats endpoint
|
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 |
END_TIME_FIELD_NUMBER |
static int |
HEADER_FIELD_NUMBER |
static int |
LEGACY_PER_QUERY_IMPLICIT_OPERATION_NAME_FIELD_NUMBER |
static int |
MEM_STATS_FIELD_NUMBER |
static int |
PER_QUERY_FIELD_NUMBER |
static int |
REALTIME_DURATION_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
static int |
TIME_STATS_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLegacyPerQueryImplicitOperationName(java.lang.String key)
Older agents (Go engineproxy) didn't explicitly include the operation name
in the key of this map, and the server had to parse it out (after a
re-signing operation which is no longer performed).
|
boolean |
containsPerQuery(java.lang.String key)
Maps from query descriptor to QueryStats.
|
boolean |
equals(java.lang.Object obj) |
static Reports.StatsReport |
getDefaultInstance() |
Reports.StatsReport |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Timestamp |
getEndTime()
End of the period of which stats are collected.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
End of the period of which stats are collected.
|
Reports.ReportHeader |
getHeader()
required
|
Reports.ReportHeaderOrBuilder |
getHeaderOrBuilder()
required
|
java.util.Map<java.lang.String,Reports.QueryStats> |
getLegacyPerQueryImplicitOperationName()
Deprecated.
|
int |
getLegacyPerQueryImplicitOperationNameCount()
Older agents (Go engineproxy) didn't explicitly include the operation name
in the key of this map, and the server had to parse it out (after a
re-signing operation which is no longer performed).
|
java.util.Map<java.lang.String,Reports.QueryStats> |
getLegacyPerQueryImplicitOperationNameMap()
Older agents (Go engineproxy) didn't explicitly include the operation name
in the key of this map, and the server had to parse it out (after a
re-signing operation which is no longer performed).
|
Reports.QueryStats |
getLegacyPerQueryImplicitOperationNameOrDefault(java.lang.String key,
Reports.QueryStats defaultValue)
Older agents (Go engineproxy) didn't explicitly include the operation name
in the key of this map, and the server had to parse it out (after a
re-signing operation which is no longer performed).
|
Reports.QueryStats |
getLegacyPerQueryImplicitOperationNameOrThrow(java.lang.String key)
Older agents (Go engineproxy) didn't explicitly include the operation name
in the key of this map, and the server had to parse it out (after a
re-signing operation which is no longer performed).
|
Reports.MemStats |
getMemStats()
These fields are about properties of the engineproxy and are not generated
from FullTracesReports.
|
Reports.MemStatsOrBuilder |
getMemStatsOrBuilder()
These fields are about properties of the engineproxy and are not generated
from FullTracesReports.
|
com.google.protobuf.Parser<Reports.StatsReport> |
getParserForType() |
java.util.Map<java.lang.String,Reports.QueryStats> |
getPerQuery()
Deprecated.
|
int |
getPerQueryCount()
Maps from query descriptor to QueryStats.
|
java.util.Map<java.lang.String,Reports.QueryStats> |
getPerQueryMap()
Maps from query descriptor to QueryStats.
|
Reports.QueryStats |
getPerQueryOrDefault(java.lang.String key,
Reports.QueryStats defaultValue)
Maps from query descriptor to QueryStats.
|
Reports.QueryStats |
getPerQueryOrThrow(java.lang.String key)
Maps from query descriptor to QueryStats.
|
long |
getRealtimeDuration()
Only used to interpret mem_stats and time_stats; not generated from
FullTracesReports.
|
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getStartTime()
Beginning of the period over which stats are collected.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Beginning of the period over which stats are collected.
|
Reports.TimeStats |
getTimeStats()
.mdg.engine.proto.TimeStats time_stats = 3; |
Reports.TimeStatsOrBuilder |
getTimeStatsOrBuilder()
.mdg.engine.proto.TimeStats time_stats = 3; |
Reports.Type |
getType(int index)
Deprecated: it was useful in Optics where we had access to the whole schema
but has not been ever used in Engine.
|
int |
getTypeCount()
Deprecated: it was useful in Optics where we had access to the whole schema
but has not been ever used in Engine.
|
java.util.List<Reports.Type> |
getTypeList()
Deprecated: it was useful in Optics where we had access to the whole schema
but has not been ever used in Engine.
|
Reports.TypeOrBuilder |
getTypeOrBuilder(int index)
Deprecated: it was useful in Optics where we had access to the whole schema
but has not been ever used in Engine.
|
java.util.List<? extends Reports.TypeOrBuilder> |
getTypeOrBuilderList()
Deprecated: it was useful in Optics where we had access to the whole schema
but has not been ever used in Engine.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEndTime()
End of the period of which stats are collected.
|
int |
hashCode() |
boolean |
hasHeader()
required
|
boolean |
hasMemStats()
These fields are about properties of the engineproxy and are not generated
from FullTracesReports.
|
boolean |
hasStartTime()
Beginning of the period over which stats are collected.
|
boolean |
hasTimeStats()
.mdg.engine.proto.TimeStats time_stats = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static Reports.StatsReport.Builder |
newBuilder() |
static Reports.StatsReport.Builder |
newBuilder(Reports.StatsReport prototype) |
Reports.StatsReport.Builder |
newBuilderForType() |
protected Reports.StatsReport.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Reports.StatsReport |
parseDelimitedFrom(java.io.InputStream input) |
static Reports.StatsReport |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Reports.StatsReport |
parseFrom(byte[] data) |
static Reports.StatsReport |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Reports.StatsReport |
parseFrom(java.nio.ByteBuffer data) |
static Reports.StatsReport |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Reports.StatsReport |
parseFrom(com.google.protobuf.ByteString data) |
static Reports.StatsReport |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Reports.StatsReport |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Reports.StatsReport |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Reports.StatsReport |
parseFrom(java.io.InputStream input) |
static Reports.StatsReport |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Reports.StatsReport> |
parser() |
Reports.StatsReport.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, 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 HEADER_FIELD_NUMBER
public static final int MEM_STATS_FIELD_NUMBER
public static final int TIME_STATS_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
public static final int REALTIME_DURATION_FIELD_NUMBER
public static final int PER_QUERY_FIELD_NUMBER
public static final int LEGACY_PER_QUERY_IMPLICIT_OPERATION_NAME_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
protected java.lang.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.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasHeader()
required
.mdg.engine.proto.ReportHeader header = 1;hasHeader in interface Reports.StatsReportOrBuilderpublic Reports.ReportHeader getHeader()
required
.mdg.engine.proto.ReportHeader header = 1;getHeader in interface Reports.StatsReportOrBuilderpublic Reports.ReportHeaderOrBuilder getHeaderOrBuilder()
required
.mdg.engine.proto.ReportHeader header = 1;getHeaderOrBuilder in interface Reports.StatsReportOrBuilderpublic boolean hasMemStats()
These fields are about properties of the engineproxy and are not generated from FullTracesReports.
.mdg.engine.proto.MemStats mem_stats = 2;hasMemStats in interface Reports.StatsReportOrBuilderpublic Reports.MemStats getMemStats()
These fields are about properties of the engineproxy and are not generated from FullTracesReports.
.mdg.engine.proto.MemStats mem_stats = 2;getMemStats in interface Reports.StatsReportOrBuilderpublic Reports.MemStatsOrBuilder getMemStatsOrBuilder()
These fields are about properties of the engineproxy and are not generated from FullTracesReports.
.mdg.engine.proto.MemStats mem_stats = 2;getMemStatsOrBuilder in interface Reports.StatsReportOrBuilderpublic boolean hasTimeStats()
.mdg.engine.proto.TimeStats time_stats = 3;hasTimeStats in interface Reports.StatsReportOrBuilderpublic Reports.TimeStats getTimeStats()
.mdg.engine.proto.TimeStats time_stats = 3;getTimeStats in interface Reports.StatsReportOrBuilderpublic Reports.TimeStatsOrBuilder getTimeStatsOrBuilder()
.mdg.engine.proto.TimeStats time_stats = 3;getTimeStatsOrBuilder in interface Reports.StatsReportOrBuilderpublic boolean hasStartTime()
Beginning of the period over which stats are collected.
.google.protobuf.Timestamp start_time = 8;hasStartTime in interface Reports.StatsReportOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
Beginning of the period over which stats are collected.
.google.protobuf.Timestamp start_time = 8;getStartTime in interface Reports.StatsReportOrBuilderpublic com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Beginning of the period over which stats are collected.
.google.protobuf.Timestamp start_time = 8;getStartTimeOrBuilder in interface Reports.StatsReportOrBuilderpublic boolean hasEndTime()
End of the period of which stats are collected.
.google.protobuf.Timestamp end_time = 9;hasEndTime in interface Reports.StatsReportOrBuilderpublic com.google.protobuf.Timestamp getEndTime()
End of the period of which stats are collected.
.google.protobuf.Timestamp end_time = 9;getEndTime in interface Reports.StatsReportOrBuilderpublic com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
End of the period of which stats are collected.
.google.protobuf.Timestamp end_time = 9;getEndTimeOrBuilder in interface Reports.StatsReportOrBuilderpublic long getRealtimeDuration()
Only used to interpret mem_stats and time_stats; not generated from FullTracesReports.
uint64 realtime_duration = 10;getRealtimeDuration in interface Reports.StatsReportOrBuilderpublic int getPerQueryCount()
Reports.StatsReportOrBuilderMaps from query descriptor to QueryStats. Required unless legacy_per_query_missing_operation_name is set. The keys are strings of the form `# operationName\nsignature` (literal hash and space), with operationName - if there is no operation name.
map<string, .mdg.engine.proto.QueryStats> per_query = 14;getPerQueryCount in interface Reports.StatsReportOrBuilderpublic boolean containsPerQuery(java.lang.String key)
Maps from query descriptor to QueryStats. Required unless legacy_per_query_missing_operation_name is set. The keys are strings of the form `# operationName\nsignature` (literal hash and space), with operationName - if there is no operation name.
map<string, .mdg.engine.proto.QueryStats> per_query = 14;containsPerQuery in interface Reports.StatsReportOrBuilder@Deprecated public java.util.Map<java.lang.String,Reports.QueryStats> getPerQuery()
getPerQueryMap() instead.getPerQuery in interface Reports.StatsReportOrBuilderpublic java.util.Map<java.lang.String,Reports.QueryStats> getPerQueryMap()
Maps from query descriptor to QueryStats. Required unless legacy_per_query_missing_operation_name is set. The keys are strings of the form `# operationName\nsignature` (literal hash and space), with operationName - if there is no operation name.
map<string, .mdg.engine.proto.QueryStats> per_query = 14;getPerQueryMap in interface Reports.StatsReportOrBuilderpublic Reports.QueryStats getPerQueryOrDefault(java.lang.String key, Reports.QueryStats defaultValue)
Maps from query descriptor to QueryStats. Required unless legacy_per_query_missing_operation_name is set. The keys are strings of the form `# operationName\nsignature` (literal hash and space), with operationName - if there is no operation name.
map<string, .mdg.engine.proto.QueryStats> per_query = 14;getPerQueryOrDefault in interface Reports.StatsReportOrBuilderpublic Reports.QueryStats getPerQueryOrThrow(java.lang.String key)
Maps from query descriptor to QueryStats. Required unless legacy_per_query_missing_operation_name is set. The keys are strings of the form `# operationName\nsignature` (literal hash and space), with operationName - if there is no operation name.
map<string, .mdg.engine.proto.QueryStats> per_query = 14;getPerQueryOrThrow in interface Reports.StatsReportOrBuilderpublic int getLegacyPerQueryImplicitOperationNameCount()
Reports.StatsReportOrBuilderOlder agents (Go engineproxy) didn't explicitly include the operation name in the key of this map, and the server had to parse it out (after a re-signing operation which is no longer performed). The key here is just the query signature. Deprecated.
map<string, .mdg.engine.proto.QueryStats> legacy_per_query_implicit_operation_name = 12;getLegacyPerQueryImplicitOperationNameCount in interface Reports.StatsReportOrBuilderpublic boolean containsLegacyPerQueryImplicitOperationName(java.lang.String key)
Older agents (Go engineproxy) didn't explicitly include the operation name in the key of this map, and the server had to parse it out (after a re-signing operation which is no longer performed). The key here is just the query signature. Deprecated.
map<string, .mdg.engine.proto.QueryStats> legacy_per_query_implicit_operation_name = 12;containsLegacyPerQueryImplicitOperationName in interface Reports.StatsReportOrBuilder@Deprecated public java.util.Map<java.lang.String,Reports.QueryStats> getLegacyPerQueryImplicitOperationName()
getLegacyPerQueryImplicitOperationNameMap() instead.getLegacyPerQueryImplicitOperationName in interface Reports.StatsReportOrBuilderpublic java.util.Map<java.lang.String,Reports.QueryStats> getLegacyPerQueryImplicitOperationNameMap()
Older agents (Go engineproxy) didn't explicitly include the operation name in the key of this map, and the server had to parse it out (after a re-signing operation which is no longer performed). The key here is just the query signature. Deprecated.
map<string, .mdg.engine.proto.QueryStats> legacy_per_query_implicit_operation_name = 12;getLegacyPerQueryImplicitOperationNameMap in interface Reports.StatsReportOrBuilderpublic Reports.QueryStats getLegacyPerQueryImplicitOperationNameOrDefault(java.lang.String key, Reports.QueryStats defaultValue)
Older agents (Go engineproxy) didn't explicitly include the operation name in the key of this map, and the server had to parse it out (after a re-signing operation which is no longer performed). The key here is just the query signature. Deprecated.
map<string, .mdg.engine.proto.QueryStats> legacy_per_query_implicit_operation_name = 12;getLegacyPerQueryImplicitOperationNameOrDefault in interface Reports.StatsReportOrBuilderpublic Reports.QueryStats getLegacyPerQueryImplicitOperationNameOrThrow(java.lang.String key)
Older agents (Go engineproxy) didn't explicitly include the operation name in the key of this map, and the server had to parse it out (after a re-signing operation which is no longer performed). The key here is just the query signature. Deprecated.
map<string, .mdg.engine.proto.QueryStats> legacy_per_query_implicit_operation_name = 12;getLegacyPerQueryImplicitOperationNameOrThrow in interface Reports.StatsReportOrBuilderpublic java.util.List<Reports.Type> getTypeList()
Deprecated: it was useful in Optics where we had access to the whole schema but has not been ever used in Engine. apollo-engine-reporting will not send it.
repeated .mdg.engine.proto.Type type = 13;getTypeList in interface Reports.StatsReportOrBuilderpublic java.util.List<? extends Reports.TypeOrBuilder> getTypeOrBuilderList()
Deprecated: it was useful in Optics where we had access to the whole schema but has not been ever used in Engine. apollo-engine-reporting will not send it.
repeated .mdg.engine.proto.Type type = 13;getTypeOrBuilderList in interface Reports.StatsReportOrBuilderpublic int getTypeCount()
Deprecated: it was useful in Optics where we had access to the whole schema but has not been ever used in Engine. apollo-engine-reporting will not send it.
repeated .mdg.engine.proto.Type type = 13;getTypeCount in interface Reports.StatsReportOrBuilderpublic Reports.Type getType(int index)
Deprecated: it was useful in Optics where we had access to the whole schema but has not been ever used in Engine. apollo-engine-reporting will not send it.
repeated .mdg.engine.proto.Type type = 13;getType in interface Reports.StatsReportOrBuilderpublic Reports.TypeOrBuilder getTypeOrBuilder(int index)
Deprecated: it was useful in Optics where we had access to the whole schema but has not been ever used in Engine. apollo-engine-reporting will not send it.
repeated .mdg.engine.proto.Type type = 13;getTypeOrBuilder in interface Reports.StatsReportOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.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 Reports.StatsReport parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Reports.StatsReport parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Reports.StatsReport parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Reports.StatsReport parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Reports.StatsReport parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Reports.StatsReport parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Reports.StatsReport parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Reports.StatsReport parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Reports.StatsReport parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Reports.StatsReport parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Reports.StatsReport parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Reports.StatsReport parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Reports.StatsReport.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Reports.StatsReport.Builder newBuilder()
public static Reports.StatsReport.Builder newBuilder(Reports.StatsReport prototype)
public Reports.StatsReport.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Reports.StatsReport.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Reports.StatsReport getDefaultInstance()
public static com.google.protobuf.Parser<Reports.StatsReport> parser()
public com.google.protobuf.Parser<Reports.StatsReport> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Reports.StatsReport getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder