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 void
TraceServiceClient. 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 PatchTracesRequest
PatchTracesRequest.Builder. build()
PatchTracesRequest
PatchTracesRequest.Builder. buildPartial()
static PatchTracesRequest
PatchTracesRequest. getDefaultInstance()
PatchTracesRequest
PatchTracesRequest.Builder. getDefaultInstanceForType()
PatchTracesRequest
PatchTracesRequest. getDefaultInstanceForType()
static PatchTracesRequest
PatchTracesRequest. parseDelimitedFrom(InputStream input)
static PatchTracesRequest
PatchTracesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchTracesRequest
PatchTracesRequest. parseFrom(byte[] data)
static PatchTracesRequest
PatchTracesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchTracesRequest
PatchTracesRequest. parseFrom(com.google.protobuf.ByteString data)
static PatchTracesRequest
PatchTracesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchTracesRequest
PatchTracesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static PatchTracesRequest
PatchTracesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchTracesRequest
PatchTracesRequest. parseFrom(InputStream input)
static PatchTracesRequest
PatchTracesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchTracesRequest
PatchTracesRequest. parseFrom(ByteBuffer data)
static PatchTracesRequest
PatchTracesRequest. 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.Builder
PatchTracesRequest.Builder. mergeFrom(PatchTracesRequest other)
static PatchTracesRequest.Builder
PatchTracesRequest. newBuilder(PatchTracesRequest prototype)
default void
TraceServiceGrpc.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.Empty
TraceServiceGrpc.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.void
TraceServiceGrpc.TraceServiceStub. patchTraces(PatchTracesRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Sends new traces to Stackdriver Trace or updates existing traces.
-