Uses of Class
com.google.cloud.trace.v1.TraceServiceClient.ListTracesPagedResponse
-
Packages that use TraceServiceClient.ListTracesPagedResponse Package Description com.google.cloud.trace.v1 A client to Stackdriver Trace APIcom.google.cloud.trace.v1.stub -
-
Uses of TraceServiceClient.ListTracesPagedResponse in com.google.cloud.trace.v1
Methods in com.google.cloud.trace.v1 that return TraceServiceClient.ListTracesPagedResponse Modifier and Type Method Description TraceServiceClient.ListTracesPagedResponse
TraceServiceClient. listTraces(ListTracesRequest request)
Returns of a list of traces that match the specified filter conditions.TraceServiceClient.ListTracesPagedResponse
TraceServiceClient. listTraces(String projectId)
Returns of a list of traces that match the specified filter conditions.Methods in com.google.cloud.trace.v1 that return types with arguments of type TraceServiceClient.ListTracesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<TraceServiceClient.ListTracesPagedResponse>
TraceServiceClient.ListTracesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTracesRequest,ListTracesResponse,Trace> context, com.google.api.core.ApiFuture<ListTracesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListTracesRequest,TraceServiceClient.ListTracesPagedResponse>
TraceServiceClient. listTracesPagedCallable()
Returns of a list of traces that match the specified filter conditions.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTracesRequest,ListTracesResponse,TraceServiceClient.ListTracesPagedResponse>
TraceServiceSettings.Builder. listTracesSettings()
Returns the builder for the settings used for calls to listTraces.com.google.api.gax.rpc.PagedCallSettings<ListTracesRequest,ListTracesResponse,TraceServiceClient.ListTracesPagedResponse>
TraceServiceSettings. listTracesSettings()
Returns the object with the settings used for calls to listTraces. -
Uses of TraceServiceClient.ListTracesPagedResponse in com.google.cloud.trace.v1.stub
Methods in com.google.cloud.trace.v1.stub that return types with arguments of type TraceServiceClient.ListTracesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTracesRequest,TraceServiceClient.ListTracesPagedResponse>
GrpcTraceServiceStub. listTracesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTracesRequest,TraceServiceClient.ListTracesPagedResponse>
HttpJsonTraceServiceStub. listTracesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTracesRequest,TraceServiceClient.ListTracesPagedResponse>
TraceServiceStub. listTracesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTracesRequest,ListTracesResponse,TraceServiceClient.ListTracesPagedResponse>
TraceServiceStubSettings.Builder. listTracesSettings()
Returns the builder for the settings used for calls to listTraces.com.google.api.gax.rpc.PagedCallSettings<ListTracesRequest,ListTracesResponse,TraceServiceClient.ListTracesPagedResponse>
TraceServiceStubSettings. listTracesSettings()
Returns the object with the settings used for calls to listTraces.
-