undeleteBucket method
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);
}