Class ErrorStatsServiceStub
- java.lang.Object
-
- com.google.devtools.clouderrorreporting.v1beta1.stub.ErrorStatsServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcErrorStatsServiceStub
,HttpJsonErrorStatsServiceStub
@BetaApi @Generated("by gapic-generator-java") public abstract class ErrorStatsServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the ErrorStatsService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description ErrorStatsServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<DeleteEventsRequest,DeleteEventsResponse>
deleteEventsCallable()
com.google.api.gax.rpc.UnaryCallable<ListEventsRequest,ListEventsResponse>
listEventsCallable()
com.google.api.gax.rpc.UnaryCallable<ListEventsRequest,ErrorStatsServiceClient.ListEventsPagedResponse>
listEventsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListGroupStatsRequest,ListGroupStatsResponse>
listGroupStatsCallable()
com.google.api.gax.rpc.UnaryCallable<ListGroupStatsRequest,ErrorStatsServiceClient.ListGroupStatsPagedResponse>
listGroupStatsPagedCallable()
-
-
-
Method Detail
-
listGroupStatsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListGroupStatsRequest,ErrorStatsServiceClient.ListGroupStatsPagedResponse> listGroupStatsPagedCallable()
-
listGroupStatsCallable
public com.google.api.gax.rpc.UnaryCallable<ListGroupStatsRequest,ListGroupStatsResponse> listGroupStatsCallable()
-
listEventsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListEventsRequest,ErrorStatsServiceClient.ListEventsPagedResponse> listEventsPagedCallable()
-
listEventsCallable
public com.google.api.gax.rpc.UnaryCallable<ListEventsRequest,ListEventsResponse> listEventsCallable()
-
deleteEventsCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteEventsRequest,DeleteEventsResponse> deleteEventsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-