public static final class Reports.ClientNameStats.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Reports.ClientNameStats.Builder> implements Reports.ClientNameStatsOrBuilder
mdg.engine.proto.ClientNameStats| Modifier and Type | Method and Description |
|---|---|
Reports.ClientNameStats.Builder |
addAllCacheLatencyCount(java.lang.Iterable<? extends java.lang.Long> values)
Duration histogram; see docs/histograms.md
|
Reports.ClientNameStats.Builder |
addAllLatencyCount(java.lang.Iterable<? extends java.lang.Long> values)
Duration histogram for non-cache-hit queries.
|
Reports.ClientNameStats.Builder |
addAllPrivateCacheTtlCount(java.lang.Iterable<? extends java.lang.Long> values)
TTL histograms for cache misses for the private cache.
|
Reports.ClientNameStats.Builder |
addAllPublicCacheTtlCount(java.lang.Iterable<? extends java.lang.Long> values)
TTL histograms for cache misses for the public cache.
|
Reports.ClientNameStats.Builder |
addCacheLatencyCount(long value)
Duration histogram; see docs/histograms.md
|
Reports.ClientNameStats.Builder |
addLatencyCount(long value)
Duration histogram for non-cache-hit queries.
|
Reports.ClientNameStats.Builder |
addPrivateCacheTtlCount(long value)
TTL histograms for cache misses for the private cache.
|
Reports.ClientNameStats.Builder |
addPublicCacheTtlCount(long value)
TTL histograms for cache misses for the public cache.
|
Reports.ClientNameStats.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Reports.ClientNameStats |
build() |
Reports.ClientNameStats |
buildPartial() |
Reports.ClientNameStats.Builder |
clear() |
Reports.ClientNameStats.Builder |
clearCacheHitsPerVersion() |
Reports.ClientNameStats.Builder |
clearCacheLatencyCount()
Duration histogram; see docs/histograms.md
|
Reports.ClientNameStats.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Reports.ClientNameStats.Builder |
clearForbiddenOperationCountPerVersion() |
Reports.ClientNameStats.Builder |
clearLatencyCount()
Duration histogram for non-cache-hit queries.
|
Reports.ClientNameStats.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Reports.ClientNameStats.Builder |
clearPersistedQueryHitsPerVersion() |
Reports.ClientNameStats.Builder |
clearPersistedQueryMissesPerVersion() |
Reports.ClientNameStats.Builder |
clearPrivateCacheTtlCount()
TTL histograms for cache misses for the private cache.
|
Reports.ClientNameStats.Builder |
clearPublicCacheTtlCount()
TTL histograms for cache misses for the public cache.
|
Reports.ClientNameStats.Builder |
clearRegisteredOperationCountPerVersion() |
Reports.ClientNameStats.Builder |
clearRequestsCountPerVersion() |
Reports.ClientNameStats.Builder |
clearRequestsWithErrorsCount()
uint64 requests_with_errors_count = 7; |
Reports.ClientNameStats.Builder |
clearRootErrorStats()
.mdg.engine.proto.PathErrorStats root_error_stats = 6; |
Reports.ClientNameStats.Builder |
clone() |
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.
|
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
|
Reports.ClientNameStats |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
java.util.Map<java.lang.String,java.lang.Long> |
getMutableCacheHitsPerVersion()
Deprecated.
|
java.util.Map<java.lang.String,java.lang.Long> |
getMutableForbiddenOperationCountPerVersion()
Deprecated.
|
java.util.Map<java.lang.String,java.lang.Long> |
getMutablePersistedQueryHitsPerVersion()
Deprecated.
|
java.util.Map<java.lang.String,java.lang.Long> |
getMutablePersistedQueryMissesPerVersion()
Deprecated.
|
java.util.Map<java.lang.String,java.lang.Long> |
getMutableRegisteredOperationCountPerVersion()
Deprecated.
|
java.util.Map<java.lang.String,java.lang.Long> |
getMutableRequestsCountPerVersion()
Deprecated.
|
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.PathErrorStats.Builder |
getRootErrorStatsBuilder()
.mdg.engine.proto.PathErrorStats root_error_stats = 6; |
Reports.PathErrorStatsOrBuilder |
getRootErrorStatsOrBuilder()
.mdg.engine.proto.PathErrorStats root_error_stats = 6; |
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) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
Reports.ClientNameStats.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Reports.ClientNameStats.Builder |
mergeFrom(com.google.protobuf.Message other) |
Reports.ClientNameStats.Builder |
mergeFrom(Reports.ClientNameStats other) |
Reports.ClientNameStats.Builder |
mergeRootErrorStats(Reports.PathErrorStats value)
.mdg.engine.proto.PathErrorStats root_error_stats = 6; |
Reports.ClientNameStats.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Reports.ClientNameStats.Builder |
putAllCacheHitsPerVersion(java.util.Map<java.lang.String,java.lang.Long> values)
map<string, uint64> cache_hits_per_version = 4; |
Reports.ClientNameStats.Builder |
putAllForbiddenOperationCountPerVersion(java.util.Map<java.lang.String,java.lang.Long> values)
map<string, uint64> forbidden_operation_count_per_version = 13; |
Reports.ClientNameStats.Builder |
putAllPersistedQueryHitsPerVersion(java.util.Map<java.lang.String,java.lang.Long> values)
map<string, uint64> persisted_query_hits_per_version = 10; |
Reports.ClientNameStats.Builder |
putAllPersistedQueryMissesPerVersion(java.util.Map<java.lang.String,java.lang.Long> values)
map<string, uint64> persisted_query_misses_per_version = 11; |
Reports.ClientNameStats.Builder |
putAllRegisteredOperationCountPerVersion(java.util.Map<java.lang.String,java.lang.Long> values)
map<string, uint64> registered_operation_count_per_version = 12; |
Reports.ClientNameStats.Builder |
putAllRequestsCountPerVersion(java.util.Map<java.lang.String,java.lang.Long> values)
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.
|
Reports.ClientNameStats.Builder |
putCacheHitsPerVersion(java.lang.String key,
long value)
map<string, uint64> cache_hits_per_version = 4; |
Reports.ClientNameStats.Builder |
putForbiddenOperationCountPerVersion(java.lang.String key,
long value)
map<string, uint64> forbidden_operation_count_per_version = 13; |
Reports.ClientNameStats.Builder |
putPersistedQueryHitsPerVersion(java.lang.String key,
long value)
map<string, uint64> persisted_query_hits_per_version = 10; |
Reports.ClientNameStats.Builder |
putPersistedQueryMissesPerVersion(java.lang.String key,
long value)
map<string, uint64> persisted_query_misses_per_version = 11; |
Reports.ClientNameStats.Builder |
putRegisteredOperationCountPerVersion(java.lang.String key,
long value)
map<string, uint64> registered_operation_count_per_version = 12; |
Reports.ClientNameStats.Builder |
putRequestsCountPerVersion(java.lang.String key,
long value)
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.
|
Reports.ClientNameStats.Builder |
removeCacheHitsPerVersion(java.lang.String key)
map<string, uint64> cache_hits_per_version = 4; |
Reports.ClientNameStats.Builder |
removeForbiddenOperationCountPerVersion(java.lang.String key)
map<string, uint64> forbidden_operation_count_per_version = 13; |
Reports.ClientNameStats.Builder |
removePersistedQueryHitsPerVersion(java.lang.String key)
map<string, uint64> persisted_query_hits_per_version = 10; |
Reports.ClientNameStats.Builder |
removePersistedQueryMissesPerVersion(java.lang.String key)
map<string, uint64> persisted_query_misses_per_version = 11; |
Reports.ClientNameStats.Builder |
removeRegisteredOperationCountPerVersion(java.lang.String key)
map<string, uint64> registered_operation_count_per_version = 12; |
Reports.ClientNameStats.Builder |
removeRequestsCountPerVersion(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.
|
Reports.ClientNameStats.Builder |
setCacheLatencyCount(int index,
long value)
Duration histogram; see docs/histograms.md
|
Reports.ClientNameStats.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Reports.ClientNameStats.Builder |
setLatencyCount(int index,
long value)
Duration histogram for non-cache-hit queries.
|
Reports.ClientNameStats.Builder |
setPrivateCacheTtlCount(int index,
long value)
TTL histograms for cache misses for the private cache.
|
Reports.ClientNameStats.Builder |
setPublicCacheTtlCount(int index,
long value)
TTL histograms for cache misses for the public cache.
|
Reports.ClientNameStats.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Reports.ClientNameStats.Builder |
setRequestsWithErrorsCount(long value)
uint64 requests_with_errors_count = 7; |
Reports.ClientNameStats.Builder |
setRootErrorStats(Reports.PathErrorStats.Builder builderForValue)
.mdg.engine.proto.PathErrorStats root_error_stats = 6; |
Reports.ClientNameStats.Builder |
setRootErrorStats(Reports.PathErrorStats value)
.mdg.engine.proto.PathErrorStats root_error_stats = 6; |
Reports.ClientNameStats.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.ClientNameStats.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.ClientNameStats.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.ClientNameStats.Builder>public Reports.ClientNameStats.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.ClientNameStats.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.ClientNameStats.Builder>public Reports.ClientNameStats getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Reports.ClientNameStats build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Reports.ClientNameStats buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Reports.ClientNameStats.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.ClientNameStats.Builder>public Reports.ClientNameStats.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.ClientNameStats.Builder>public Reports.ClientNameStats.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.ClientNameStats.Builder>public Reports.ClientNameStats.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.ClientNameStats.Builder>public Reports.ClientNameStats.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.ClientNameStats.Builder>public Reports.ClientNameStats.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.ClientNameStats.Builder>public Reports.ClientNameStats.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Reports.ClientNameStats.Builder>public Reports.ClientNameStats.Builder mergeFrom(Reports.ClientNameStats other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.ClientNameStats.Builder>public Reports.ClientNameStats.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Reports.ClientNameStats.Builder>java.io.IOExceptionpublic 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 Reports.ClientNameStats.Builder setLatencyCount(int index, long value)
Duration histogram for non-cache-hit queries. (See docs/histograms.md for the histogram format.)
repeated int64 latency_count = 1;index - The index to set the value at.value - The latencyCount to set.public Reports.ClientNameStats.Builder addLatencyCount(long value)
Duration histogram for non-cache-hit queries. (See docs/histograms.md for the histogram format.)
repeated int64 latency_count = 1;value - The latencyCount to add.public Reports.ClientNameStats.Builder addAllLatencyCount(java.lang.Iterable<? extends java.lang.Long> values)
Duration histogram for non-cache-hit queries. (See docs/histograms.md for the histogram format.)
repeated int64 latency_count = 1;values - The latencyCount to add.public Reports.ClientNameStats.Builder clearLatencyCount()
Duration histogram for non-cache-hit queries. (See docs/histograms.md for the histogram format.)
repeated int64 latency_count = 1;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 Reports.ClientNameStats.Builder clearRequestsCountPerVersion()
public Reports.ClientNameStats.Builder removeRequestsCountPerVersion(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;@Deprecated public java.util.Map<java.lang.String,java.lang.Long> getMutableRequestsCountPerVersion()
public Reports.ClientNameStats.Builder putRequestsCountPerVersion(java.lang.String key, long value)
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;public Reports.ClientNameStats.Builder putAllRequestsCountPerVersion(java.util.Map<java.lang.String,java.lang.Long> values)
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;public 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 Reports.ClientNameStats.Builder clearCacheHitsPerVersion()
public Reports.ClientNameStats.Builder removeCacheHitsPerVersion(java.lang.String key)
map<string, uint64> cache_hits_per_version = 4;@Deprecated public java.util.Map<java.lang.String,java.lang.Long> getMutableCacheHitsPerVersion()
public Reports.ClientNameStats.Builder putCacheHitsPerVersion(java.lang.String key, long value)
map<string, uint64> cache_hits_per_version = 4;public Reports.ClientNameStats.Builder putAllCacheHitsPerVersion(java.util.Map<java.lang.String,java.lang.Long> values)
map<string, uint64> cache_hits_per_version = 4;public 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 Reports.ClientNameStats.Builder clearPersistedQueryHitsPerVersion()
public Reports.ClientNameStats.Builder removePersistedQueryHitsPerVersion(java.lang.String key)
map<string, uint64> persisted_query_hits_per_version = 10;@Deprecated public java.util.Map<java.lang.String,java.lang.Long> getMutablePersistedQueryHitsPerVersion()
public Reports.ClientNameStats.Builder putPersistedQueryHitsPerVersion(java.lang.String key, long value)
map<string, uint64> persisted_query_hits_per_version = 10;public Reports.ClientNameStats.Builder putAllPersistedQueryHitsPerVersion(java.util.Map<java.lang.String,java.lang.Long> values)
map<string, uint64> persisted_query_hits_per_version = 10;public 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 Reports.ClientNameStats.Builder clearPersistedQueryMissesPerVersion()
public Reports.ClientNameStats.Builder removePersistedQueryMissesPerVersion(java.lang.String key)
map<string, uint64> persisted_query_misses_per_version = 11;@Deprecated public java.util.Map<java.lang.String,java.lang.Long> getMutablePersistedQueryMissesPerVersion()
public Reports.ClientNameStats.Builder putPersistedQueryMissesPerVersion(java.lang.String key, long value)
map<string, uint64> persisted_query_misses_per_version = 11;public Reports.ClientNameStats.Builder putAllPersistedQueryMissesPerVersion(java.util.Map<java.lang.String,java.lang.Long> values)
map<string, uint64> persisted_query_misses_per_version = 11;public 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 Reports.ClientNameStats.Builder clearRegisteredOperationCountPerVersion()
public Reports.ClientNameStats.Builder removeRegisteredOperationCountPerVersion(java.lang.String key)
map<string, uint64> registered_operation_count_per_version = 12;@Deprecated public java.util.Map<java.lang.String,java.lang.Long> getMutableRegisteredOperationCountPerVersion()
public Reports.ClientNameStats.Builder putRegisteredOperationCountPerVersion(java.lang.String key, long value)
map<string, uint64> registered_operation_count_per_version = 12;public Reports.ClientNameStats.Builder putAllRegisteredOperationCountPerVersion(java.util.Map<java.lang.String,java.lang.Long> values)
map<string, uint64> registered_operation_count_per_version = 12;public 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 Reports.ClientNameStats.Builder clearForbiddenOperationCountPerVersion()
public Reports.ClientNameStats.Builder removeForbiddenOperationCountPerVersion(java.lang.String key)
map<string, uint64> forbidden_operation_count_per_version = 13;@Deprecated public java.util.Map<java.lang.String,java.lang.Long> getMutableForbiddenOperationCountPerVersion()
public Reports.ClientNameStats.Builder putForbiddenOperationCountPerVersion(java.lang.String key, long value)
map<string, uint64> forbidden_operation_count_per_version = 13;public Reports.ClientNameStats.Builder putAllForbiddenOperationCountPerVersion(java.util.Map<java.lang.String,java.lang.Long> values)
map<string, uint64> forbidden_operation_count_per_version = 13;public 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 Reports.ClientNameStats.Builder setCacheLatencyCount(int index, long value)
Duration histogram; see docs/histograms.md
repeated int64 cache_latency_count = 5;index - The index to set the value at.value - The cacheLatencyCount to set.public Reports.ClientNameStats.Builder addCacheLatencyCount(long value)
Duration histogram; see docs/histograms.md
repeated int64 cache_latency_count = 5;value - The cacheLatencyCount to add.public Reports.ClientNameStats.Builder addAllCacheLatencyCount(java.lang.Iterable<? extends java.lang.Long> values)
Duration histogram; see docs/histograms.md
repeated int64 cache_latency_count = 5;values - The cacheLatencyCount to add.public Reports.ClientNameStats.Builder clearCacheLatencyCount()
Duration histogram; see docs/histograms.md
repeated int64 cache_latency_count = 5;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.ClientNameStats.Builder setRootErrorStats(Reports.PathErrorStats value)
.mdg.engine.proto.PathErrorStats root_error_stats = 6;public Reports.ClientNameStats.Builder setRootErrorStats(Reports.PathErrorStats.Builder builderForValue)
.mdg.engine.proto.PathErrorStats root_error_stats = 6;public Reports.ClientNameStats.Builder mergeRootErrorStats(Reports.PathErrorStats value)
.mdg.engine.proto.PathErrorStats root_error_stats = 6;public Reports.ClientNameStats.Builder clearRootErrorStats()
.mdg.engine.proto.PathErrorStats root_error_stats = 6;public Reports.PathErrorStats.Builder getRootErrorStatsBuilder()
.mdg.engine.proto.PathErrorStats root_error_stats = 6;public 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 Reports.ClientNameStats.Builder setRequestsWithErrorsCount(long value)
uint64 requests_with_errors_count = 7;value - The requestsWithErrorsCount to set.public Reports.ClientNameStats.Builder clearRequestsWithErrorsCount()
uint64 requests_with_errors_count = 7;public 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 Reports.ClientNameStats.Builder setPublicCacheTtlCount(int index, long value)
TTL histograms for cache misses for the public cache.
repeated int64 public_cache_ttl_count = 8;index - The index to set the value at.value - The publicCacheTtlCount to set.public Reports.ClientNameStats.Builder addPublicCacheTtlCount(long value)
TTL histograms for cache misses for the public cache.
repeated int64 public_cache_ttl_count = 8;value - The publicCacheTtlCount to add.public Reports.ClientNameStats.Builder addAllPublicCacheTtlCount(java.lang.Iterable<? extends java.lang.Long> values)
TTL histograms for cache misses for the public cache.
repeated int64 public_cache_ttl_count = 8;values - The publicCacheTtlCount to add.public Reports.ClientNameStats.Builder clearPublicCacheTtlCount()
TTL histograms for cache misses for the public cache.
repeated int64 public_cache_ttl_count = 8;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 Reports.ClientNameStats.Builder setPrivateCacheTtlCount(int index, long value)
TTL histograms for cache misses for the private cache.
repeated int64 private_cache_ttl_count = 9;index - The index to set the value at.value - The privateCacheTtlCount to set.public Reports.ClientNameStats.Builder addPrivateCacheTtlCount(long value)
TTL histograms for cache misses for the private cache.
repeated int64 private_cache_ttl_count = 9;value - The privateCacheTtlCount to add.public Reports.ClientNameStats.Builder addAllPrivateCacheTtlCount(java.lang.Iterable<? extends java.lang.Long> values)
TTL histograms for cache misses for the private cache.
repeated int64 private_cache_ttl_count = 9;values - The privateCacheTtlCount to add.public Reports.ClientNameStats.Builder clearPrivateCacheTtlCount()
TTL histograms for cache misses for the private cache.
repeated int64 private_cache_ttl_count = 9;public final Reports.ClientNameStats.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.ClientNameStats.Builder>public final Reports.ClientNameStats.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.ClientNameStats.Builder>