Class PubsubContext.Framework
- java.lang.Object
-
- com.google.cloud.pubsublite.internal.wire.PubsubContext.Framework
-
- Enclosing class:
- PubsubContext
public abstract static class PubsubContext.Framework extends Object
A unique string representing the unambiguous name of a framework in SCREAMING_SNAKE_CASE.Setting this value will be used to track framework popularity in internal metrics.
-
-
Constructor Summary
Constructors Constructor Description Framework()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static PubsubContext.Framework
of(String value)
abstract String
value()
-
-
-
Method Detail
-
value
public abstract String value()
-
of
public static PubsubContext.Framework of(String value)
-
-