File tree Expand file tree Collapse file tree
gax-httpjson/src/main/java/com/google/api/gax/httpjson
gax/src/main/java/com/google/api/gax/tracing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545import com .google .api .gax .rpc .UnaryCallSettings ;
4646import com .google .api .gax .rpc .UnaryCallable ;
4747import com .google .api .gax .tracing .ApiTracerContext ;
48+ import com .google .api .gax .tracing .SpanName ;
4849import com .google .api .gax .tracing .TracedUnaryCallable ;
4950import javax .annotation .Nonnull ;
5051
Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ String rpcSystemName() {
172172 @ Nullable
173173 public abstract String destinationResourceName ();
174174
175-
176175 /**
177176 * @return a map of attributes to be included in attempt-level spans
178177 */
@@ -328,7 +327,6 @@ public abstract static class Builder {
328327
329328 public abstract Builder setDestinationResourceName (@ Nullable String destinationResourceName );
330329
331-
332330 public abstract ApiTracerContext build ();
333331 }
334332}
You can’t perform that action at this time.
0 commit comments