public static final class Reports.ClientNameStats extends com.google.protobuf.GeneratedMessageV3 implements Reports.ClientNameStatsOrBuilder
mdg.engine.proto.ClientNameStats| Modifier and Type | Class and Description |
|---|---|
static class |
Reports.ClientNameStats.Builder
Protobuf type
mdg.engine.proto.ClientNameStats |
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 |
CACHE_HITS_PER_VERSION_FIELD_NUMBER |
static int |
CACHE_LATENCY_COUNT_FIELD_NUMBER |
static int |
FORBIDDEN_OPERATION_COUNT_PER_VERSION_FIELD_NUMBER |
static int |
LATENCY_COUNT_FIELD_NUMBER |
static int |
PERSISTED_QUERY_HITS_PER_VERSION_FIELD_NUMBER |
static int |
PERSISTED_QUERY_MISSES_PER_VERSION_FIELD_NUMBER |
static int |
PRIVATE_CACHE_TTL_COUNT_FIELD_NUMBER |
static int |
PUBLIC_CACHE_TTL_COUNT_FIELD_NUMBER |
static int |
REGISTERED_OPERATION_COUNT_PER_VERSION_FIELD_NUMBER |
static int |
REQUESTS_COUNT_PER_VERSION_FIELD_NUMBER |
static int |
REQUESTS_WITH_ERRORS_COUNT_FIELD_NUMBER |
static int |
ROOT_ERROR_STATS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCacheHitsPerVersion(java.lang.String key)
map<string, uint64> cache_hits_per_version = 4; |
boolean |
containsForbiddenOperationCountPerVersion(java.lang.String key)
map<string, uint64> forbidden_operation_count_per_version = 13; |
boolean |
containsPersistedQueryHitsPerVersion(java.lang.String key)
map<string, uint64> persisted_query_hits_per_version = 10; |
boolean |
containsPersistedQueryMissesPerVersion(java.lang.String key)
map<string, uint64> persisted_query_misses_per_version = 11; |
boolean |
containsRegisteredOperationCountPerVersion(java.lang.String key)
map<string, uint64> registered_operation_count_per_version = 12; |
boolean |
containsRequestsCountPerVersion(java.lang.String key)
These per-version fields were used to understand what versions contributed to this sample
when we were implementing the aggregation of this information ourselves using BigTable.
|
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,java.lang.Long> |
getCacheHitsPerVersion()
Deprecated.
|
int |
getCacheHitsPerVersionCount()
map<string, uint64> cache_hits_per_version = 4; |
java.util.Map<java.lang.String,java.lang.Long> |
getCacheHitsPerVersionMap()
map<string, uint64> cache_hits_per_version = 4; |
long |
getCacheHitsPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> cache_hits_per_version = 4; |
long |
getCacheHitsPerVersionOrThrow(java.lang.String key)
map<string, uint64> cache_hits_per_version = 4; |
long |
getCacheLatencyCount(int index)
Duration histogram; see docs/histograms.md
|
int |
getCacheLatencyCountCount()
Duration histogram; see docs/histograms.md
|
java.util.List<java.lang.Long> |
getCacheLatencyCountList()
Duration histogram; see docs/histograms.md
|
static Reports.ClientNameStats |
getDefaultInstance() |
Reports.ClientNameStats |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.util.Map<java.lang.String,java.lang.Long> |
getForbiddenOperationCountPerVersion()
Deprecated.
|
int |
getForbiddenOperationCountPerVersionCount()
map<string, uint64> forbidden_operation_count_per_version = 13; |
java.util.Map<java.lang.String,java.lang.Long> |
getForbiddenOperationCountPerVersionMap()
map<string, uint64> forbidden_operation_count_per_version = 13; |
long |
getForbiddenOperationCountPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> forbidden_operation_count_per_version = 13; |
long |
getForbiddenOperationCountPerVersionOrThrow(java.lang.String key)
map<string, uint64> forbidden_operation_count_per_version = 13; |
long |
getLatencyCount(int index)
Duration histogram for non-cache-hit queries.
|
int |
getLatencyCountCount()
Duration histogram for non-cache-hit queries.
|
java.util.List<java.lang.Long> |
getLatencyCountList()
Duration histogram for non-cache-hit queries.
|
com.google.protobuf.Parser<Reports.ClientNameStats> |
getParserForType() |
java.util.Map<java.lang.String,java.lang.Long> |
getPersistedQueryHitsPerVersion()
Deprecated.
|
int |
getPersistedQueryHitsPerVersionCount()
map<string, uint64> persisted_query_hits_per_version = 10; |
java.util.Map<java.lang.String,java.lang.Long> |
getPersistedQueryHitsPerVersionMap()
map<string, uint64> persisted_query_hits_per_version = 10; |
long |
getPersistedQueryHitsPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> persisted_query_hits_per_version = 10; |
long |
getPersistedQueryHitsPerVersionOrThrow(java.lang.String key)
map<string, uint64> persisted_query_hits_per_version = 10; |
java.util.Map<java.lang.String,java.lang.Long> |
getPersistedQueryMissesPerVersion()
Deprecated.
|
int |
getPersistedQueryMissesPerVersionCount()
map<string, uint64> persisted_query_misses_per_version = 11; |
java.util.Map<java.lang.String,java.lang.Long> |
getPersistedQueryMissesPerVersionMap()
map<string, uint64> persisted_query_misses_per_version = 11; |
long |
getPersistedQueryMissesPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> persisted_query_misses_per_version = 11; |
long |
getPersistedQueryMissesPerVersionOrThrow(java.lang.String key)
map<string, uint64> persisted_query_misses_per_version = 11; |
long |
getPrivateCacheTtlCount(int index)
TTL histograms for cache misses for the private cache.
|
int |
getPrivateCacheTtlCountCount()
TTL histograms for cache misses for the private cache.
|
java.util.List<java.lang.Long> |
getPrivateCacheTtlCountList()
TTL histograms for cache misses for the private cache.
|
long |
getPublicCacheTtlCount(int index)
TTL histograms for cache misses for the public cache.
|
int |
getPublicCacheTtlCountCount()
TTL histograms for cache misses for the public cache.
|
java.util.List<java.lang.Long> |
getPublicCacheTtlCountList()
TTL histograms for cache misses for the public cache.
|
java.util.Map<java.lang.String,java.lang.Long> |
getRegisteredOperationCountPerVersion()
Deprecated.
|
int |
getRegisteredOperationCountPerVersionCount()
map<string, uint64> registered_operation_count_per_version = 12; |
java.util.Map<java.lang.String,java.lang.Long> |
getRegisteredOperationCountPerVersionMap()
map<string, uint64> registered_operation_count_per_version = 12; |
long |
getRegisteredOperationCountPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> registered_operation_count_per_version = 12; |
long |
getRegisteredOperationCountPerVersionOrThrow(java.lang.String key)
map<string, uint64> registered_operation_count_per_version = 12; |
java.util.Map<java.lang.String,java.lang.Long> |
getRequestsCountPerVersion()
Deprecated.
|
int |
getRequestsCountPerVersionCount()
These per-version fields were used to understand what versions contributed to this sample
when we were implementing the aggregation of this information ourselves using BigTable.
|
java.util.Map<java.lang.String,java.lang.Long> |
getRequestsCountPerVersionMap()
These per-version fields were used to understand what versions contributed to this sample
when we were implementing the aggregation of this information ourselves using BigTable.
|
long |
getRequestsCountPerVersionOrDefault(java.lang.String key,
long defaultValue)
These per-version fields were used to understand what versions contributed to this sample
when we were implementing the aggregation of this information ourselves using BigTable.
|
long |
getRequestsCountPerVersionOrThrow(java.lang.String key)
These per-version fields were used to understand what versions contributed to this sample
when we were implementing the aggregation of this information ourselves using BigTable.
|
long |
getRequestsWithErrorsCount()
uint64 requests_with_errors_count = 7; |
Reports.PathErrorStats |
getRootErrorStats()
.mdg.engine.proto.PathErrorStats root_error_stats = 6; |
Reports.PathErrorStatsOrBuilder |
getRootErrorStatsOrBuilder()
.mdg.engine.proto.PathErrorStats root_error_stats = 6; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasRootErrorStats()
.mdg.engine.proto.PathErrorStats root_error_stats = 6; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static Reports.ClientNameStats.Builder |
newBuilder() |
static Reports.ClientNameStats.Builder |
newBuilder(Reports.ClientNameStats prototype) |
Reports.ClientNameStats.Builder |
newBuilderForType() |
protected Reports.ClientNameStats.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Reports.ClientNameStats |
parseDelimitedFrom(java.io.InputStream input) |
static Reports.ClientNameStats |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Reports.ClientNameStats |
parseFrom(byte[] data) |
static Reports.ClientNameStats |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Reports.ClientNameStats |
parseFrom(java.nio.ByteBuffer data) |
static Reports.ClientNameStats |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Reports.ClientNameStats |
parseFrom(com.google.protobuf.ByteString data) |
static Reports.ClientNameStats |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Reports.ClientNameStats |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Reports.ClientNameStats |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Reports.ClientNameStats |
parseFrom(java.io.InputStream input) |
static Reports.ClientNameStats |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Reports.ClientNameStats> |
parser() |
Reports.ClientNameStats.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 LATENCY_COUNT_FIELD_NUMBER
public static final int REQUESTS_COUNT_PER_VERSION_FIELD_NUMBER
public static final int CACHE_HITS_PER_VERSION_FIELD_NUMBER
public static final int PERSISTED_QUERY_HITS_PER_VERSION_FIELD_NUMBER
public static final int PERSISTED_QUERY_MISSES_PER_VERSION_FIELD_NUMBER
public static final int REGISTERED_OPERATION_COUNT_PER_VERSION_FIELD_NUMBER
public static final int FORBIDDEN_OPERATION_COUNT_PER_VERSION_FIELD_NUMBER
public static final int CACHE_LATENCY_COUNT_FIELD_NUMBER
public static final int ROOT_ERROR_STATS_FIELD_NUMBER
public static final int REQUESTS_WITH_ERRORS_COUNT_FIELD_NUMBER
public static final int PUBLIC_CACHE_TTL_COUNT_FIELD_NUMBER
public static final int PRIVATE_CACHE_TTL_COUNT_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 java.util.List<java.lang.Long> getLatencyCountList()
Duration histogram for non-cache-hit queries. (See docs/histograms.md for the histogram format.)
repeated int64 latency_count = 1;getLatencyCountList in interface Reports.ClientNameStatsOrBuilderpublic int getLatencyCountCount()
Duration histogram for non-cache-hit queries. (See docs/histograms.md for the histogram format.)
repeated int64 latency_count = 1;getLatencyCountCount in interface Reports.ClientNameStatsOrBuilderpublic long getLatencyCount(int index)
Duration histogram for non-cache-hit queries. (See docs/histograms.md for the histogram format.)
repeated int64 latency_count = 1;getLatencyCount in interface Reports.ClientNameStatsOrBuilderindex - The index of the element to return.public int getRequestsCountPerVersionCount()
Reports.ClientNameStatsOrBuilderThese per-version fields were used to understand what versions contributed to this sample when we were implementing the aggregation of this information ourselves using BigTable. However, since the per-version stats don't separate out latency, it makes more sense to have stats reported with contextual information so we can have the specific breakdown we're looking for. These fields are somewhat misleading as we never actually do any per-version awareness with anything reporting in the legacy "per_client_name" stats, and instead use "query_stats_with_context" to have more contextual information.
map<string, uint64> requests_count_per_version = 3;getRequestsCountPerVersionCount in interface Reports.ClientNameStatsOrBuilderpublic boolean containsRequestsCountPerVersion(java.lang.String key)
These per-version fields were used to understand what versions contributed to this sample when we were implementing the aggregation of this information ourselves using BigTable. However, since the per-version stats don't separate out latency, it makes more sense to have stats reported with contextual information so we can have the specific breakdown we're looking for. These fields are somewhat misleading as we never actually do any per-version awareness with anything reporting in the legacy "per_client_name" stats, and instead use "query_stats_with_context" to have more contextual information.
map<string, uint64> requests_count_per_version = 3;containsRequestsCountPerVersion in interface Reports.ClientNameStatsOrBuilder@Deprecated public java.util.Map<java.lang.String,java.lang.Long> getRequestsCountPerVersion()
getRequestsCountPerVersionMap() instead.getRequestsCountPerVersion in interface Reports.ClientNameStatsOrBuilderpublic java.util.Map<java.lang.String,java.lang.Long> getRequestsCountPerVersionMap()
These per-version fields were used to understand what versions contributed to this sample when we were implementing the aggregation of this information ourselves using BigTable. However, since the per-version stats don't separate out latency, it makes more sense to have stats reported with contextual information so we can have the specific breakdown we're looking for. These fields are somewhat misleading as we never actually do any per-version awareness with anything reporting in the legacy "per_client_name" stats, and instead use "query_stats_with_context" to have more contextual information.
map<string, uint64> requests_count_per_version = 3;getRequestsCountPerVersionMap in interface Reports.ClientNameStatsOrBuilderpublic long getRequestsCountPerVersionOrDefault(java.lang.String key,
long defaultValue)
These per-version fields were used to understand what versions contributed to this sample when we were implementing the aggregation of this information ourselves using BigTable. However, since the per-version stats don't separate out latency, it makes more sense to have stats reported with contextual information so we can have the specific breakdown we're looking for. These fields are somewhat misleading as we never actually do any per-version awareness with anything reporting in the legacy "per_client_name" stats, and instead use "query_stats_with_context" to have more contextual information.
map<string, uint64> requests_count_per_version = 3;getRequestsCountPerVersionOrDefault in interface Reports.ClientNameStatsOrBuilderpublic long getRequestsCountPerVersionOrThrow(java.lang.String key)
These per-version fields were used to understand what versions contributed to this sample when we were implementing the aggregation of this information ourselves using BigTable. However, since the per-version stats don't separate out latency, it makes more sense to have stats reported with contextual information so we can have the specific breakdown we're looking for. These fields are somewhat misleading as we never actually do any per-version awareness with anything reporting in the legacy "per_client_name" stats, and instead use "query_stats_with_context" to have more contextual information.
map<string, uint64> requests_count_per_version = 3;getRequestsCountPerVersionOrThrow in interface Reports.ClientNameStatsOrBuilderpublic int getCacheHitsPerVersionCount()
Reports.ClientNameStatsOrBuildermap<string, uint64> cache_hits_per_version = 4;getCacheHitsPerVersionCount in interface Reports.ClientNameStatsOrBuilderpublic boolean containsCacheHitsPerVersion(java.lang.String key)
map<string, uint64> cache_hits_per_version = 4;containsCacheHitsPerVersion in interface Reports.ClientNameStatsOrBuilder@Deprecated public java.util.Map<java.lang.String,java.lang.Long> getCacheHitsPerVersion()
getCacheHitsPerVersionMap() instead.getCacheHitsPerVersion in interface Reports.ClientNameStatsOrBuilderpublic java.util.Map<java.lang.String,java.lang.Long> getCacheHitsPerVersionMap()
map<string, uint64> cache_hits_per_version = 4;getCacheHitsPerVersionMap in interface Reports.ClientNameStatsOrBuilderpublic long getCacheHitsPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> cache_hits_per_version = 4;getCacheHitsPerVersionOrDefault in interface Reports.ClientNameStatsOrBuilderpublic long getCacheHitsPerVersionOrThrow(java.lang.String key)
map<string, uint64> cache_hits_per_version = 4;getCacheHitsPerVersionOrThrow in interface Reports.ClientNameStatsOrBuilderpublic int getPersistedQueryHitsPerVersionCount()
Reports.ClientNameStatsOrBuildermap<string, uint64> persisted_query_hits_per_version = 10;getPersistedQueryHitsPerVersionCount in interface Reports.ClientNameStatsOrBuilderpublic boolean containsPersistedQueryHitsPerVersion(java.lang.String key)
map<string, uint64> persisted_query_hits_per_version = 10;containsPersistedQueryHitsPerVersion in interface Reports.ClientNameStatsOrBuilder@Deprecated public java.util.Map<java.lang.String,java.lang.Long> getPersistedQueryHitsPerVersion()
getPersistedQueryHitsPerVersionMap() instead.getPersistedQueryHitsPerVersion in interface Reports.ClientNameStatsOrBuilderpublic java.util.Map<java.lang.String,java.lang.Long> getPersistedQueryHitsPerVersionMap()
map<string, uint64> persisted_query_hits_per_version = 10;getPersistedQueryHitsPerVersionMap in interface Reports.ClientNameStatsOrBuilderpublic long getPersistedQueryHitsPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> persisted_query_hits_per_version = 10;getPersistedQueryHitsPerVersionOrDefault in interface Reports.ClientNameStatsOrBuilderpublic long getPersistedQueryHitsPerVersionOrThrow(java.lang.String key)
map<string, uint64> persisted_query_hits_per_version = 10;getPersistedQueryHitsPerVersionOrThrow in interface Reports.ClientNameStatsOrBuilderpublic int getPersistedQueryMissesPerVersionCount()
Reports.ClientNameStatsOrBuildermap<string, uint64> persisted_query_misses_per_version = 11;getPersistedQueryMissesPerVersionCount in interface Reports.ClientNameStatsOrBuilderpublic boolean containsPersistedQueryMissesPerVersion(java.lang.String key)
map<string, uint64> persisted_query_misses_per_version = 11;containsPersistedQueryMissesPerVersion in interface Reports.ClientNameStatsOrBuilder@Deprecated public java.util.Map<java.lang.String,java.lang.Long> getPersistedQueryMissesPerVersion()
getPersistedQueryMissesPerVersionMap() instead.getPersistedQueryMissesPerVersion in interface Reports.ClientNameStatsOrBuilderpublic java.util.Map<java.lang.String,java.lang.Long> getPersistedQueryMissesPerVersionMap()
map<string, uint64> persisted_query_misses_per_version = 11;getPersistedQueryMissesPerVersionMap in interface Reports.ClientNameStatsOrBuilderpublic long getPersistedQueryMissesPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> persisted_query_misses_per_version = 11;getPersistedQueryMissesPerVersionOrDefault in interface Reports.ClientNameStatsOrBuilderpublic long getPersistedQueryMissesPerVersionOrThrow(java.lang.String key)
map<string, uint64> persisted_query_misses_per_version = 11;getPersistedQueryMissesPerVersionOrThrow in interface Reports.ClientNameStatsOrBuilderpublic int getRegisteredOperationCountPerVersionCount()
Reports.ClientNameStatsOrBuildermap<string, uint64> registered_operation_count_per_version = 12;getRegisteredOperationCountPerVersionCount in interface Reports.ClientNameStatsOrBuilderpublic boolean containsRegisteredOperationCountPerVersion(java.lang.String key)
map<string, uint64> registered_operation_count_per_version = 12;containsRegisteredOperationCountPerVersion in interface Reports.ClientNameStatsOrBuilder@Deprecated public java.util.Map<java.lang.String,java.lang.Long> getRegisteredOperationCountPerVersion()
getRegisteredOperationCountPerVersionMap() instead.getRegisteredOperationCountPerVersion in interface Reports.ClientNameStatsOrBuilderpublic java.util.Map<java.lang.String,java.lang.Long> getRegisteredOperationCountPerVersionMap()
map<string, uint64> registered_operation_count_per_version = 12;getRegisteredOperationCountPerVersionMap in interface Reports.ClientNameStatsOrBuilderpublic long getRegisteredOperationCountPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> registered_operation_count_per_version = 12;getRegisteredOperationCountPerVersionOrDefault in interface Reports.ClientNameStatsOrBuilderpublic long getRegisteredOperationCountPerVersionOrThrow(java.lang.String key)
map<string, uint64> registered_operation_count_per_version = 12;getRegisteredOperationCountPerVersionOrThrow in interface Reports.ClientNameStatsOrBuilderpublic int getForbiddenOperationCountPerVersionCount()
Reports.ClientNameStatsOrBuildermap<string, uint64> forbidden_operation_count_per_version = 13;getForbiddenOperationCountPerVersionCount in interface Reports.ClientNameStatsOrBuilderpublic boolean containsForbiddenOperationCountPerVersion(java.lang.String key)
map<string, uint64> forbidden_operation_count_per_version = 13;containsForbiddenOperationCountPerVersion in interface Reports.ClientNameStatsOrBuilder@Deprecated public java.util.Map<java.lang.String,java.lang.Long> getForbiddenOperationCountPerVersion()
getForbiddenOperationCountPerVersionMap() instead.getForbiddenOperationCountPerVersion in interface Reports.ClientNameStatsOrBuilderpublic java.util.Map<java.lang.String,java.lang.Long> getForbiddenOperationCountPerVersionMap()
map<string, uint64> forbidden_operation_count_per_version = 13;getForbiddenOperationCountPerVersionMap in interface Reports.ClientNameStatsOrBuilderpublic long getForbiddenOperationCountPerVersionOrDefault(java.lang.String key,
long defaultValue)
map<string, uint64> forbidden_operation_count_per_version = 13;getForbiddenOperationCountPerVersionOrDefault in interface Reports.ClientNameStatsOrBuilderpublic long getForbiddenOperationCountPerVersionOrThrow(java.lang.String key)
map<string, uint64> forbidden_operation_count_per_version = 13;getForbiddenOperationCountPerVersionOrThrow in interface Reports.ClientNameStatsOrBuilderpublic java.util.List<java.lang.Long> getCacheLatencyCountList()
Duration histogram; see docs/histograms.md
repeated int64 cache_latency_count = 5;getCacheLatencyCountList in interface Reports.ClientNameStatsOrBuilderpublic int getCacheLatencyCountCount()
Duration histogram; see docs/histograms.md
repeated int64 cache_latency_count = 5;getCacheLatencyCountCount in interface Reports.ClientNameStatsOrBuilderpublic long getCacheLatencyCount(int index)
Duration histogram; see docs/histograms.md
repeated int64 cache_latency_count = 5;getCacheLatencyCount in interface Reports.ClientNameStatsOrBuilderindex - The index of the element to return.public boolean hasRootErrorStats()
.mdg.engine.proto.PathErrorStats root_error_stats = 6;hasRootErrorStats in interface Reports.ClientNameStatsOrBuilderpublic Reports.PathErrorStats getRootErrorStats()
.mdg.engine.proto.PathErrorStats root_error_stats = 6;getRootErrorStats in interface Reports.ClientNameStatsOrBuilderpublic Reports.PathErrorStatsOrBuilder getRootErrorStatsOrBuilder()
.mdg.engine.proto.PathErrorStats root_error_stats = 6;getRootErrorStatsOrBuilder in interface Reports.ClientNameStatsOrBuilderpublic long getRequestsWithErrorsCount()
uint64 requests_with_errors_count = 7;getRequestsWithErrorsCount in interface Reports.ClientNameStatsOrBuilderpublic java.util.List<java.lang.Long> getPublicCacheTtlCountList()
TTL histograms for cache misses for the public cache.
repeated int64 public_cache_ttl_count = 8;getPublicCacheTtlCountList in interface Reports.ClientNameStatsOrBuilderpublic int getPublicCacheTtlCountCount()
TTL histograms for cache misses for the public cache.
repeated int64 public_cache_ttl_count = 8;getPublicCacheTtlCountCount in interface Reports.ClientNameStatsOrBuilderpublic long getPublicCacheTtlCount(int index)
TTL histograms for cache misses for the public cache.
repeated int64 public_cache_ttl_count = 8;getPublicCacheTtlCount in interface Reports.ClientNameStatsOrBuilderindex - The index of the element to return.public java.util.List<java.lang.Long> getPrivateCacheTtlCountList()
TTL histograms for cache misses for the private cache.
repeated int64 private_cache_ttl_count = 9;getPrivateCacheTtlCountList in interface Reports.ClientNameStatsOrBuilderpublic int getPrivateCacheTtlCountCount()
TTL histograms for cache misses for the private cache.
repeated int64 private_cache_ttl_count = 9;getPrivateCacheTtlCountCount in interface Reports.ClientNameStatsOrBuilderpublic long getPrivateCacheTtlCount(int index)
TTL histograms for cache misses for the private cache.
repeated int64 private_cache_ttl_count = 9;getPrivateCacheTtlCount in interface Reports.ClientNameStatsOrBuilderindex - The index of the element to return.public 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.ClientNameStats parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Reports.ClientNameStats parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Reports.ClientNameStats parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Reports.ClientNameStats parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Reports.ClientNameStats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Reports.ClientNameStats parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Reports.ClientNameStats parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Reports.ClientNameStats parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Reports.ClientNameStats parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Reports.ClientNameStats parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Reports.ClientNameStats parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Reports.ClientNameStats parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Reports.ClientNameStats.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Reports.ClientNameStats.Builder newBuilder()
public static Reports.ClientNameStats.Builder newBuilder(Reports.ClientNameStats prototype)
public Reports.ClientNameStats.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Reports.ClientNameStats.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Reports.ClientNameStats getDefaultInstance()
public static com.google.protobuf.Parser<Reports.ClientNameStats> parser()
public com.google.protobuf.Parser<Reports.ClientNameStats> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Reports.ClientNameStats getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder