Uses of Class
io.opencensus.proto.stats.v1.Tag
-
Packages that use Tag Package Description io.opencensus.proto.stats.v1 -
-
Uses of Tag in io.opencensus.proto.stats.v1
Methods in io.opencensus.proto.stats.v1 that return Tag Modifier and Type Method Description TagTag.Builder. build()TagTag.Builder. buildPartial()static TagTag. getDefaultInstance()TagTag.Builder. getDefaultInstanceForType()TagTag. getDefaultInstanceForType()TagMeasurement.Builder. getTags(int index)repeated .opencensus.proto.stats.v1.Tag tags = 1;TagMeasurement. getTags(int index)repeated .opencensus.proto.stats.v1.Tag tags = 1;TagMeasurementOrBuilder. getTags(int index)repeated .opencensus.proto.stats.v1.Tag tags = 1;static TagTag. parseDelimitedFrom(InputStream input)static TagTag. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TagTag. parseFrom(byte[] data)static TagTag. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TagTag. parseFrom(com.google.protobuf.ByteString data)static TagTag. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TagTag. parseFrom(com.google.protobuf.CodedInputStream input)static TagTag. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TagTag. parseFrom(InputStream input)static TagTag. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TagTag. parseFrom(ByteBuffer data)static TagTag. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opencensus.proto.stats.v1 that return types with arguments of type Tag Modifier and Type Method Description com.google.protobuf.Parser<Tag>Tag. getParserForType()List<Tag>Measurement.Builder. getTagsList()repeated .opencensus.proto.stats.v1.Tag tags = 1;List<Tag>Measurement. getTagsList()repeated .opencensus.proto.stats.v1.Tag tags = 1;List<Tag>MeasurementOrBuilder. getTagsList()repeated .opencensus.proto.stats.v1.Tag tags = 1;static com.google.protobuf.Parser<Tag>Tag. parser()Methods in io.opencensus.proto.stats.v1 with parameters of type Tag Modifier and Type Method Description Measurement.BuilderMeasurement.Builder. addTags(int index, Tag value)repeated .opencensus.proto.stats.v1.Tag tags = 1;Measurement.BuilderMeasurement.Builder. addTags(Tag value)repeated .opencensus.proto.stats.v1.Tag tags = 1;Tag.BuilderTag.Builder. mergeFrom(Tag other)static Tag.BuilderTag. newBuilder(Tag prototype)Measurement.BuilderMeasurement.Builder. setTags(int index, Tag value)repeated .opencensus.proto.stats.v1.Tag tags = 1;Method parameters in io.opencensus.proto.stats.v1 with type arguments of type Tag Modifier and Type Method Description Measurement.BuilderMeasurement.Builder. addAllTags(Iterable<? extends Tag> values)repeated .opencensus.proto.stats.v1.Tag tags = 1;
-