Uses of Class
io.opencensus.tags.TagMetadata.TagTtl
-
Packages that use TagMetadata.TagTtl Package Description io.opencensus.tags API for associating tags with scoped operations. -
-
Uses of TagMetadata.TagTtl in io.opencensus.tags
Fields in io.opencensus.tags declared as TagMetadata.TagTtl Modifier and Type Field Description private TagMetadata.TagTtl
AutoValue_TagMetadata. tagTtl
Methods in io.opencensus.tags that return TagMetadata.TagTtl Modifier and Type Method Description TagMetadata.TagTtl
AutoValue_TagMetadata. getTagTtl()
abstract TagMetadata.TagTtl
TagMetadata. getTagTtl()
Returns theTagMetadata.TagTtl
of thisTagMetadata
.static TagMetadata.TagTtl
TagMetadata.TagTtl. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TagMetadata.TagTtl[]
TagMetadata.TagTtl. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opencensus.tags with parameters of type TagMetadata.TagTtl Modifier and Type Method Description static TagMetadata
TagMetadata. create(TagMetadata.TagTtl tagTtl)
Creates aTagMetadata
with the givenTagMetadata.TagTtl
.Constructors in io.opencensus.tags with parameters of type TagMetadata.TagTtl Constructor Description AutoValue_TagMetadata(TagMetadata.TagTtl tagTtl)
-