Uses of Class
com.google.cloud.trace.v1.TraceServiceClient.ListTracesPage
-
Packages that use TraceServiceClient.ListTracesPage Package Description com.google.cloud.trace.v1 A client to Stackdriver Trace API -
-
Uses of TraceServiceClient.ListTracesPage in com.google.cloud.trace.v1
Methods in com.google.cloud.trace.v1 that return TraceServiceClient.ListTracesPage Modifier and Type Method Description protected TraceServiceClient.ListTracesPage
TraceServiceClient.ListTracesPage. createPage(com.google.api.gax.rpc.PageContext<ListTracesRequest,ListTracesResponse,Trace> context, ListTracesResponse response)
Methods in com.google.cloud.trace.v1 that return types with arguments of type TraceServiceClient.ListTracesPage Modifier and Type Method Description com.google.api.core.ApiFuture<TraceServiceClient.ListTracesPage>
TraceServiceClient.ListTracesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTracesRequest,ListTracesResponse,Trace> context, com.google.api.core.ApiFuture<ListTracesResponse> futureResponse)
Method parameters in com.google.cloud.trace.v1 with type arguments of type TraceServiceClient.ListTracesPage Modifier and Type Method Description protected TraceServiceClient.ListTracesFixedSizeCollection
TraceServiceClient.ListTracesFixedSizeCollection. createCollection(List<TraceServiceClient.ListTracesPage> pages, int collectionSize)
-