Uses of Class
com.google.api.Distribution.Exemplar.Builder
Packages that use Distribution.Exemplar.Builder
-
Uses of Distribution.Exemplar.Builder in com.google.api
Methods in com.google.api that return Distribution.Exemplar.BuilderModifier and TypeMethodDescriptionDistribution.Exemplar.Builder.addAllAttachments(Iterable<? extends com.google.protobuf.Any> values) Contextual information about the example value.Distribution.Exemplar.Builder.addAttachments(int index, com.google.protobuf.Any value) Contextual information about the example value.Distribution.Exemplar.Builder.addAttachments(int index, com.google.protobuf.Any.Builder builderForValue) Contextual information about the example value.Distribution.Exemplar.Builder.addAttachments(com.google.protobuf.Any value) Contextual information about the example value.Distribution.Exemplar.Builder.addAttachments(com.google.protobuf.Any.Builder builderForValue) Contextual information about the example value.Distribution.Builder.addExemplarsBuilder()Must be in increasing order of `value` field.Distribution.Builder.addExemplarsBuilder(int index) Must be in increasing order of `value` field.Distribution.Exemplar.Builder.clear()Distribution.Exemplar.Builder.clearAttachments()Contextual information about the example value.Distribution.Exemplar.Builder.clearTimestamp()The observation (sampling) time of the above value.Distribution.Exemplar.Builder.clearValue()Value of the exemplar point.Distribution.Builder.getExemplarsBuilder(int index) Must be in increasing order of `value` field.Distribution.Exemplar.Builder.mergeFrom(Distribution.Exemplar other) Distribution.Exemplar.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Distribution.Exemplar.Builder.mergeFrom(com.google.protobuf.Message other) Distribution.Exemplar.Builder.mergeTimestamp(com.google.protobuf.Timestamp value) The observation (sampling) time of the above value.Distribution.Exemplar.newBuilder()Distribution.Exemplar.newBuilder(Distribution.Exemplar prototype) Distribution.Exemplar.newBuilderForType()protected Distribution.Exemplar.BuilderDistribution.Exemplar.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Distribution.Exemplar.Builder.removeAttachments(int index) Contextual information about the example value.Distribution.Exemplar.Builder.setAttachments(int index, com.google.protobuf.Any value) Contextual information about the example value.Distribution.Exemplar.Builder.setAttachments(int index, com.google.protobuf.Any.Builder builderForValue) Contextual information about the example value.Distribution.Exemplar.Builder.setTimestamp(com.google.protobuf.Timestamp value) The observation (sampling) time of the above value.Distribution.Exemplar.Builder.setTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) The observation (sampling) time of the above value.Distribution.Exemplar.Builder.setValue(double value) Value of the exemplar point.Distribution.Exemplar.toBuilder()Methods in com.google.api that return types with arguments of type Distribution.Exemplar.BuilderModifier and TypeMethodDescriptionDistribution.Builder.getExemplarsBuilderList()Must be in increasing order of `value` field.Methods in com.google.api with parameters of type Distribution.Exemplar.BuilderModifier and TypeMethodDescriptionDistribution.Builder.addExemplars(int index, Distribution.Exemplar.Builder builderForValue) Must be in increasing order of `value` field.Distribution.Builder.addExemplars(Distribution.Exemplar.Builder builderForValue) Must be in increasing order of `value` field.Distribution.Builder.setExemplars(int index, Distribution.Exemplar.Builder builderForValue) Must be in increasing order of `value` field.