undeleteBucket method

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

Undeletes a log bucket. A bucket that has been deleted can be undeleted within the grace period of 7 days.

Implementation

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