Uses of Class
com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsRequest
-
Packages that use DeleteEventsRequest Package Description com.google.devtools.clouderrorreporting.v1beta1 A client to Error Reporting APIcom.google.devtools.clouderrorreporting.v1beta1.stub -
-
Uses of DeleteEventsRequest in com.google.devtools.clouderrorreporting.v1beta1
Methods in com.google.devtools.clouderrorreporting.v1beta1 that return DeleteEventsRequest Modifier and Type Method Description DeleteEventsRequest
DeleteEventsRequest.Builder. build()
DeleteEventsRequest
DeleteEventsRequest.Builder. buildPartial()
static DeleteEventsRequest
DeleteEventsRequest. getDefaultInstance()
DeleteEventsRequest
DeleteEventsRequest.Builder. getDefaultInstanceForType()
DeleteEventsRequest
DeleteEventsRequest. getDefaultInstanceForType()
static DeleteEventsRequest
DeleteEventsRequest. parseDelimitedFrom(InputStream input)
static DeleteEventsRequest
DeleteEventsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteEventsRequest
DeleteEventsRequest. parseFrom(byte[] data)
static DeleteEventsRequest
DeleteEventsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteEventsRequest
DeleteEventsRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteEventsRequest
DeleteEventsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteEventsRequest
DeleteEventsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteEventsRequest
DeleteEventsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteEventsRequest
DeleteEventsRequest. parseFrom(InputStream input)
static DeleteEventsRequest
DeleteEventsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteEventsRequest
DeleteEventsRequest. parseFrom(ByteBuffer data)
static DeleteEventsRequest
DeleteEventsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.clouderrorreporting.v1beta1 that return types with arguments of type DeleteEventsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteEventsRequest,DeleteEventsResponse>
ErrorStatsServiceClient. deleteEventsCallable()
Deletes all error events of a given project.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteEventsRequest,DeleteEventsResponse>
ErrorStatsServiceSettings.Builder. deleteEventsSettings()
Returns the builder for the settings used for calls to deleteEvents.com.google.api.gax.rpc.UnaryCallSettings<DeleteEventsRequest,DeleteEventsResponse>
ErrorStatsServiceSettings. deleteEventsSettings()
Returns the object with the settings used for calls to deleteEvents.static io.grpc.MethodDescriptor<DeleteEventsRequest,DeleteEventsResponse>
ErrorStatsServiceGrpc. getDeleteEventsMethod()
com.google.protobuf.Parser<DeleteEventsRequest>
DeleteEventsRequest. getParserForType()
static com.google.protobuf.Parser<DeleteEventsRequest>
DeleteEventsRequest. parser()
Methods in com.google.devtools.clouderrorreporting.v1beta1 with parameters of type DeleteEventsRequest Modifier and Type Method Description DeleteEventsResponse
ErrorStatsServiceClient. deleteEvents(DeleteEventsRequest request)
Deletes all error events of a given project.default void
ErrorStatsServiceGrpc.AsyncService. deleteEvents(DeleteEventsRequest request, io.grpc.stub.StreamObserver<DeleteEventsResponse> responseObserver)
Deletes all error events of a given project.DeleteEventsResponse
ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub. deleteEvents(DeleteEventsRequest request)
Deletes all error events of a given project.com.google.common.util.concurrent.ListenableFuture<DeleteEventsResponse>
ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub. deleteEvents(DeleteEventsRequest request)
Deletes all error events of a given project.void
ErrorStatsServiceGrpc.ErrorStatsServiceStub. deleteEvents(DeleteEventsRequest request, io.grpc.stub.StreamObserver<DeleteEventsResponse> responseObserver)
Deletes all error events of a given project.DeleteEventsRequest.Builder
DeleteEventsRequest.Builder. mergeFrom(DeleteEventsRequest other)
static DeleteEventsRequest.Builder
DeleteEventsRequest. newBuilder(DeleteEventsRequest prototype)
-
Uses of DeleteEventsRequest in com.google.devtools.clouderrorreporting.v1beta1.stub
Methods in com.google.devtools.clouderrorreporting.v1beta1.stub that return types with arguments of type DeleteEventsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteEventsRequest,DeleteEventsResponse>
ErrorStatsServiceStub. deleteEventsCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteEventsRequest,DeleteEventsResponse>
GrpcErrorStatsServiceStub. deleteEventsCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteEventsRequest,DeleteEventsResponse>
HttpJsonErrorStatsServiceStub. deleteEventsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteEventsRequest,DeleteEventsResponse>
ErrorStatsServiceStubSettings.Builder. deleteEventsSettings()
Returns the builder for the settings used for calls to deleteEvents.com.google.api.gax.rpc.UnaryCallSettings<DeleteEventsRequest,DeleteEventsResponse>
ErrorStatsServiceStubSettings. deleteEventsSettings()
Returns the object with the settings used for calls to deleteEvents.
-