diff --git a/java/grpc-google-cloud-trace-v1/0.1.19/apidocs/allclasses-frame.html b/java/grpc-google-cloud-trace-v1/0.1.19/apidocs/allclasses-frame.html new file mode 100644 index 0000000000..448bf5ac9a --- /dev/null +++ b/java/grpc-google-cloud-trace-v1/0.1.19/apidocs/allclasses-frame.html @@ -0,0 +1,23 @@ + + + +
+ +public static final class TraceServiceGrpc.TraceServiceBlockingStub +extends io.grpc.stub.AbstractStub<TraceServiceGrpc.TraceServiceBlockingStub>+
+ This file describes an API for collecting and viewing traces and spans + within a trace. A Trace is a collection of spans corresponding to a single + operation or set of operations for an application. A span is an individual + timed event which forms a node of the trace tree. Spans for a single trace + may span multiple services. +
| Modifier and Type | +Method and Description | +
|---|---|
protected TraceServiceGrpc.TraceServiceBlockingStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.devtools.cloudtrace.v1.Trace |
+getTrace(com.google.devtools.cloudtrace.v1.GetTraceRequest request)
+
+ Gets a single trace by its ID.
+ |
+
com.google.devtools.cloudtrace.v1.ListTracesResponse |
+listTraces(com.google.devtools.cloudtrace.v1.ListTracesRequest request)
+
+ Returns of a list of traces that match the specified filter conditions.
+ |
+
com.google.protobuf.Empty |
+patchTraces(com.google.devtools.cloudtrace.v1.PatchTracesRequest request)
+
+ Sends new traces to Stackdriver Trace or updates existing traces.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected TraceServiceGrpc.TraceServiceBlockingStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<TraceServiceGrpc.TraceServiceBlockingStub>public com.google.devtools.cloudtrace.v1.ListTracesResponse listTraces(com.google.devtools.cloudtrace.v1.ListTracesRequest request)+
+ Returns of a list of traces that match the specified filter conditions. +
public com.google.devtools.cloudtrace.v1.Trace getTrace(com.google.devtools.cloudtrace.v1.GetTraceRequest request)+
+ Gets a single trace by its ID. +
public com.google.protobuf.Empty patchTraces(com.google.devtools.cloudtrace.v1.PatchTracesRequest request)+
+ Sends new traces to Stackdriver Trace or updates existing traces. If the ID + of a trace that you send matches that of an existing trace, any fields + in the existing trace and its spans are overwritten by the provided values, + and any new fields provided are merged with the existing trace data. If the + ID does not match, a new trace is created. +
public static final class TraceServiceGrpc.TraceServiceFutureStub +extends io.grpc.stub.AbstractStub<TraceServiceGrpc.TraceServiceFutureStub>+
+ This file describes an API for collecting and viewing traces and spans + within a trace. A Trace is a collection of spans corresponding to a single + operation or set of operations for an application. A span is an individual + timed event which forms a node of the trace tree. Spans for a single trace + may span multiple services. +
| Modifier and Type | +Method and Description | +
|---|---|
protected TraceServiceGrpc.TraceServiceFutureStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.common.util.concurrent.ListenableFuture<com.google.devtools.cloudtrace.v1.Trace> |
+getTrace(com.google.devtools.cloudtrace.v1.GetTraceRequest request)
+
+ Gets a single trace by its ID.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.devtools.cloudtrace.v1.ListTracesResponse> |
+listTraces(com.google.devtools.cloudtrace.v1.ListTracesRequest request)
+
+ Returns of a list of traces that match the specified filter conditions.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
+patchTraces(com.google.devtools.cloudtrace.v1.PatchTracesRequest request)
+
+ Sends new traces to Stackdriver Trace or updates existing traces.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected TraceServiceGrpc.TraceServiceFutureStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<TraceServiceGrpc.TraceServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.devtools.cloudtrace.v1.ListTracesResponse> listTraces(com.google.devtools.cloudtrace.v1.ListTracesRequest request)+
+ Returns of a list of traces that match the specified filter conditions. +
public com.google.common.util.concurrent.ListenableFuture<com.google.devtools.cloudtrace.v1.Trace> getTrace(com.google.devtools.cloudtrace.v1.GetTraceRequest request)+
+ Gets a single trace by its ID. +
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> patchTraces(com.google.devtools.cloudtrace.v1.PatchTracesRequest request)+
+ Sends new traces to Stackdriver Trace or updates existing traces. If the ID + of a trace that you send matches that of an existing trace, any fields + in the existing trace and its spans are overwritten by the provided values, + and any new fields provided are merged with the existing trace data. If the + ID does not match, a new trace is created. +
public abstract static class TraceServiceGrpc.TraceServiceImplBase
+extends java.lang.Object
+implements io.grpc.BindableService
++ This file describes an API for collecting and viewing traces and spans + within a trace. A Trace is a collection of spans corresponding to a single + operation or set of operations for an application. A span is an individual + timed event which forms a node of the trace tree. Spans for a single trace + may span multiple services. +
| Constructor and Description | +
|---|
TraceServiceImplBase() |
+
| Modifier and Type | +Method and Description | +
|---|---|
io.grpc.ServerServiceDefinition |
+bindService() |
+
void |
+getTrace(com.google.devtools.cloudtrace.v1.GetTraceRequest request,
+ io.grpc.stub.StreamObserver<com.google.devtools.cloudtrace.v1.Trace> responseObserver)
+
+ Gets a single trace by its ID.
+ |
+
void |
+listTraces(com.google.devtools.cloudtrace.v1.ListTracesRequest request,
+ io.grpc.stub.StreamObserver<com.google.devtools.cloudtrace.v1.ListTracesResponse> responseObserver)
+
+ Returns of a list of traces that match the specified filter conditions.
+ |
+
void |
+patchTraces(com.google.devtools.cloudtrace.v1.PatchTracesRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Sends new traces to Stackdriver Trace or updates existing traces.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void listTraces(com.google.devtools.cloudtrace.v1.ListTracesRequest request, + io.grpc.stub.StreamObserver<com.google.devtools.cloudtrace.v1.ListTracesResponse> responseObserver)+
+ Returns of a list of traces that match the specified filter conditions. +
public void getTrace(com.google.devtools.cloudtrace.v1.GetTraceRequest request, + io.grpc.stub.StreamObserver<com.google.devtools.cloudtrace.v1.Trace> responseObserver)+
+ Gets a single trace by its ID. +
public void patchTraces(com.google.devtools.cloudtrace.v1.PatchTracesRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Sends new traces to Stackdriver Trace or updates existing traces. If the ID + of a trace that you send matches that of an existing trace, any fields + in the existing trace and its spans are overwritten by the provided values, + and any new fields provided are merged with the existing trace data. If the + ID does not match, a new trace is created. +
public final io.grpc.ServerServiceDefinition bindService()+
bindService in interface io.grpc.BindableServicepublic static final class TraceServiceGrpc.TraceServiceStub +extends io.grpc.stub.AbstractStub<TraceServiceGrpc.TraceServiceStub>+
+ This file describes an API for collecting and viewing traces and spans + within a trace. A Trace is a collection of spans corresponding to a single + operation or set of operations for an application. A span is an individual + timed event which forms a node of the trace tree. Spans for a single trace + may span multiple services. +
| Modifier and Type | +Method and Description | +
|---|---|
protected TraceServiceGrpc.TraceServiceStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
void |
+getTrace(com.google.devtools.cloudtrace.v1.GetTraceRequest request,
+ io.grpc.stub.StreamObserver<com.google.devtools.cloudtrace.v1.Trace> responseObserver)
+
+ Gets a single trace by its ID.
+ |
+
void |
+listTraces(com.google.devtools.cloudtrace.v1.ListTracesRequest request,
+ io.grpc.stub.StreamObserver<com.google.devtools.cloudtrace.v1.ListTracesResponse> responseObserver)
+
+ Returns of a list of traces that match the specified filter conditions.
+ |
+
void |
+patchTraces(com.google.devtools.cloudtrace.v1.PatchTracesRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Sends new traces to Stackdriver Trace or updates existing traces.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected TraceServiceGrpc.TraceServiceStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<TraceServiceGrpc.TraceServiceStub>public void listTraces(com.google.devtools.cloudtrace.v1.ListTracesRequest request, + io.grpc.stub.StreamObserver<com.google.devtools.cloudtrace.v1.ListTracesResponse> responseObserver)+
+ Returns of a list of traces that match the specified filter conditions. +
public void getTrace(com.google.devtools.cloudtrace.v1.GetTraceRequest request, + io.grpc.stub.StreamObserver<com.google.devtools.cloudtrace.v1.Trace> responseObserver)+
+ Gets a single trace by its ID. +
public void patchTraces(com.google.devtools.cloudtrace.v1.PatchTracesRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Sends new traces to Stackdriver Trace or updates existing traces. If the ID + of a trace that you send matches that of an existing trace, any fields + in the existing trace and its spans are overwritten by the provided values, + and any new fields provided are merged with the existing trace data. If the + ID does not match, a new trace is created. +
@Generated(value="by gRPC proto compiler (version 1.2.0)",
+ comments="Source: google/devtools/cloudtrace/v1/trace.proto")
+public final class TraceServiceGrpc
+extends java.lang.Object
++ This file describes an API for collecting and viewing traces and spans + within a trace. A Trace is a collection of spans corresponding to a single + operation or set of operations for an application. A span is an individual + timed event which forms a node of the trace tree. Spans for a single trace + may span multiple services. +
| Modifier and Type | +Class and Description | +
|---|---|
static class |
+TraceServiceGrpc.TraceServiceBlockingStub
+
+ This file describes an API for collecting and viewing traces and spans
+ within a trace.
+ |
+
static class |
+TraceServiceGrpc.TraceServiceFutureStub
+
+ This file describes an API for collecting and viewing traces and spans
+ within a trace.
+ |
+
static class |
+TraceServiceGrpc.TraceServiceImplBase
+
+ This file describes an API for collecting and viewing traces and spans
+ within a trace.
+ |
+
static class |
+TraceServiceGrpc.TraceServiceStub
+
+ This file describes an API for collecting and viewing traces and spans
+ within a trace.
+ |
+
| Modifier and Type | +Field and Description | +
|---|---|
static io.grpc.MethodDescriptor<com.google.devtools.cloudtrace.v1.GetTraceRequest,com.google.devtools.cloudtrace.v1.Trace> |
+METHOD_GET_TRACE |
+
static io.grpc.MethodDescriptor<com.google.devtools.cloudtrace.v1.ListTracesRequest,com.google.devtools.cloudtrace.v1.ListTracesResponse> |
+METHOD_LIST_TRACES |
+
static io.grpc.MethodDescriptor<com.google.devtools.cloudtrace.v1.PatchTracesRequest,com.google.protobuf.Empty> |
+METHOD_PATCH_TRACES |
+
static java.lang.String |
+SERVICE_NAME |
+
| Modifier and Type | +Method and Description | +
|---|---|
static io.grpc.ServiceDescriptor |
+getServiceDescriptor() |
+
static TraceServiceGrpc.TraceServiceBlockingStub |
+newBlockingStub(io.grpc.Channel channel)
+Creates a new blocking-style stub that supports unary and streaming output calls on the service
+ |
+
static TraceServiceGrpc.TraceServiceFutureStub |
+newFutureStub(io.grpc.Channel channel)
+Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ |
+
static TraceServiceGrpc.TraceServiceStub |
+newStub(io.grpc.Channel channel)
+Creates a new async stub that supports all call types for the service
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String SERVICE_NAME+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.devtools.cloudtrace.v1.ListTracesRequest,com.google.devtools.cloudtrace.v1.ListTracesResponse> METHOD_LIST_TRACES+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.devtools.cloudtrace.v1.GetTraceRequest,com.google.devtools.cloudtrace.v1.Trace> METHOD_GET_TRACE+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.devtools.cloudtrace.v1.PatchTracesRequest,com.google.protobuf.Empty> METHOD_PATCH_TRACES+
public static TraceServiceGrpc.TraceServiceStub newStub(io.grpc.Channel channel)+
public static TraceServiceGrpc.TraceServiceBlockingStub newBlockingStub(io.grpc.Channel channel)+
public static TraceServiceGrpc.TraceServiceFutureStub newFutureStub(io.grpc.Channel channel)+
public static io.grpc.ServiceDescriptor getServiceDescriptor()+
| Class | +Description | +
|---|---|
| TraceServiceGrpc | +
+
+ This file describes an API for collecting and viewing traces and spans
+ within a trace.
+ |
+
| TraceServiceGrpc.TraceServiceBlockingStub | +
+
+ This file describes an API for collecting and viewing traces and spans
+ within a trace.
+ |
+
| TraceServiceGrpc.TraceServiceFutureStub | +
+
+ This file describes an API for collecting and viewing traces and spans
+ within a trace.
+ |
+
| TraceServiceGrpc.TraceServiceImplBase | +
+
+ This file describes an API for collecting and viewing traces and spans
+ within a trace.
+ |
+
| TraceServiceGrpc.TraceServiceStub | +
+
+ This file describes an API for collecting and viewing traces and spans
+ within a trace.
+ |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+SERVICE_NAME |
+"google.devtools.cloudtrace.v1.TraceService" |
+
Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+