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.ListTracesPage
TraceServiceClient.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.ListTracesPage
TraceServiceClient.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 ListTracesResponse
ListTracesResponse.Builder. build()
ListTracesResponse
ListTracesResponse.Builder. buildPartial()
static ListTracesResponse
ListTracesResponse. getDefaultInstance()
ListTracesResponse
ListTracesResponse.Builder. getDefaultInstanceForType()
ListTracesResponse
ListTracesResponse. getDefaultInstanceForType()
ListTracesResponse
TraceServiceGrpc.TraceServiceBlockingStub. listTraces(ListTracesRequest request)
Returns of a list of traces that match the specified filter conditions.static ListTracesResponse
ListTracesResponse. parseDelimitedFrom(InputStream input)
static ListTracesResponse
ListTracesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTracesResponse
ListTracesResponse. parseFrom(byte[] data)
static ListTracesResponse
ListTracesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTracesResponse
ListTracesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListTracesResponse
ListTracesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTracesResponse
ListTracesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListTracesResponse
ListTracesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTracesResponse
ListTracesResponse. parseFrom(InputStream input)
static ListTracesResponse
ListTracesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTracesResponse
ListTracesResponse. parseFrom(ByteBuffer data)
static ListTracesResponse
ListTracesResponse. 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.Builder
ListTracesResponse.Builder. mergeFrom(ListTracesResponse other)
static ListTracesResponse.Builder
ListTracesResponse. newBuilder(ListTracesResponse prototype)
Method parameters in com.google.devtools.cloudtrace.v1 with type arguments of type ListTracesResponse Modifier and Type Method Description default void
TraceServiceGrpc.AsyncService. listTraces(ListTracesRequest request, io.grpc.stub.StreamObserver<ListTracesResponse> responseObserver)
Returns of a list of traces that match the specified filter conditions.void
TraceServiceGrpc.TraceServiceStub. listTraces(ListTracesRequest request, io.grpc.stub.StreamObserver<ListTracesResponse> responseObserver)
Returns of a list of traces that match the specified filter conditions.
-