Uses of Class
com.google.devtools.cloudtrace.v1.ListTracesRequest
-
Packages that use ListTracesRequest 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 ListTracesRequest in com.google.cloud.trace.v1
Methods in com.google.cloud.trace.v1 that return types with arguments of type ListTracesRequest 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.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.Methods in com.google.cloud.trace.v1 with parameters of type ListTracesRequest Modifier and Type Method Description TraceServiceClient.ListTracesPagedResponseTraceServiceClient. listTraces(ListTracesRequest request)Returns of a list of traces that match the specified filter conditions.Method parameters in com.google.cloud.trace.v1 with type arguments of type ListTracesRequest 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)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) -
Uses of ListTracesRequest in com.google.cloud.trace.v1.stub
Methods in com.google.cloud.trace.v1.stub that return types with arguments of type ListTracesRequest 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.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. -
Uses of ListTracesRequest in com.google.devtools.cloudtrace.v1
Methods in com.google.devtools.cloudtrace.v1 that return ListTracesRequest Modifier and Type Method Description ListTracesRequestListTracesRequest.Builder. build()ListTracesRequestListTracesRequest.Builder. buildPartial()static ListTracesRequestListTracesRequest. getDefaultInstance()ListTracesRequestListTracesRequest.Builder. getDefaultInstanceForType()ListTracesRequestListTracesRequest. getDefaultInstanceForType()static ListTracesRequestListTracesRequest. parseDelimitedFrom(InputStream input)static ListTracesRequestListTracesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTracesRequestListTracesRequest. parseFrom(byte[] data)static ListTracesRequestListTracesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTracesRequestListTracesRequest. parseFrom(com.google.protobuf.ByteString data)static ListTracesRequestListTracesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTracesRequestListTracesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListTracesRequestListTracesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTracesRequestListTracesRequest. parseFrom(InputStream input)static ListTracesRequestListTracesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTracesRequestListTracesRequest. parseFrom(ByteBuffer data)static ListTracesRequestListTracesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.cloudtrace.v1 that return types with arguments of type ListTracesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTracesRequest,ListTracesResponse>TraceServiceGrpc. getListTracesMethod()com.google.protobuf.Parser<ListTracesRequest>ListTracesRequest. getParserForType()static com.google.protobuf.Parser<ListTracesRequest>ListTracesRequest. parser()Methods in com.google.devtools.cloudtrace.v1 with parameters of type ListTracesRequest 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.ListTracesResponseTraceServiceGrpc.TraceServiceBlockingStub. listTraces(ListTracesRequest request)Returns of a list of traces that match the specified filter conditions.com.google.common.util.concurrent.ListenableFuture<ListTracesResponse>TraceServiceGrpc.TraceServiceFutureStub. listTraces(ListTracesRequest request)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.ListTracesRequest.BuilderListTracesRequest.Builder. mergeFrom(ListTracesRequest other)static ListTracesRequest.BuilderListTracesRequest. newBuilder(ListTracesRequest prototype)
-