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 DeleteEventsRequestDeleteEventsRequest.Builder. build()DeleteEventsRequestDeleteEventsRequest.Builder. buildPartial()static DeleteEventsRequestDeleteEventsRequest. getDefaultInstance()DeleteEventsRequestDeleteEventsRequest.Builder. getDefaultInstanceForType()DeleteEventsRequestDeleteEventsRequest. getDefaultInstanceForType()static DeleteEventsRequestDeleteEventsRequest. parseDelimitedFrom(InputStream input)static DeleteEventsRequestDeleteEventsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteEventsRequestDeleteEventsRequest. parseFrom(byte[] data)static DeleteEventsRequestDeleteEventsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteEventsRequestDeleteEventsRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteEventsRequestDeleteEventsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteEventsRequestDeleteEventsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteEventsRequestDeleteEventsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteEventsRequestDeleteEventsRequest. parseFrom(InputStream input)static DeleteEventsRequestDeleteEventsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteEventsRequestDeleteEventsRequest. parseFrom(ByteBuffer data)static DeleteEventsRequestDeleteEventsRequest. 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 DeleteEventsResponseErrorStatsServiceClient. deleteEvents(DeleteEventsRequest request)Deletes all error events of a given project.default voidErrorStatsServiceGrpc.AsyncService. deleteEvents(DeleteEventsRequest request, io.grpc.stub.StreamObserver<DeleteEventsResponse> responseObserver)Deletes all error events of a given project.DeleteEventsResponseErrorStatsServiceGrpc.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.voidErrorStatsServiceGrpc.ErrorStatsServiceStub. deleteEvents(DeleteEventsRequest request, io.grpc.stub.StreamObserver<DeleteEventsResponse> responseObserver)Deletes all error events of a given project.DeleteEventsRequest.BuilderDeleteEventsRequest.Builder. mergeFrom(DeleteEventsRequest other)static DeleteEventsRequest.BuilderDeleteEventsRequest. 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.
-