Uses of Class
com.google.devtools.cloudtrace.v1.PatchTracesRequest
-
Packages that use PatchTracesRequest 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 PatchTracesRequest in com.google.cloud.trace.v1
Methods in com.google.cloud.trace.v1 that return types with arguments of type PatchTracesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<PatchTracesRequest,com.google.protobuf.Empty>TraceServiceClient. patchTracesCallable()Sends new traces to Stackdriver Trace or updates existing traces.com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchTracesRequest,com.google.protobuf.Empty>TraceServiceSettings.Builder. patchTracesSettings()Returns the builder for the settings used for calls to patchTraces.com.google.api.gax.rpc.UnaryCallSettings<PatchTracesRequest,com.google.protobuf.Empty>TraceServiceSettings. patchTracesSettings()Returns the object with the settings used for calls to patchTraces.Methods in com.google.cloud.trace.v1 with parameters of type PatchTracesRequest Modifier and Type Method Description voidTraceServiceClient. patchTraces(PatchTracesRequest request)Sends new traces to Stackdriver Trace or updates existing traces. -
Uses of PatchTracesRequest in com.google.cloud.trace.v1.stub
Methods in com.google.cloud.trace.v1.stub that return types with arguments of type PatchTracesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<PatchTracesRequest,com.google.protobuf.Empty>GrpcTraceServiceStub. patchTracesCallable()com.google.api.gax.rpc.UnaryCallable<PatchTracesRequest,com.google.protobuf.Empty>HttpJsonTraceServiceStub. patchTracesCallable()com.google.api.gax.rpc.UnaryCallable<PatchTracesRequest,com.google.protobuf.Empty>TraceServiceStub. patchTracesCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchTracesRequest,com.google.protobuf.Empty>TraceServiceStubSettings.Builder. patchTracesSettings()Returns the builder for the settings used for calls to patchTraces.com.google.api.gax.rpc.UnaryCallSettings<PatchTracesRequest,com.google.protobuf.Empty>TraceServiceStubSettings. patchTracesSettings()Returns the object with the settings used for calls to patchTraces. -
Uses of PatchTracesRequest in com.google.devtools.cloudtrace.v1
Methods in com.google.devtools.cloudtrace.v1 that return PatchTracesRequest Modifier and Type Method Description PatchTracesRequestPatchTracesRequest.Builder. build()PatchTracesRequestPatchTracesRequest.Builder. buildPartial()static PatchTracesRequestPatchTracesRequest. getDefaultInstance()PatchTracesRequestPatchTracesRequest.Builder. getDefaultInstanceForType()PatchTracesRequestPatchTracesRequest. getDefaultInstanceForType()static PatchTracesRequestPatchTracesRequest. parseDelimitedFrom(InputStream input)static PatchTracesRequestPatchTracesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchTracesRequestPatchTracesRequest. parseFrom(byte[] data)static PatchTracesRequestPatchTracesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchTracesRequestPatchTracesRequest. parseFrom(com.google.protobuf.ByteString data)static PatchTracesRequestPatchTracesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchTracesRequestPatchTracesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static PatchTracesRequestPatchTracesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchTracesRequestPatchTracesRequest. parseFrom(InputStream input)static PatchTracesRequestPatchTracesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchTracesRequestPatchTracesRequest. parseFrom(ByteBuffer data)static PatchTracesRequestPatchTracesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.cloudtrace.v1 that return types with arguments of type PatchTracesRequest Modifier and Type Method Description com.google.protobuf.Parser<PatchTracesRequest>PatchTracesRequest. getParserForType()static io.grpc.MethodDescriptor<PatchTracesRequest,com.google.protobuf.Empty>TraceServiceGrpc. getPatchTracesMethod()static com.google.protobuf.Parser<PatchTracesRequest>PatchTracesRequest. parser()Methods in com.google.devtools.cloudtrace.v1 with parameters of type PatchTracesRequest Modifier and Type Method Description PatchTracesRequest.BuilderPatchTracesRequest.Builder. mergeFrom(PatchTracesRequest other)static PatchTracesRequest.BuilderPatchTracesRequest. newBuilder(PatchTracesRequest prototype)default voidTraceServiceGrpc.AsyncService. patchTraces(PatchTracesRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Sends new traces to Stackdriver Trace or updates existing traces.com.google.protobuf.EmptyTraceServiceGrpc.TraceServiceBlockingStub. patchTraces(PatchTracesRequest request)Sends new traces to Stackdriver Trace or updates existing traces.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>TraceServiceGrpc.TraceServiceFutureStub. patchTraces(PatchTracesRequest request)Sends new traces to Stackdriver Trace or updates existing traces.voidTraceServiceGrpc.TraceServiceStub. patchTraces(PatchTracesRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Sends new traces to Stackdriver Trace or updates existing traces.
-