diff --git a/java/grpc-google-cloud-error-reporting-v1beta1/0.1.12/apidocs/allclasses-frame.html b/java/grpc-google-cloud-error-reporting-v1beta1/0.1.12/apidocs/allclasses-frame.html new file mode 100644 index 0000000000..cc69336515 --- /dev/null +++ b/java/grpc-google-cloud-error-reporting-v1beta1/0.1.12/apidocs/allclasses-frame.html @@ -0,0 +1,33 @@ + + + +
+ +public static final class ErrorGroupServiceGrpc.ErrorGroupServiceBlockingStub +extends io.grpc.stub.AbstractStub<ErrorGroupServiceGrpc.ErrorGroupServiceBlockingStub>+
+ Service for retrieving and updating individual error groups. +
| Modifier and Type | +Method and Description | +
|---|---|
protected ErrorGroupServiceGrpc.ErrorGroupServiceBlockingStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup |
+getGroup(com.google.devtools.clouderrorreporting.v1beta1.GetGroupRequest request)
+
+ Get the specified group.
+ |
+
com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup |
+updateGroup(com.google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest request)
+
+ Replace the data for the specified group.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected ErrorGroupServiceGrpc.ErrorGroupServiceBlockingStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<ErrorGroupServiceGrpc.ErrorGroupServiceBlockingStub>public com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup getGroup(com.google.devtools.clouderrorreporting.v1beta1.GetGroupRequest request)+
+ Get the specified group. +
public com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup updateGroup(com.google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest request)+
+ Replace the data for the specified group. + Fails if the group does not exist. +
public static final class ErrorGroupServiceGrpc.ErrorGroupServiceFutureStub +extends io.grpc.stub.AbstractStub<ErrorGroupServiceGrpc.ErrorGroupServiceFutureStub>+
+ Service for retrieving and updating individual error groups. +
| Modifier and Type | +Method and Description | +
|---|---|
protected ErrorGroupServiceGrpc.ErrorGroupServiceFutureStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.common.util.concurrent.ListenableFuture<com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> |
+getGroup(com.google.devtools.clouderrorreporting.v1beta1.GetGroupRequest request)
+
+ Get the specified group.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> |
+updateGroup(com.google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest request)
+
+ Replace the data for the specified group.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected ErrorGroupServiceGrpc.ErrorGroupServiceFutureStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<ErrorGroupServiceGrpc.ErrorGroupServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> getGroup(com.google.devtools.clouderrorreporting.v1beta1.GetGroupRequest request)+
+ Get the specified group. +
public com.google.common.util.concurrent.ListenableFuture<com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> updateGroup(com.google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest request)+
+ Replace the data for the specified group. + Fails if the group does not exist. +
public abstract static class ErrorGroupServiceGrpc.ErrorGroupServiceImplBase
+extends java.lang.Object
+implements io.grpc.BindableService
++ Service for retrieving and updating individual error groups. +
| Constructor and Description | +
|---|
ErrorGroupServiceImplBase() |
+
| Modifier and Type | +Method and Description | +
|---|---|
io.grpc.ServerServiceDefinition |
+bindService() |
+
void |
+getGroup(com.google.devtools.clouderrorreporting.v1beta1.GetGroupRequest request,
+ io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> responseObserver)
+
+ Get the specified group.
+ |
+
void |
+updateGroup(com.google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest request,
+ io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> responseObserver)
+
+ Replace the data for the specified group.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ErrorGroupServiceImplBase()+
public void getGroup(com.google.devtools.clouderrorreporting.v1beta1.GetGroupRequest request, + io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> responseObserver)+
+ Get the specified group. +
public void updateGroup(com.google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest request, + io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> responseObserver)+
+ Replace the data for the specified group. + Fails if the group does not exist. +
public final io.grpc.ServerServiceDefinition bindService()+
bindService in interface io.grpc.BindableServicepublic static final class ErrorGroupServiceGrpc.ErrorGroupServiceStub +extends io.grpc.stub.AbstractStub<ErrorGroupServiceGrpc.ErrorGroupServiceStub>+
+ Service for retrieving and updating individual error groups. +
| Modifier and Type | +Method and Description | +
|---|---|
protected ErrorGroupServiceGrpc.ErrorGroupServiceStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
void |
+getGroup(com.google.devtools.clouderrorreporting.v1beta1.GetGroupRequest request,
+ io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> responseObserver)
+
+ Get the specified group.
+ |
+
void |
+updateGroup(com.google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest request,
+ io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> responseObserver)
+
+ Replace the data for the specified group.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected ErrorGroupServiceGrpc.ErrorGroupServiceStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<ErrorGroupServiceGrpc.ErrorGroupServiceStub>public void getGroup(com.google.devtools.clouderrorreporting.v1beta1.GetGroupRequest request, + io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> responseObserver)+
+ Get the specified group. +
public void updateGroup(com.google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest request, + io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> responseObserver)+
+ Replace the data for the specified group. + Fails if the group does not exist. +
@Generated(value="by gRPC proto compiler (version 1.2.0)",
+ comments="Source: google/devtools/clouderrorreporting/v1beta1/error_group_service.proto")
+public final class ErrorGroupServiceGrpc
+extends java.lang.Object
++ Service for retrieving and updating individual error groups. +
| Modifier and Type | +Class and Description | +
|---|---|
static class |
+ErrorGroupServiceGrpc.ErrorGroupServiceBlockingStub
+
+ Service for retrieving and updating individual error groups.
+ |
+
static class |
+ErrorGroupServiceGrpc.ErrorGroupServiceFutureStub
+
+ Service for retrieving and updating individual error groups.
+ |
+
static class |
+ErrorGroupServiceGrpc.ErrorGroupServiceImplBase
+
+ Service for retrieving and updating individual error groups.
+ |
+
static class |
+ErrorGroupServiceGrpc.ErrorGroupServiceStub
+
+ Service for retrieving and updating individual error groups.
+ |
+
| Modifier and Type | +Field and Description | +
|---|---|
static io.grpc.MethodDescriptor<com.google.devtools.clouderrorreporting.v1beta1.GetGroupRequest,com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> |
+METHOD_GET_GROUP |
+
static io.grpc.MethodDescriptor<com.google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest,com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> |
+METHOD_UPDATE_GROUP |
+
static java.lang.String |
+SERVICE_NAME |
+
| Modifier and Type | +Method and Description | +
|---|---|
static io.grpc.ServiceDescriptor |
+getServiceDescriptor() |
+
static ErrorGroupServiceGrpc.ErrorGroupServiceBlockingStub |
+newBlockingStub(io.grpc.Channel channel)
+Creates a new blocking-style stub that supports unary and streaming output calls on the service
+ |
+
static ErrorGroupServiceGrpc.ErrorGroupServiceFutureStub |
+newFutureStub(io.grpc.Channel channel)
+Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ |
+
static ErrorGroupServiceGrpc.ErrorGroupServiceStub |
+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.clouderrorreporting.v1beta1.GetGroupRequest,com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> METHOD_GET_GROUP+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest,com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> METHOD_UPDATE_GROUP+
public static ErrorGroupServiceGrpc.ErrorGroupServiceStub newStub(io.grpc.Channel channel)+
public static ErrorGroupServiceGrpc.ErrorGroupServiceBlockingStub newBlockingStub(io.grpc.Channel channel)+
public static ErrorGroupServiceGrpc.ErrorGroupServiceFutureStub newFutureStub(io.grpc.Channel channel)+
public static io.grpc.ServiceDescriptor getServiceDescriptor()+
public static final class ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub +extends io.grpc.stub.AbstractStub<ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub>+
+ An API for retrieving and managing error statistics as well as data for + individual events. +
| Modifier and Type | +Method and Description | +
|---|---|
protected ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsResponse |
+deleteEvents(com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsRequest request)
+
+ Deletes all error events of a given project.
+ |
+
com.google.devtools.clouderrorreporting.v1beta1.ListEventsResponse |
+listEvents(com.google.devtools.clouderrorreporting.v1beta1.ListEventsRequest request)
+
+ Lists the specified events.
+ |
+
com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse |
+listGroupStats(com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest request)
+
+ Lists the specified groups.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub>public com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse listGroupStats(com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest request)+
+ Lists the specified groups. +
public com.google.devtools.clouderrorreporting.v1beta1.ListEventsResponse listEvents(com.google.devtools.clouderrorreporting.v1beta1.ListEventsRequest request)+
+ Lists the specified events. +
public com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsResponse deleteEvents(com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsRequest request)+
+ Deletes all error events of a given project. +
public static final class ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub +extends io.grpc.stub.AbstractStub<ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub>+
+ An API for retrieving and managing error statistics as well as data for + individual events. +
| Modifier and Type | +Method and Description | +
|---|---|
protected ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.common.util.concurrent.ListenableFuture<com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsResponse> |
+deleteEvents(com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsRequest request)
+
+ Deletes all error events of a given project.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.devtools.clouderrorreporting.v1beta1.ListEventsResponse> |
+listEvents(com.google.devtools.clouderrorreporting.v1beta1.ListEventsRequest request)
+
+ Lists the specified events.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse> |
+listGroupStats(com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest request)
+
+ Lists the specified groups.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse> listGroupStats(com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest request)+
+ Lists the specified groups. +
public com.google.common.util.concurrent.ListenableFuture<com.google.devtools.clouderrorreporting.v1beta1.ListEventsResponse> listEvents(com.google.devtools.clouderrorreporting.v1beta1.ListEventsRequest request)+
+ Lists the specified events. +
public com.google.common.util.concurrent.ListenableFuture<com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsResponse> deleteEvents(com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsRequest request)+
+ Deletes all error events of a given project. +
public abstract static class ErrorStatsServiceGrpc.ErrorStatsServiceImplBase
+extends java.lang.Object
+implements io.grpc.BindableService
++ An API for retrieving and managing error statistics as well as data for + individual events. +
| Constructor and Description | +
|---|
ErrorStatsServiceImplBase() |
+
| Modifier and Type | +Method and Description | +
|---|---|
io.grpc.ServerServiceDefinition |
+bindService() |
+
void |
+deleteEvents(com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsRequest request,
+ io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsResponse> responseObserver)
+
+ Deletes all error events of a given project.
+ |
+
void |
+listEvents(com.google.devtools.clouderrorreporting.v1beta1.ListEventsRequest request,
+ io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ListEventsResponse> responseObserver)
+
+ Lists the specified events.
+ |
+
void |
+listGroupStats(com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest request,
+ io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse> responseObserver)
+
+ Lists the specified groups.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ErrorStatsServiceImplBase()+
public void listGroupStats(com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest request, + io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse> responseObserver)+
+ Lists the specified groups. +
public void listEvents(com.google.devtools.clouderrorreporting.v1beta1.ListEventsRequest request, + io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ListEventsResponse> responseObserver)+
+ Lists the specified events. +
public void deleteEvents(com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsRequest request, + io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsResponse> responseObserver)+
+ Deletes all error events of a given project. +
public final io.grpc.ServerServiceDefinition bindService()+
bindService in interface io.grpc.BindableServicepublic static final class ErrorStatsServiceGrpc.ErrorStatsServiceStub +extends io.grpc.stub.AbstractStub<ErrorStatsServiceGrpc.ErrorStatsServiceStub>+
+ An API for retrieving and managing error statistics as well as data for + individual events. +
| Modifier and Type | +Method and Description | +
|---|---|
protected ErrorStatsServiceGrpc.ErrorStatsServiceStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
void |
+deleteEvents(com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsRequest request,
+ io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsResponse> responseObserver)
+
+ Deletes all error events of a given project.
+ |
+
void |
+listEvents(com.google.devtools.clouderrorreporting.v1beta1.ListEventsRequest request,
+ io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ListEventsResponse> responseObserver)
+
+ Lists the specified events.
+ |
+
void |
+listGroupStats(com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest request,
+ io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse> responseObserver)
+
+ Lists the specified groups.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected ErrorStatsServiceGrpc.ErrorStatsServiceStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<ErrorStatsServiceGrpc.ErrorStatsServiceStub>public void listGroupStats(com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest request, + io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse> responseObserver)+
+ Lists the specified groups. +
public void listEvents(com.google.devtools.clouderrorreporting.v1beta1.ListEventsRequest request, + io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ListEventsResponse> responseObserver)+
+ Lists the specified events. +
public void deleteEvents(com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsRequest request, + io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsResponse> responseObserver)+
+ Deletes all error events of a given project. +
@Generated(value="by gRPC proto compiler (version 1.2.0)",
+ comments="Source: google/devtools/clouderrorreporting/v1beta1/error_stats_service.proto")
+public final class ErrorStatsServiceGrpc
+extends java.lang.Object
++ An API for retrieving and managing error statistics as well as data for + individual events. +
| Modifier and Type | +Class and Description | +
|---|---|
static class |
+ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub
+
+ An API for retrieving and managing error statistics as well as data for
+ individual events.
+ |
+
static class |
+ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub
+
+ An API for retrieving and managing error statistics as well as data for
+ individual events.
+ |
+
static class |
+ErrorStatsServiceGrpc.ErrorStatsServiceImplBase
+
+ An API for retrieving and managing error statistics as well as data for
+ individual events.
+ |
+
static class |
+ErrorStatsServiceGrpc.ErrorStatsServiceStub
+
+ An API for retrieving and managing error statistics as well as data for
+ individual events.
+ |
+
| Modifier and Type | +Field and Description | +
|---|---|
static io.grpc.MethodDescriptor<com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsRequest,com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsResponse> |
+METHOD_DELETE_EVENTS |
+
static io.grpc.MethodDescriptor<com.google.devtools.clouderrorreporting.v1beta1.ListEventsRequest,com.google.devtools.clouderrorreporting.v1beta1.ListEventsResponse> |
+METHOD_LIST_EVENTS |
+
static io.grpc.MethodDescriptor<com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest,com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse> |
+METHOD_LIST_GROUP_STATS |
+
static java.lang.String |
+SERVICE_NAME |
+
| Modifier and Type | +Method and Description | +
|---|---|
static io.grpc.ServiceDescriptor |
+getServiceDescriptor() |
+
static ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub |
+newBlockingStub(io.grpc.Channel channel)
+Creates a new blocking-style stub that supports unary and streaming output calls on the service
+ |
+
static ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub |
+newFutureStub(io.grpc.Channel channel)
+Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ |
+
static ErrorStatsServiceGrpc.ErrorStatsServiceStub |
+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.clouderrorreporting.v1beta1.ListGroupStatsRequest,com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse> METHOD_LIST_GROUP_STATS+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.devtools.clouderrorreporting.v1beta1.ListEventsRequest,com.google.devtools.clouderrorreporting.v1beta1.ListEventsResponse> METHOD_LIST_EVENTS+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsRequest,com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsResponse> METHOD_DELETE_EVENTS+
public static ErrorStatsServiceGrpc.ErrorStatsServiceStub newStub(io.grpc.Channel channel)+
public static ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub newBlockingStub(io.grpc.Channel channel)+
public static ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub newFutureStub(io.grpc.Channel channel)+
public static io.grpc.ServiceDescriptor getServiceDescriptor()+
public static final class ReportErrorsServiceGrpc.ReportErrorsServiceBlockingStub +extends io.grpc.stub.AbstractStub<ReportErrorsServiceGrpc.ReportErrorsServiceBlockingStub>+
+ An API for reporting error events. +
| Modifier and Type | +Method and Description | +
|---|---|
protected ReportErrorsServiceGrpc.ReportErrorsServiceBlockingStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventResponse |
+reportErrorEvent(com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventRequest request)
+
+ Report an individual error event.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected ReportErrorsServiceGrpc.ReportErrorsServiceBlockingStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<ReportErrorsServiceGrpc.ReportErrorsServiceBlockingStub>public com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventResponse reportErrorEvent(com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventRequest request)+
+ Report an individual error event. + This endpoint accepts <strong>either</strong> an OAuth token, + <strong>or</strong> an + <a href="https://support.google.com/cloud/answer/6158862">API key</a> + for authentication. To use an API key, append it to the URL as the value of + a `key` parameter. For example: + <pre>POST https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/events:report?key=123ABC456</pre> +
public static final class ReportErrorsServiceGrpc.ReportErrorsServiceFutureStub +extends io.grpc.stub.AbstractStub<ReportErrorsServiceGrpc.ReportErrorsServiceFutureStub>+
+ An API for reporting error events. +
| Modifier and Type | +Method and Description | +
|---|---|
protected ReportErrorsServiceGrpc.ReportErrorsServiceFutureStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.common.util.concurrent.ListenableFuture<com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventResponse> |
+reportErrorEvent(com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventRequest request)
+
+ Report an individual error event.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected ReportErrorsServiceGrpc.ReportErrorsServiceFutureStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<ReportErrorsServiceGrpc.ReportErrorsServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventResponse> reportErrorEvent(com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventRequest request)+
+ Report an individual error event. + This endpoint accepts <strong>either</strong> an OAuth token, + <strong>or</strong> an + <a href="https://support.google.com/cloud/answer/6158862">API key</a> + for authentication. To use an API key, append it to the URL as the value of + a `key` parameter. For example: + <pre>POST https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/events:report?key=123ABC456</pre> +
public abstract static class ReportErrorsServiceGrpc.ReportErrorsServiceImplBase
+extends java.lang.Object
+implements io.grpc.BindableService
++ An API for reporting error events. +
| Constructor and Description | +
|---|
ReportErrorsServiceImplBase() |
+
| Modifier and Type | +Method and Description | +
|---|---|
io.grpc.ServerServiceDefinition |
+bindService() |
+
void |
+reportErrorEvent(com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventRequest request,
+ io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventResponse> responseObserver)
+
+ Report an individual error event.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ReportErrorsServiceImplBase()+
public void reportErrorEvent(com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventRequest request, + io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventResponse> responseObserver)+
+ Report an individual error event. + This endpoint accepts <strong>either</strong> an OAuth token, + <strong>or</strong> an + <a href="https://support.google.com/cloud/answer/6158862">API key</a> + for authentication. To use an API key, append it to the URL as the value of + a `key` parameter. For example: + <pre>POST https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/events:report?key=123ABC456</pre> +
public final io.grpc.ServerServiceDefinition bindService()+
bindService in interface io.grpc.BindableServicepublic static final class ReportErrorsServiceGrpc.ReportErrorsServiceStub +extends io.grpc.stub.AbstractStub<ReportErrorsServiceGrpc.ReportErrorsServiceStub>+
+ An API for reporting error events. +
| Modifier and Type | +Method and Description | +
|---|---|
protected ReportErrorsServiceGrpc.ReportErrorsServiceStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
void |
+reportErrorEvent(com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventRequest request,
+ io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventResponse> responseObserver)
+
+ Report an individual error event.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected ReportErrorsServiceGrpc.ReportErrorsServiceStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<ReportErrorsServiceGrpc.ReportErrorsServiceStub>public void reportErrorEvent(com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventRequest request, + io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventResponse> responseObserver)+
+ Report an individual error event. + This endpoint accepts <strong>either</strong> an OAuth token, + <strong>or</strong> an + <a href="https://support.google.com/cloud/answer/6158862">API key</a> + for authentication. To use an API key, append it to the URL as the value of + a `key` parameter. For example: + <pre>POST https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/events:report?key=123ABC456</pre> +
@Generated(value="by gRPC proto compiler (version 1.2.0)",
+ comments="Source: google/devtools/clouderrorreporting/v1beta1/report_errors_service.proto")
+public final class ReportErrorsServiceGrpc
+extends java.lang.Object
++ An API for reporting error events. +
| Modifier and Type | +Class and Description | +
|---|---|
static class |
+ReportErrorsServiceGrpc.ReportErrorsServiceBlockingStub
+
+ An API for reporting error events.
+ |
+
static class |
+ReportErrorsServiceGrpc.ReportErrorsServiceFutureStub
+
+ An API for reporting error events.
+ |
+
static class |
+ReportErrorsServiceGrpc.ReportErrorsServiceImplBase
+
+ An API for reporting error events.
+ |
+
static class |
+ReportErrorsServiceGrpc.ReportErrorsServiceStub
+
+ An API for reporting error events.
+ |
+
| Modifier and Type | +Field and Description | +
|---|---|
static io.grpc.MethodDescriptor<com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventRequest,com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventResponse> |
+METHOD_REPORT_ERROR_EVENT |
+
static java.lang.String |
+SERVICE_NAME |
+
| Modifier and Type | +Method and Description | +
|---|---|
static io.grpc.ServiceDescriptor |
+getServiceDescriptor() |
+
static ReportErrorsServiceGrpc.ReportErrorsServiceBlockingStub |
+newBlockingStub(io.grpc.Channel channel)
+Creates a new blocking-style stub that supports unary and streaming output calls on the service
+ |
+
static ReportErrorsServiceGrpc.ReportErrorsServiceFutureStub |
+newFutureStub(io.grpc.Channel channel)
+Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ |
+
static ReportErrorsServiceGrpc.ReportErrorsServiceStub |
+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.clouderrorreporting.v1beta1.ReportErrorEventRequest,com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventResponse> METHOD_REPORT_ERROR_EVENT+
public static ReportErrorsServiceGrpc.ReportErrorsServiceStub newStub(io.grpc.Channel channel)+
public static ReportErrorsServiceGrpc.ReportErrorsServiceBlockingStub newBlockingStub(io.grpc.Channel channel)+
public static ReportErrorsServiceGrpc.ReportErrorsServiceFutureStub newFutureStub(io.grpc.Channel channel)+
public static io.grpc.ServiceDescriptor getServiceDescriptor()+
| Class | +Description | +
|---|---|
| ErrorGroupServiceGrpc | +
+
+ Service for retrieving and updating individual error groups.
+ |
+
| ErrorGroupServiceGrpc.ErrorGroupServiceBlockingStub | +
+
+ Service for retrieving and updating individual error groups.
+ |
+
| ErrorGroupServiceGrpc.ErrorGroupServiceFutureStub | +
+
+ Service for retrieving and updating individual error groups.
+ |
+
| ErrorGroupServiceGrpc.ErrorGroupServiceImplBase | +
+
+ Service for retrieving and updating individual error groups.
+ |
+
| ErrorGroupServiceGrpc.ErrorGroupServiceStub | +
+
+ Service for retrieving and updating individual error groups.
+ |
+
| ErrorStatsServiceGrpc | +
+
+ An API for retrieving and managing error statistics as well as data for
+ individual events.
+ |
+
| ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub | +
+
+ An API for retrieving and managing error statistics as well as data for
+ individual events.
+ |
+
| ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub | +
+
+ An API for retrieving and managing error statistics as well as data for
+ individual events.
+ |
+
| ErrorStatsServiceGrpc.ErrorStatsServiceImplBase | +
+
+ An API for retrieving and managing error statistics as well as data for
+ individual events.
+ |
+
| ErrorStatsServiceGrpc.ErrorStatsServiceStub | +
+
+ An API for retrieving and managing error statistics as well as data for
+ individual events.
+ |
+
| ReportErrorsServiceGrpc | +
+
+ An API for reporting error events.
+ |
+
| ReportErrorsServiceGrpc.ReportErrorsServiceBlockingStub | +
+
+ An API for reporting error events.
+ |
+
| ReportErrorsServiceGrpc.ReportErrorsServiceFutureStub | +
+
+ An API for reporting error events.
+ |
+
| ReportErrorsServiceGrpc.ReportErrorsServiceImplBase | +
+
+ An API for reporting error events.
+ |
+
| ReportErrorsServiceGrpc.ReportErrorsServiceStub | +
+
+ An API for reporting error events.
+ |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+SERVICE_NAME |
+"google.devtools.clouderrorreporting.v1beta1.ErrorGroupService" |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+SERVICE_NAME |
+"google.devtools.clouderrorreporting.v1beta1.ErrorStatsService" |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+SERVICE_NAME |
+"google.devtools.clouderrorreporting.v1beta1.ReportErrorsService" |
+
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.
+