Uses of Class
com.google.devtools.cloudtrace.v1.ListTracesResponse
-
Packages that use ListTracesResponse Package Description com.google.cloud.trace.v1 A client to Stackdriver Trace APIcom.google.cloud.trace.v1.stub com.google.devtools.cloudtrace.v1 -
-
Uses of ListTracesResponse in com.google.cloud.trace.v1
Methods in com.google.cloud.trace.v1 that return types with arguments of type ListTracesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTracesRequest,ListTracesResponse>TraceServiceClient. listTracesCallable()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.Methods in com.google.cloud.trace.v1 with parameters of type ListTracesResponse Modifier and Type Method Description protected TraceServiceClient.ListTracesPageTraceServiceClient.ListTracesPage. createPage(com.google.api.gax.rpc.PageContext<ListTracesRequest,ListTracesResponse,Trace> context, ListTracesResponse response)Method parameters in com.google.cloud.trace.v1 with type arguments of type ListTracesResponse 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)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)protected TraceServiceClient.ListTracesPageTraceServiceClient.ListTracesPage. createPage(com.google.api.gax.rpc.PageContext<ListTracesRequest,ListTracesResponse,Trace> context, ListTracesResponse response)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)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) -
Uses of ListTracesResponse in com.google.cloud.trace.v1.stub
Methods in com.google.cloud.trace.v1.stub that return types with arguments of type ListTracesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTracesRequest,ListTracesResponse>GrpcTraceServiceStub. listTracesCallable()com.google.api.gax.rpc.UnaryCallable<ListTracesRequest,ListTracesResponse>HttpJsonTraceServiceStub. listTracesCallable()com.google.api.gax.rpc.UnaryCallable<ListTracesRequest,ListTracesResponse>TraceServiceStub. listTracesCallable()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. -
Uses of ListTracesResponse in com.google.devtools.cloudtrace.v1
Methods in com.google.devtools.cloudtrace.v1 that return ListTracesResponse Modifier and Type Method Description ListTracesResponseListTracesResponse.Builder. build()ListTracesResponseListTracesResponse.Builder. buildPartial()static ListTracesResponseListTracesResponse. getDefaultInstance()ListTracesResponseListTracesResponse.Builder. getDefaultInstanceForType()ListTracesResponseListTracesResponse. getDefaultInstanceForType()ListTracesResponseTraceServiceGrpc.TraceServiceBlockingStub. listTraces(ListTracesRequest request)Returns of a list of traces that match the specified filter conditions.static ListTracesResponseListTracesResponse. parseDelimitedFrom(InputStream input)static ListTracesResponseListTracesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTracesResponseListTracesResponse. parseFrom(byte[] data)static ListTracesResponseListTracesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTracesResponseListTracesResponse. parseFrom(com.google.protobuf.ByteString data)static ListTracesResponseListTracesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTracesResponseListTracesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListTracesResponseListTracesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTracesResponseListTracesResponse. parseFrom(InputStream input)static ListTracesResponseListTracesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTracesResponseListTracesResponse. parseFrom(ByteBuffer data)static ListTracesResponseListTracesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.cloudtrace.v1 that return types with arguments of type ListTracesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTracesRequest,ListTracesResponse>TraceServiceGrpc. getListTracesMethod()com.google.protobuf.Parser<ListTracesResponse>ListTracesResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListTracesResponse>TraceServiceGrpc.TraceServiceFutureStub. listTraces(ListTracesRequest request)Returns of a list of traces that match the specified filter conditions.static com.google.protobuf.Parser<ListTracesResponse>ListTracesResponse. parser()Methods in com.google.devtools.cloudtrace.v1 with parameters of type ListTracesResponse Modifier and Type Method Description ListTracesResponse.BuilderListTracesResponse.Builder. mergeFrom(ListTracesResponse other)static ListTracesResponse.BuilderListTracesResponse. newBuilder(ListTracesResponse prototype)Method parameters in com.google.devtools.cloudtrace.v1 with type arguments of type ListTracesResponse Modifier and Type Method Description default voidTraceServiceGrpc.AsyncService. listTraces(ListTracesRequest request, io.grpc.stub.StreamObserver<ListTracesResponse> responseObserver)Returns of a list of traces that match the specified filter conditions.voidTraceServiceGrpc.TraceServiceStub. listTraces(ListTracesRequest request, io.grpc.stub.StreamObserver<ListTracesResponse> responseObserver)Returns of a list of traces that match the specified filter conditions.
-