deleteView method

ResponseFuture<Empty> deleteView(
  1. DeleteViewRequest request, {
  2. CallOptions? options,
})

Deletes a view on a log bucket. If an UNAVAILABLE error is returned, this indicates that system is not in a state where it can delete the view. If this occurs, please try again in a few minutes.

Implementation

$grpc.ResponseFuture<$1.Empty> deleteView(
  $0.DeleteViewRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$deleteView, request, options: options);
}