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.TagTtlAutoValue_TagMetadata. tagTtlMethods in io.opencensus.tags that return TagMetadata.TagTtl Modifier and Type Method Description TagMetadata.TagTtlAutoValue_TagMetadata. getTagTtl()abstract TagMetadata.TagTtlTagMetadata. getTagTtl()Returns theTagMetadata.TagTtlof thisTagMetadata.static TagMetadata.TagTtlTagMetadata.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 TagMetadataTagMetadata. create(TagMetadata.TagTtl tagTtl)Creates aTagMetadatawith the givenTagMetadata.TagTtl.Constructors in io.opencensus.tags with parameters of type TagMetadata.TagTtl Constructor Description AutoValue_TagMetadata(TagMetadata.TagTtl tagTtl)
-