Uses of Class
com.google.api.gax.tracing.ApiTracerFactory.OperationType
-
Packages that use ApiTracerFactory.OperationType Package Description com.google.api.gax.tracing -
-
Uses of ApiTracerFactory.OperationType in com.google.api.gax.tracing
Methods in com.google.api.gax.tracing that return ApiTracerFactory.OperationType Modifier and Type Method Description static ApiTracerFactory.OperationTypeApiTracerFactory.OperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApiTracerFactory.OperationType[]ApiTracerFactory.OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.gax.tracing with parameters of type ApiTracerFactory.OperationType Modifier and Type Method Description ApiTracerApiTracerFactory. newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType)Create a newApiTracerthat will be a child of the current context.ApiTracerBaseApiTracerFactory. newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType)Create a newApiTracerthat will be a child of the current context.ApiTracerOpencensusTracerFactory. newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType)Create a newApiTracerthat will be a child of the current context.
-